* Package: dev-lang/mono-2.8.1-r1  * Repository: gentoo  * Maintainer: dotnet@gentoo.org  * USE: elibc_glibc hardened kernel_linux userland_GNU x86  * FEATURES: sandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/2.6.36-hardened/build * Found sources for kernel version: * 2.6.36-hardened * CONFIG_SYSVIPC is set, looking good. >>> Unpacking source... >>> Unpacking mono-2.8.1.tar.bz2 to /var/tmp/portage/dev-lang/mono-2.8.1-r1/work >>> Source unpacked in /var/tmp/portage/dev-lang/mono-2.8.1-r1/work >>> Preparing source in /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1 ... * Applying mono-2.8-libdir.patch ...  [ ok ] * Applying mono-2.2-ppc-threading.patch ...  [ ok ] * Applying mono-2.2-uselibdir.patch ...  [ ok ] * Applying mono-2.8.1-radegast-crash.patch ...  [ ok ] * We are disabling MPROTECT on the mono binary. >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1 ... * econf: updating mono-2.8.1/libgc/config.guess with /usr/share/gnuconfig/config.guess * econf: updating mono-2.8.1/libgc/config.sub with /usr/share/gnuconfig/config.sub * econf: updating mono-2.8.1/config.guess with /usr/share/gnuconfig/config.guess * econf: updating mono-2.8.1/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-static --enable-static --disable-quiet-build --without-moonlight --with-libgdiplus=installed --without-xen_opt --without-ikvm-native --with-jit --disable-dtrace --with-profile4 configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking host platform characteristics... ok checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... none checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... none checking dependency style of i686-pc-linux-gnu-gcc... none checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-pc-linux-gnu-gcc... (cached) none checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... (cached) gawk checking for bison... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of i686-pc-linux-gnu-g++... (cached) none checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-g++ static flag -static works... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for bash... /bin/bash checking if dolt supports this host... yes, replacing libtool ./configure: line 17742: ./libtool: No such file or directory checking for ld used by i686-pc-linux-gnu-gcc... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking linux/rtc.h usability... yes checking linux/rtc.h presence... yes checking for linux/rtc.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/param.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking for pwd.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking asm/sigcontext.h usability... yes checking asm/sigcontext.h presence... yes checking for asm/sigcontext.h... yes checking for sys/user.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes Using system zlib checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking for isinf... yes checking size of void *... 4 checking for -Wdeclaration-after-statement option to gcc... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... yes checking for pkg-config... /usr/bin/pkg-config checking for visibility __attribute__... yes checking for deprecated __attribute__... yes checking whether i686-pc-linux-gnu-gcc supports zero length arrays... yes checking for library containing clock_gettime... -lrt checking for dlopen... no checking for dlopen in -ldl... yes checking for preceeding underscore in symbols... no checking for dlerror... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getresuid... yes checking for setresuid... yes checking for kqueue... no checking for backtrace_symbols... yes checking for mkstemp... yes checking for mmap... yes checking for madvise... yes checking for getrusage... yes checking for getpriority... yes checking for setpriority... yes checking for dl_iterate_phdr... yes checking for sysconf... yes checking for sched_setaffinity... yes checking for sched_setaffinity from glibc < 2.3.4... no checking if off_t is 64 bits wide... no checking if _FILE_OFFSET_BITS=64 gives 64 bit off_t... ok checking for socket in -lsocket... no checking for MSG_NOSIGNAL... yes checking for SOL_IP... yes checking for SOL_IPV6... yes checking for SOL_TCP... no checking for IP_PKTINFO... yes checking for IPV6_PKTINFO... yes checking for IP_DONTFRAGMENT... no checking for IP_MTU_DISCOVER... yes checking for struct ip_mreqn... yes checking for gethostbyname2_r... no checking for gethostbyaddr... yes checking for inet_pton... yes checking for inet_aton... yes checking size of sockaddr_un.sun_path... 108 checking for main in -lpthread... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_timedlock... yes checking for pthread_getattr_np... yes checking for pthread_attr_get_np... no checking for PTHREAD_MUTEX_RECURSIVE... ok checking for pthread_attr_setstacksize... yes checking for pthread_attr_getstack... yes checking for pthread_attr_getstacksize... yes checking for pthread_get_stacksize_np... no checking for pthread_get_stackaddr_np... no checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sigaction... yes checking for working __thread... yes checking for working sigaltstack... yes checking for library containing sem_init... none required checking for library containing shm_open... none required checking for shm_open... yes checking for tm_gmtoff in struct tm... yes checking for library containing sqrtf... -lm checking for finite... yes checking for isfinite... no checking for isfinite in math.h... yes checking for poll... yes checking for signbit... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking for epoll_ctl... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for net/if.h... yes checking for ifreq... yes checking for sockaddr_in.sin_len... no checking for sockaddr_in6.sin6_len... no checking checklist.h usability... no checking checklist.h presence... no checking for checklist.h... no checking pathconf.h usability... no checking pathconf.h presence... no checking for pathconf.h... no checking fstab.h usability... yes checking fstab.h presence... yes checking for fstab.h... yes checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/vfstab.h usability... no checking sys/vfstab.h presence... no checking for sys/vfstab.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/param.h... (cached) yes checking for sys/mount.h... yes checking for sys/mount.h... (cached) yes checking for confstr... yes checking for seekdir... yes checking for telldir... yes checking for getdomainname... yes checking for setdomainname... yes checking for endgrent... yes checking for getgrent... yes checking for fgetgrent... yes checking for setgrent... yes checking for setgroups... yes checking for endpwent... yes checking for getpwent... yes checking for fgetpwent... yes checking for setpwent... yes checking for getfsstat... no checking for lutimes... yes checking for futimes... yes checking for mremap... yes checking for remap_file_pages... yes checking for posix_fadvise... yes checking for posix_fallocate... yes checking for posix_madvise... yes checking for vsnprintf... yes checking for sendfile... yes checking for gethostid... yes checking for sethostid... yes checking for sethostname... yes checking for statfs... yes checking for fstatfs... yes checking for statvfs... yes checking for fstatvfs... yes checking for stime... yes checking for strerror_r... yes checking for ttyname_r... yes checking for psignal... yes checking for getlogin_r... yes checking for lockf... yes checking for swab... yes checking for setusershell... yes checking for endusershell... yes checking size of size_t... 4 checking for blksize_t... yes checking for blkcnt_t... yes checking for suseconds_t... yes checking for struct flock... yes checking for struct pollfd... yes checking for struct stat... yes checking for struct timespec... yes checking for struct timeval... yes checking for struct timezone... yes checking for struct utimbuf... yes checking for struct dirent.d_off... yes checking for struct dirent.d_reclen... yes checking for struct dirent.d_type... yes checking for struct passwd.pw_gecos... yes checking for struct statfs.f_flags... no checking for lsetxattr... yes checking for struct kinfo_proc.kp_proc... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/param.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for term.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for socklen_t... yes checking for array element initializer support... yes checking for trunc... yes checking for aintl in -lsunmath... no checking for round... yes checking for rint... yes checking if usage of random device is requested... yes checking for random device... yes checking if inter-process shared handles are requested... yes checking if big-arrays are to be enabled... no checking for X... libraries , headers checking for the soname of libX11.so... libX11.so.6 checking if the Mono Debugger is supported on this platform... yes checking if the tls_model attribute is supported... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes configure: creating ./config.status config.status: creating po/mcs/Makefile.in config.status: creating runtime/mono-wrapper config.status: creating runtime/monodis-wrapper config.status: creating Makefile config.status: creating mono-core.spec config.status: creating mono-uninstalled.pc config.status: creating scripts/mono-find-provides config.status: creating scripts/mono-find-requires config.status: creating mono/Makefile config.status: creating mono/utils/Makefile config.status: creating mono/metadata/Makefile config.status: creating mono/dis/Makefile config.status: creating mono/cil/Makefile config.status: creating mono/arch/Makefile config.status: creating mono/arch/x86/Makefile config.status: creating mono/arch/amd64/Makefile config.status: creating mono/arch/hppa/Makefile config.status: creating mono/arch/ppc/Makefile config.status: creating mono/arch/sparc/Makefile config.status: creating mono/arch/s390/Makefile config.status: creating mono/arch/s390x/Makefile config.status: creating mono/arch/arm/Makefile config.status: creating mono/arch/alpha/Makefile config.status: creating mono/arch/ia64/Makefile config.status: creating mono/arch/mips/Makefile config.status: creating mono/interpreter/Makefile config.status: creating mono/tests/Makefile config.status: creating mono/tests/tests-config config.status: creating mono/tests/assemblyresolve/Makefile config.status: creating mono/tests/cas/Makefile config.status: creating mono/tests/cas/assembly/Makefile config.status: creating mono/tests/cas/demand/Makefile config.status: creating mono/tests/cas/inheritance/Makefile config.status: creating mono/tests/cas/linkdemand/Makefile config.status: creating mono/tests/cas/threads/Makefile config.status: creating mono/benchmark/Makefile config.status: creating mono/monograph/Makefile config.status: creating mono/io-layer/Makefile config.status: creating mono/mini/Makefile config.status: creating mono/profiler/Makefile config.status: creating ikvm-native/Makefile config.status: creating scripts/Makefile config.status: creating man/Makefile config.status: creating web/Makefile config.status: creating docs/Makefile config.status: creating data/Makefile config.status: creating data/net_2_0/Makefile config.status: creating data/net_4_0/Makefile config.status: creating data/net_2_0/Browsers/Makefile config.status: creating data/mint.pc config.status: creating data/mono-2.pc config.status: creating data/mono.pc config.status: creating data/mono-cairo.pc config.status: creating data/mono-nunit.pc config.status: creating data/mono-options.pc config.status: creating data/mono-lineeditor.pc config.status: creating data/monodoc.pc config.status: creating data/mono.web.pc config.status: creating data/dotnet.pc config.status: creating data/dotnet35.pc config.status: creating data/wcf.pc config.status: creating data/cecil.pc config.status: creating data/system.web.extensions_1.0.pc config.status: creating data/system.web.extensions.design_1.0.pc config.status: creating data/system.web.mvc.pc config.status: creating data/system.web.mvc2.pc config.status: creating samples/Makefile config.status: creating support/Makefile config.status: creating data/config config.status: creating tools/Makefile config.status: creating tools/locale-builder/Makefile config.status: creating tools/sgen/Makefile config.status: creating runtime/Makefile config.status: creating msvc/Makefile config.status: creating po/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/mcs/POTFILES config.status: creating po/mcs/Makefile config.status: executing runtime/etc/mono/1.0/machine.config commands config.status: executing runtime/etc/mono/2.0/machine.config commands config.status: executing runtime/etc/mono/2.0/web.config commands config.status: executing runtime/etc/mono/browscap.ini commands config.status: executing runtime/etc/mono/2.0/Browsers/Compat.browser commands config.status: executing runtime/etc/mono/4.0/machine.config commands config.status: executing runtime/etc/mono/4.0/web.config commands === configuring in eglib (/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-dependency-tracking' '--disable-static' '--enable-static' '--disable-quiet-build' '--without-moonlight' '--with-libgdiplus=installed' '--without-xen_opt' '--without-ikvm-native' '--with-jit' '--disable-dtrace' '--with-profile4' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS= -march=pentium4 -O2 -pipe -fno-strict-aliasing' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CXXFLAGS= -march=pentium4 -O2 -pipe -fno-strict-aliasing' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB= -march=pentium4 -O2 -pipe -fno-strict-aliasing' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC= -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED' 'CFLAGS_FOR_LIBGC= -march=pentium4 -O2 -pipe -fno-strict-aliasing -g' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether byte ordering is bigendian... no checking size of int... 4 checking size of void *... 4 checking for strndup... yes checking for strlcpy... no checking for getpwuid_r... yes checking for strtok_r... yes checking for rewinddir... yes checking for vasprintf... yes checking for iconv_open in -liconv... no checking for libiconv_open in -liconv... no checking for library containing sqrtf... -lm checking for library containing nanosleep... none required checking for library containing dlopen... -ldl checking for varargs macros... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for pwd.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking localcharset.h usability... no checking localcharset.h presence... no checking for localcharset.h... no checking for pkg-config... /usr/bin/pkg-config configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/eglib-config.h config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libgc (/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-dependency-tracking' '--disable-static' '--enable-static' '--disable-quiet-build' '--without-moonlight' '--with-libgdiplus=installed' '--without-xen_opt' '--without-ikvm-native' '--with-jit' '--disable-dtrace' '--with-profile4' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS= -march=pentium4 -O2 -pipe -fno-strict-aliasing' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CXXFLAGS= -march=pentium4 -O2 -pipe -fno-strict-aliasing' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB= -march=pentium4 -O2 -pipe -fno-strict-aliasing' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC= -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED' 'CFLAGS_FOR_LIBGC= -march=pentium4 -O2 -pipe -fno-strict-aliasing -g' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... none checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... none checking dependency style of i686-pc-linux-gnu-gcc... none checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether to enable maintainer-specific portions of Makefiles... no checking for pthread_self in -lpthread... yes checking for xlc... no checking for dlopen in -ldl... yes checking whether to build shared libraries... yes checking which machine-dependent code should be used... checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... (cached) i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... (cached) i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of i686-pc-linux-gnu-g++... (cached) none checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-g++ static flag -static works... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking sys/dg_sys_info.h usability... no checking sys/dg_sys_info.h presence... no checking for sys/dg_sys_info.h... no checking for threads package to use... posix checking whether Solaris gcc optimization fix is necessary... no configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/private/Makefile config.status: creating doc/Makefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands mcs source: mcs olive source: Engine: GC: sgen and bundled Boehm GC with typed GC and parallel mark GLIB: embedded TLS: __thread SIGALTSTACK: yes Engine: Building and using the JIT oprofile: no BigArrays: no DTrace: no Parallel Mark: yes LLVM Back End: no (dynamically loaded: no) Libraries: Moon Profile: no MonoTouch: no JNI support: libgdiplus: assumed to be installed zlib: system zlib >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1 ... make -j2 -j1 make all-recursive make[1]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1' Making all in po make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/po' Making all in mcs make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/po/mcs' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/po/mcs' make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/po' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/po' make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/po' Making all in libgc make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc' Making all in include make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/include' Making all in private make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/include/private' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/include/private' make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/include' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/include' Making all in doc make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc/doc' make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc' /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o allchblk.lo allchblk.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c allchblk.c -fPIC -DPIC -o .libs/allchblk.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c allchblk.c -o allchblk.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o alloc.lo alloc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c alloc.c -fPIC -DPIC -o .libs/alloc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c alloc.c -o alloc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o blacklst.lo blacklst.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c blacklst.c -fPIC -DPIC -o .libs/blacklst.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c blacklst.c -o blacklst.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o checksums.lo checksums.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c checksums.c -fPIC -DPIC -o .libs/checksums.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c checksums.c -o checksums.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o dbg_mlc.lo dbg_mlc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o dyn_load.lo dyn_load.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c dyn_load.c -o dyn_load.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o finalize.lo finalize.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c finalize.c -fPIC -DPIC -o .libs/finalize.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c finalize.c -o finalize.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o gc_dlopen.lo gc_dlopen.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o gcj_mlc.lo gcj_mlc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o headers.lo headers.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c headers.c -fPIC -DPIC -o .libs/headers.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c headers.c -o headers.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o malloc.lo malloc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c malloc.c -fPIC -DPIC -o .libs/malloc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c malloc.c -o malloc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o mallocx.lo mallocx.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mallocx.c -fPIC -DPIC -o .libs/mallocx.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mallocx.c -o mallocx.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o mark.lo mark.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mark.c -fPIC -DPIC -o .libs/mark.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mark.c -o mark.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o mark_rts.lo mark_rts.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o mark_rts.c: In function 'GC_approx_sp': mark_rts.c:379:5: warning: function returns address of local variable libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mark_rts.c -o mark_rts.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o misc.lo misc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c misc.c -fPIC -DPIC -o .libs/misc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c misc.c -o misc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o new_hblk.lo new_hblk.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c new_hblk.c -o new_hblk.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o obj_map.lo obj_map.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c obj_map.c -fPIC -DPIC -o .libs/obj_map.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c obj_map.c -o obj_map.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o os_dep.lo os_dep.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c os_dep.c -fPIC -DPIC -o .libs/os_dep.o os_dep.c: In function 'GC_disable_signals': os_dep.c:572:5: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:199) os_dep.c: In function 'GC_enable_signals': os_dep.c:581:5: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:199) libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c os_dep.c -o os_dep.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o pcr_interface.lo pcr_interface.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c pcr_interface.c -fPIC -DPIC -o .libs/pcr_interface.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o ptr_chck.lo ptr_chck.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o real_malloc.lo real_malloc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c real_malloc.c -fPIC -DPIC -o .libs/real_malloc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c real_malloc.c -o real_malloc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o reclaim.lo reclaim.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c reclaim.c -fPIC -DPIC -o .libs/reclaim.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c reclaim.c -o reclaim.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o solaris_pthreads.lo solaris_pthreads.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c solaris_pthreads.c -fPIC -DPIC -o .libs/solaris_pthreads.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c solaris_pthreads.c -o solaris_pthreads.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o solaris_threads.lo solaris_threads.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c solaris_threads.c -fPIC -DPIC -o .libs/solaris_threads.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c solaris_threads.c -o solaris_threads.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o specific.lo specific.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c specific.c -fPIC -DPIC -o .libs/specific.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c specific.c -o specific.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o stubborn.lo stubborn.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c stubborn.c -fPIC -DPIC -o .libs/stubborn.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c stubborn.c -o stubborn.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o typd_mlc.lo typd_mlc.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o backgraph.lo backgraph.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c backgraph.c -fPIC -DPIC -o .libs/backgraph.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c backgraph.c -o backgraph.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o win32_threads.lo win32_threads.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c win32_threads.c -fPIC -DPIC -o .libs/win32_threads.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c win32_threads.c -o win32_threads.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o pthread_support.lo pthread_support.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c pthread_support.c -o pthread_support.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o pthread_stop_world.lo pthread_stop_world.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c pthread_stop_world.c -o pthread_stop_world.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o darwin_stop_world.lo darwin_stop_world.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c darwin_stop_world.c -fPIC -DPIC -o .libs/darwin_stop_world.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c darwin_stop_world.c -o darwin_stop_world.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c -o mach_dep.lo mach_dep.c libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o libtool: compile: i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -c mach_dep.c -o mach_dep.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -version-info 1:2:0 -Wl,-O1 -Wl,--as-needed -o libmonogc.la allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo pthread_stop_world.lo darwin_stop_world.lo mach_dep.lo -lpthread -ldl libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonogc.a .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/solaris_pthreads.o .libs/solaris_threads.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/win32_threads.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/darwin_stop_world.o .libs/mach_dep.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonogc.a libtool: link: ( cd ".libs" && rm -f "libmonogc.la" && ln -s "../libmonogc.la" "libmonogc.la" ) /bin/sh ./libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -g -static -Wl,-O1 -Wl,--as-needed -o libmonogc-static.la allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo pthread_stop_world.lo darwin_stop_world.lo mach_dep.lo -lpthread -ldl libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonogc-static.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o solaris_pthreads.o solaris_threads.o specific.o stubborn.o typd_mlc.o backgraph.o win32_threads.o pthread_support.o pthread_stop_world.o darwin_stop_world.o mach_dep.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonogc-static.a libtool: link: ( cd ".libs" && rm -f "libmonogc-static.la" && ln -s "../libmonogc-static.la" "libmonogc-static.la" ) make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc' make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/libgc' Making all in eglib make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib' make all-recursive make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib' Making all in src make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src' /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-garray.lo `test -f 'garray.c' || echo './'`garray.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c garray.c -fPIC -DPIC -o .libs/libeglib_la-garray.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c garray.c -o libeglib_la-garray.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gerror.lo `test -f 'gerror.c' || echo './'`gerror.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gerror.c -fPIC -DPIC -o .libs/libeglib_la-gerror.o gerror.c: In function 'monoeg_g_error_new': gerror.c:43:2: warning: implicit declaration of function 'vasprintf' libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gerror.c -o libeglib_la-gerror.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-ghashtable.lo `test -f 'ghashtable.c' || echo './'`ghashtable.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c ghashtable.c -fPIC -DPIC -o .libs/libeglib_la-ghashtable.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c ghashtable.c -o libeglib_la-ghashtable.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gmem.lo `test -f 'gmem.c' || echo './'`gmem.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmem.c -fPIC -DPIC -o .libs/libeglib_la-gmem.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmem.c -o libeglib_la-gmem.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-goutput.lo `test -f 'goutput.c' || echo './'`goutput.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c goutput.c -fPIC -DPIC -o .libs/libeglib_la-goutput.o goutput.c: In function 'monoeg_g_logv': goutput.c:116:2: warning: implicit declaration of function 'vasprintf' libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c goutput.c -o libeglib_la-goutput.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gstr.lo `test -f 'gstr.c' || echo './'`gstr.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstr.c -fPIC -DPIC -o .libs/libeglib_la-gstr.o gstr.c: In function 'monoeg_g_strdup_vprintf': gstr.c:130:2: warning: implicit declaration of function 'vasprintf' libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstr.c -o libeglib_la-gstr.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gslist.lo `test -f 'gslist.c' || echo './'`gslist.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gslist.c -fPIC -DPIC -o .libs/libeglib_la-gslist.o gslist.c: In function 'monoeg_g_slist_sort': sort.frag.h:136:14: warning: array subscript is below array bounds libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gslist.c -o libeglib_la-gslist.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gstring.lo `test -f 'gstring.c' || echo './'`gstring.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstring.c -fPIC -DPIC -o .libs/libeglib_la-gstring.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstring.c -o libeglib_la-gstring.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gptrarray.lo `test -f 'gptrarray.c' || echo './'`gptrarray.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gptrarray.c -fPIC -DPIC -o .libs/libeglib_la-gptrarray.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gptrarray.c -o libeglib_la-gptrarray.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-glist.lo `test -f 'glist.c' || echo './'`glist.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c glist.c -fPIC -DPIC -o .libs/libeglib_la-glist.o glist.c: In function 'monoeg_g_list_sort': sort.frag.h:136:14: warning: array subscript is below array bounds libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c glist.c -o libeglib_la-glist.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gqueue.lo `test -f 'gqueue.c' || echo './'`gqueue.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gqueue.c -fPIC -DPIC -o .libs/libeglib_la-gqueue.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gqueue.c -o libeglib_la-gqueue.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gpath.lo `test -f 'gpath.c' || echo './'`gpath.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpath.c -fPIC -DPIC -o .libs/libeglib_la-gpath.o gpath.c: In function 'monoeg_g_find_program_in_path': gpath.c:197:8: warning: 'save' may be used uninitialized in this function libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpath.c -o libeglib_la-gpath.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gshell.lo `test -f 'gshell.c' || echo './'`gshell.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gshell.c -fPIC -DPIC -o .libs/libeglib_la-gshell.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gshell.c -o libeglib_la-gshell.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gspawn.lo `test -f 'gspawn.c' || echo './'`gspawn.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gspawn.c -fPIC -DPIC -o .libs/libeglib_la-gspawn.o gspawn.c: In function 'monoeg_g_spawn_async_with_pipes': gspawn.c:409:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result gspawn.c:415:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gspawn.c -o libeglib_la-gspawn.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gfile.lo `test -f 'gfile.c' || echo './'`gfile.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile.c -fPIC -DPIC -o .libs/libeglib_la-gfile.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile.c -o libeglib_la-gfile.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gfile-posix.lo `test -f 'gfile-posix.c' || echo './'`gfile-posix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-posix.c -fPIC -DPIC -o .libs/libeglib_la-gfile-posix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-posix.c -o libeglib_la-gfile-posix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gpattern.lo `test -f 'gpattern.c' || echo './'`gpattern.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpattern.c -fPIC -DPIC -o .libs/libeglib_la-gpattern.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpattern.c -o libeglib_la-gpattern.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gmarkup.lo `test -f 'gmarkup.c' || echo './'`gmarkup.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmarkup.c -fPIC -DPIC -o .libs/libeglib_la-gmarkup.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmarkup.c -o libeglib_la-gmarkup.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gutf8.lo `test -f 'gutf8.c' || echo './'`gutf8.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gutf8.c -fPIC -DPIC -o .libs/libeglib_la-gutf8.o gutf8.c: In function 'monoeg_g_utf8_to_utf16': gutf8.c:205:10: warning: 'codepoint' may be used uninitialized in this function libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gutf8.c -o libeglib_la-gutf8.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gunicode.lo `test -f 'gunicode.c' || echo './'`gunicode.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gunicode.c -fPIC -DPIC -o .libs/libeglib_la-gunicode.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gunicode.c -o libeglib_la-gunicode.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gdate-unix.lo `test -f 'gdate-unix.c' || echo './'`gdate-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdate-unix.c -fPIC -DPIC -o .libs/libeglib_la-gdate-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdate-unix.c -o libeglib_la-gdate-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gdir-unix.lo `test -f 'gdir-unix.c' || echo './'`gdir-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdir-unix.c -fPIC -DPIC -o .libs/libeglib_la-gdir-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdir-unix.c -o libeglib_la-gdir-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gfile-unix.lo `test -f 'gfile-unix.c' || echo './'`gfile-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-unix.c -fPIC -DPIC -o .libs/libeglib_la-gfile-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-unix.c -o libeglib_la-gfile-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gmisc-unix.lo `test -f 'gmisc-unix.c' || echo './'`gmisc-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmisc-unix.c -fPIC -DPIC -o .libs/libeglib_la-gmisc-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmisc-unix.c -o libeglib_la-gmisc-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gmodule-unix.lo `test -f 'gmodule-unix.c' || echo './'`gmodule-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmodule-unix.c -fPIC -DPIC -o .libs/libeglib_la-gmodule-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmodule-unix.c -o libeglib_la-gmodule-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-gtimer-unix.lo `test -f 'gtimer-unix.c' || echo './'`gtimer-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gtimer-unix.c -fPIC -DPIC -o .libs/libeglib_la-gtimer-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gtimer-unix.c -o libeglib_la-gtimer-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_la-vasprintf.lo `test -f 'vasprintf.c' || echo './'`vasprintf.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c vasprintf.c -fPIC -DPIC -o .libs/libeglib_la-vasprintf.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c vasprintf.c -o libeglib_la-vasprintf.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -o libeglib.la libeglib_la-garray.lo libeglib_la-gerror.lo libeglib_la-ghashtable.lo libeglib_la-gmem.lo libeglib_la-goutput.lo libeglib_la-gstr.lo libeglib_la-gslist.lo libeglib_la-gstring.lo libeglib_la-gptrarray.lo libeglib_la-glist.lo libeglib_la-gqueue.lo libeglib_la-gpath.lo libeglib_la-gshell.lo libeglib_la-gspawn.lo libeglib_la-gfile.lo libeglib_la-gfile-posix.lo libeglib_la-gpattern.lo libeglib_la-gmarkup.lo libeglib_la-gutf8.lo libeglib_la-gunicode.lo libeglib_la-gdate-unix.lo libeglib_la-gdir-unix.lo libeglib_la-gfile-unix.lo libeglib_la-gmisc-unix.lo libeglib_la-gmodule-unix.lo libeglib_la-gtimer-unix.lo libeglib_la-vasprintf.lo -ldl -lm libtool: link: i686-pc-linux-gnu-ar cru .libs/libeglib.a .libs/libeglib_la-garray.o .libs/libeglib_la-gerror.o .libs/libeglib_la-ghashtable.o .libs/libeglib_la-gmem.o .libs/libeglib_la-goutput.o .libs/libeglib_la-gstr.o .libs/libeglib_la-gslist.o .libs/libeglib_la-gstring.o .libs/libeglib_la-gptrarray.o .libs/libeglib_la-glist.o .libs/libeglib_la-gqueue.o .libs/libeglib_la-gpath.o .libs/libeglib_la-gshell.o .libs/libeglib_la-gspawn.o .libs/libeglib_la-gfile.o .libs/libeglib_la-gfile-posix.o .libs/libeglib_la-gpattern.o .libs/libeglib_la-gmarkup.o .libs/libeglib_la-gutf8.o .libs/libeglib_la-gunicode.o .libs/libeglib_la-gdate-unix.o .libs/libeglib_la-gdir-unix.o .libs/libeglib_la-gfile-unix.o .libs/libeglib_la-gmisc-unix.o .libs/libeglib_la-gmodule-unix.o .libs/libeglib_la-gtimer-unix.o .libs/libeglib_la-vasprintf.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libeglib.a libtool: link: ( cd ".libs" && rm -f "libeglib.la" && ln -s "../libeglib.la" "libeglib.la" ) /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-garray.lo `test -f 'garray.c' || echo './'`garray.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c garray.c -fPIC -DPIC -o .libs/libeglib_static_la-garray.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c garray.c -o libeglib_static_la-garray.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gerror.lo `test -f 'gerror.c' || echo './'`gerror.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gerror.c -fPIC -DPIC -o .libs/libeglib_static_la-gerror.o gerror.c: In function 'monoeg_g_error_new': gerror.c:43:2: warning: implicit declaration of function 'vasprintf' libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gerror.c -o libeglib_static_la-gerror.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-ghashtable.lo `test -f 'ghashtable.c' || echo './'`ghashtable.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c ghashtable.c -fPIC -DPIC -o .libs/libeglib_static_la-ghashtable.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c ghashtable.c -o libeglib_static_la-ghashtable.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gmem.lo `test -f 'gmem.c' || echo './'`gmem.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmem.c -fPIC -DPIC -o .libs/libeglib_static_la-gmem.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmem.c -o libeglib_static_la-gmem.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-goutput.lo `test -f 'goutput.c' || echo './'`goutput.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c goutput.c -fPIC -DPIC -o .libs/libeglib_static_la-goutput.o goutput.c: In function 'monoeg_g_logv': goutput.c:116:2: warning: implicit declaration of function 'vasprintf' libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c goutput.c -o libeglib_static_la-goutput.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gstr.lo `test -f 'gstr.c' || echo './'`gstr.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstr.c -fPIC -DPIC -o .libs/libeglib_static_la-gstr.o gstr.c: In function 'monoeg_g_strdup_vprintf': gstr.c:130:2: warning: implicit declaration of function 'vasprintf' libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstr.c -o libeglib_static_la-gstr.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gslist.lo `test -f 'gslist.c' || echo './'`gslist.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gslist.c -fPIC -DPIC -o .libs/libeglib_static_la-gslist.o gslist.c: In function 'monoeg_g_slist_sort': sort.frag.h:136:14: warning: array subscript is below array bounds libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gslist.c -o libeglib_static_la-gslist.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gstring.lo `test -f 'gstring.c' || echo './'`gstring.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstring.c -fPIC -DPIC -o .libs/libeglib_static_la-gstring.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gstring.c -o libeglib_static_la-gstring.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gptrarray.lo `test -f 'gptrarray.c' || echo './'`gptrarray.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gptrarray.c -fPIC -DPIC -o .libs/libeglib_static_la-gptrarray.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gptrarray.c -o libeglib_static_la-gptrarray.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-glist.lo `test -f 'glist.c' || echo './'`glist.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c glist.c -fPIC -DPIC -o .libs/libeglib_static_la-glist.o glist.c: In function 'monoeg_g_list_sort': sort.frag.h:136:14: warning: array subscript is below array bounds libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c glist.c -o libeglib_static_la-glist.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gqueue.lo `test -f 'gqueue.c' || echo './'`gqueue.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gqueue.c -fPIC -DPIC -o .libs/libeglib_static_la-gqueue.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gqueue.c -o libeglib_static_la-gqueue.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gpath.lo `test -f 'gpath.c' || echo './'`gpath.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpath.c -fPIC -DPIC -o .libs/libeglib_static_la-gpath.o gpath.c: In function 'monoeg_g_find_program_in_path': gpath.c:197:8: warning: 'save' may be used uninitialized in this function libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpath.c -o libeglib_static_la-gpath.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gshell.lo `test -f 'gshell.c' || echo './'`gshell.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gshell.c -fPIC -DPIC -o .libs/libeglib_static_la-gshell.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gshell.c -o libeglib_static_la-gshell.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gspawn.lo `test -f 'gspawn.c' || echo './'`gspawn.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gspawn.c -fPIC -DPIC -o .libs/libeglib_static_la-gspawn.o gspawn.c: In function 'monoeg_g_spawn_async_with_pipes': gspawn.c:409:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result gspawn.c:415:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gspawn.c -o libeglib_static_la-gspawn.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gfile.lo `test -f 'gfile.c' || echo './'`gfile.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile.c -fPIC -DPIC -o .libs/libeglib_static_la-gfile.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile.c -o libeglib_static_la-gfile.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gfile-posix.lo `test -f 'gfile-posix.c' || echo './'`gfile-posix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-posix.c -fPIC -DPIC -o .libs/libeglib_static_la-gfile-posix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-posix.c -o libeglib_static_la-gfile-posix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gpattern.lo `test -f 'gpattern.c' || echo './'`gpattern.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpattern.c -fPIC -DPIC -o .libs/libeglib_static_la-gpattern.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gpattern.c -o libeglib_static_la-gpattern.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gmarkup.lo `test -f 'gmarkup.c' || echo './'`gmarkup.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmarkup.c -fPIC -DPIC -o .libs/libeglib_static_la-gmarkup.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmarkup.c -o libeglib_static_la-gmarkup.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gutf8.lo `test -f 'gutf8.c' || echo './'`gutf8.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gutf8.c -fPIC -DPIC -o .libs/libeglib_static_la-gutf8.o gutf8.c: In function 'monoeg_g_utf8_to_utf16': gutf8.c:205:10: warning: 'codepoint' may be used uninitialized in this function libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gutf8.c -o libeglib_static_la-gutf8.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gunicode.lo `test -f 'gunicode.c' || echo './'`gunicode.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gunicode.c -fPIC -DPIC -o .libs/libeglib_static_la-gunicode.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gunicode.c -o libeglib_static_la-gunicode.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gdate-unix.lo `test -f 'gdate-unix.c' || echo './'`gdate-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdate-unix.c -fPIC -DPIC -o .libs/libeglib_static_la-gdate-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdate-unix.c -o libeglib_static_la-gdate-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gdir-unix.lo `test -f 'gdir-unix.c' || echo './'`gdir-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdir-unix.c -fPIC -DPIC -o .libs/libeglib_static_la-gdir-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gdir-unix.c -o libeglib_static_la-gdir-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gfile-unix.lo `test -f 'gfile-unix.c' || echo './'`gfile-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-unix.c -fPIC -DPIC -o .libs/libeglib_static_la-gfile-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gfile-unix.c -o libeglib_static_la-gfile-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gmisc-unix.lo `test -f 'gmisc-unix.c' || echo './'`gmisc-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmisc-unix.c -fPIC -DPIC -o .libs/libeglib_static_la-gmisc-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmisc-unix.c -o libeglib_static_la-gmisc-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gmodule-unix.lo `test -f 'gmodule-unix.c' || echo './'`gmodule-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmodule-unix.c -fPIC -DPIC -o .libs/libeglib_static_la-gmodule-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gmodule-unix.c -o libeglib_static_la-gmodule-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-gtimer-unix.lo `test -f 'gtimer-unix.c' || echo './'`gtimer-unix.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gtimer-unix.c -fPIC -DPIC -o .libs/libeglib_static_la-gtimer-unix.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c gtimer-unix.c -o libeglib_static_la-gtimer-unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o libeglib_static_la-vasprintf.lo `test -f 'vasprintf.c' || echo './'`vasprintf.c libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c vasprintf.c -fPIC -DPIC -o .libs/libeglib_static_la-vasprintf.o libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -c vasprintf.c -o libeglib_static_la-vasprintf.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -D_FORTIFY_SOURCE=2 -march=pentium4 -O2 -pipe -fno-strict-aliasing -static -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -o libeglib-static.la libeglib_static_la-garray.lo libeglib_static_la-gerror.lo libeglib_static_la-ghashtable.lo libeglib_static_la-gmem.lo libeglib_static_la-goutput.lo libeglib_static_la-gstr.lo libeglib_static_la-gslist.lo libeglib_static_la-gstring.lo libeglib_static_la-gptrarray.lo libeglib_static_la-glist.lo libeglib_static_la-gqueue.lo libeglib_static_la-gpath.lo libeglib_static_la-gshell.lo libeglib_static_la-gspawn.lo libeglib_static_la-gfile.lo libeglib_static_la-gfile-posix.lo libeglib_static_la-gpattern.lo libeglib_static_la-gmarkup.lo libeglib_static_la-gutf8.lo libeglib_static_la-gunicode.lo libeglib_static_la-gdate-unix.lo libeglib_static_la-gdir-unix.lo libeglib_static_la-gfile-unix.lo libeglib_static_la-gmisc-unix.lo libeglib_static_la-gmodule-unix.lo libeglib_static_la-gtimer-unix.lo libeglib_static_la-vasprintf.lo -ldl -lm libtool: link: i686-pc-linux-gnu-ar cru .libs/libeglib-static.a libeglib_static_la-garray.o libeglib_static_la-gerror.o libeglib_static_la-ghashtable.o libeglib_static_la-gmem.o libeglib_static_la-goutput.o libeglib_static_la-gstr.o libeglib_static_la-gslist.o libeglib_static_la-gstring.o libeglib_static_la-gptrarray.o libeglib_static_la-glist.o libeglib_static_la-gqueue.o libeglib_static_la-gpath.o libeglib_static_la-gshell.o libeglib_static_la-gspawn.o libeglib_static_la-gfile.o libeglib_static_la-gfile-posix.o libeglib_static_la-gpattern.o libeglib_static_la-gmarkup.o libeglib_static_la-gutf8.o libeglib_static_la-gunicode.o libeglib_static_la-gdate-unix.o libeglib_static_la-gdir-unix.o libeglib_static_la-gfile-unix.o libeglib_static_la-gmisc-unix.o libeglib_static_la-gmodule-unix.o libeglib_static_la-gtimer-unix.o libeglib_static_la-vasprintf.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libeglib-static.a libtool: link: ( cd ".libs" && rm -f "libeglib-static.la" && ln -s "../libeglib-static.la" "libeglib-static.la" ) make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src' Making all in test make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/test' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-test.o `test -f 'test.c' || echo './'`test.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-driver.o `test -f 'driver.c' || echo './'`driver.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-hashtable.o `test -f 'hashtable.c' || echo './'`hashtable.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-string-util.o `test -f 'string-util.c' || echo './'`string-util.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-string.o `test -f 'string.c' || echo './'`string.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-slist.o `test -f 'slist.c' || echo './'`slist.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-sizes.o `test -f 'sizes.c' || echo './'`sizes.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-ptrarray.o `test -f 'ptrarray.c' || echo './'`ptrarray.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-list.o `test -f 'list.c' || echo './'`list.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-array.o `test -f 'array.c' || echo './'`array.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-fake.o `test -f 'fake.c' || echo './'`fake.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-path.o `test -f 'path.c' || echo './'`path.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-queue.o `test -f 'queue.c' || echo './'`queue.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-shell.o `test -f 'shell.c' || echo './'`shell.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-spawn.o `test -f 'spawn.c' || echo './'`spawn.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-timer.o `test -f 'timer.c' || echo './'`timer.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-file.o `test -f 'file.c' || echo './'`file.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-pattern.o `test -f 'pattern.c' || echo './'`pattern.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-dir.o `test -f 'dir.c' || echo './'`dir.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-markup.o `test -f 'markup.c' || echo './'`markup.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-unicode.o `test -f 'unicode.c' || echo './'`unicode.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-utf8.o `test -f 'utf8.c' || echo './'`utf8.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-endian.o `test -f 'endian.c' || echo './'`endian.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-module.o `test -f 'module.c' || echo './'`module.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_glib-memory.o `test -f 'memory.c' || echo './'`memory.c /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc `pkg-config --cflags glib-2.0` -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing `pkg-config --libs glib-2.0 gmodule-2.0` -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -o test-glib test_glib-test.o test_glib-driver.o test_glib-hashtable.o test_glib-string-util.o test_glib-string.o test_glib-slist.o test_glib-sizes.o test_glib-ptrarray.o test_glib-list.o test_glib-array.o test_glib-fake.o test_glib-path.o test_glib-queue.o test_glib-shell.o test_glib-spawn.o test_glib-timer.o test_glib-file.o test_glib-pattern.o test_glib-dir.o test_glib-markup.o test_glib-unicode.o test_glib-utf8.o test_glib-endian.o test_glib-module.o test_glib-memory.o -ldl -lm libtool: link: i686-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDRIVER_NAME=\"GLib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -Wl,--export-dynamic -pthread -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -o test-glib test_glib-test.o test_glib-driver.o test_glib-hashtable.o test_glib-string-util.o test_glib-string.o test_glib-slist.o test_glib-sizes.o test_glib-ptrarray.o test_glib-list.o test_glib-array.o test_glib-fake.o test_glib-path.o test_glib-queue.o test_glib-shell.o test_glib-spawn.o test_glib-timer.o test_glib-file.o test_glib-pattern.o test_glib-dir.o test_glib-markup.o test_glib-unicode.o test_glib-utf8.o test_glib-endian.o test_glib-module.o test_glib-memory.o /usr/lib/libgmodule-2.0.so -L/usr/lib -lrt /usr/lib/libglib-2.0.so -ldl -lm -pthread i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-test.o `test -f 'test.c' || echo './'`test.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-driver.o `test -f 'driver.c' || echo './'`driver.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-hashtable.o `test -f 'hashtable.c' || echo './'`hashtable.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-string-util.o `test -f 'string-util.c' || echo './'`string-util.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-string.o `test -f 'string.c' || echo './'`string.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-slist.o `test -f 'slist.c' || echo './'`slist.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-sizes.o `test -f 'sizes.c' || echo './'`sizes.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-ptrarray.o `test -f 'ptrarray.c' || echo './'`ptrarray.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-list.o `test -f 'list.c' || echo './'`list.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-array.o `test -f 'array.c' || echo './'`array.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-fake.o `test -f 'fake.c' || echo './'`fake.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-path.o `test -f 'path.c' || echo './'`path.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-queue.o `test -f 'queue.c' || echo './'`queue.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-shell.o `test -f 'shell.c' || echo './'`shell.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-spawn.o `test -f 'spawn.c' || echo './'`spawn.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-timer.o `test -f 'timer.c' || echo './'`timer.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-file.o `test -f 'file.c' || echo './'`file.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-pattern.o `test -f 'pattern.c' || echo './'`pattern.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-dir.o `test -f 'dir.c' || echo './'`dir.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-markup.o `test -f 'markup.c' || echo './'`markup.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-unicode.o `test -f 'unicode.c' || echo './'`unicode.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-utf8.o `test -f 'utf8.c' || echo './'`utf8.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-endian.o `test -f 'endian.c' || echo './'`endian.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-module.o `test -f 'module.c' || echo './'`module.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o test_eglib-memory.o `test -f 'memory.c' || echo './'`memory.c /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -o test-eglib test_eglib-test.o test_eglib-driver.o test_eglib-hashtable.o test_eglib-string-util.o test_eglib-string.o test_eglib-slist.o test_eglib-sizes.o test_eglib-ptrarray.o test_eglib-list.o test_eglib-array.o test_eglib-fake.o test_eglib-path.o test_eglib-queue.o test_eglib-shell.o test_eglib-spawn.o test_eglib-timer.o test_eglib-file.o test_eglib-pattern.o test_eglib-dir.o test_eglib-markup.o test_eglib-unicode.o test_eglib-utf8.o test_eglib-endian.o test_eglib-module.o test_eglib-memory.o ../src/libeglib.la -ldl -lm libtool: link: i686-pc-linux-gnu-gcc -Wall -Werror -D_FORTIFY_SOURCE=2 -I./../src -I../src -DDRIVER_NAME=\"EGlib\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,-export-dynamic -o test-eglib test_eglib-test.o test_eglib-driver.o test_eglib-hashtable.o test_eglib-string-util.o test_eglib-string.o test_eglib-slist.o test_eglib-sizes.o test_eglib-ptrarray.o test_eglib-list.o test_eglib-array.o test_eglib-fake.o test_eglib-path.o test_eglib-queue.o test_eglib-shell.o test_eglib-spawn.o test_eglib-timer.o test_eglib-file.o test_eglib-pattern.o test_eglib-dir.o test_eglib-markup.o test_eglib-unicode.o test_eglib-utf8.o test_eglib-endian.o test_eglib-module.o test_eglib-memory.o ../src/.libs/libeglib.a -ldl -lm make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/test' make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib' make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib' Making all in mono make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono' Making all in utils make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/utils' make all-am make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/utils' ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-md5.lo mono-md5.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-sha1.lo mono-sha1.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-logger.lo mono-logger.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-codeman.lo mono-codeman.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o dlmalloc.lo dlmalloc.c dlmalloc.c: In function 'sys_alloc': dlmalloc.c:3423:15: warning: statement with no effect dlmalloc.c: At top level: dlmalloc.c:2515:12: warning: 'change_mparam' defined but not used dlmalloc.c:2847:13: warning: 'internal_malloc_stats' defined but not used ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-counters.lo mono-counters.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-dl.lo mono-dl.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-internal-hash.lo mono-internal-hash.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-io-portability.lo mono-io-portability.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o monobitset.lo monobitset.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-filemap.lo mono-filemap.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-math.lo mono-math.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-mmap.lo mono-mmap.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-networkinterfaces.lo mono-networkinterfaces.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-proclib.lo mono-proclib.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-publib.lo mono-publib.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-time.lo mono-time.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o strtod.lo strtod.c strtod.c:2447:1: warning: 'quorem' defined but not used strtod.c:2595:1: warning: 'nrv_alloc' defined but not used strtod.c:2619:1: warning: '__freedtoa' defined but not used ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o strenc.lo strenc.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-uri.lo mono-uri.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-poll.lo mono-poll.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-path.lo mono-path.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-semaphore.lo mono-semaphore.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-stdlib.lo mono-stdlib.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-property-hash.lo mono-property-hash.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-value-hash.lo mono-value-hash.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-error.lo mono-error.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mach-support.lo mach-support.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mach-support-x86.lo mach-support-x86.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmonoutils.la mono-md5.lo mono-sha1.lo mono-logger.lo mono-codeman.lo dlmalloc.lo mono-counters.lo mono-dl.lo mono-internal-hash.lo mono-io-portability.lo monobitset.lo mono-filemap.lo mono-math.lo mono-mmap.lo mono-networkinterfaces.lo mono-proclib.lo mono-publib.lo mono-time.lo strtod.lo strenc.lo mono-uri.lo mono-poll.lo mono-path.lo mono-semaphore.lo mono-stdlib.lo mono-property-hash.lo mono-value-hash.lo mono-error.lo mach-support.lo mach-support-x86.lo -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonoutils.a .libs/mono-md5.o .libs/mono-sha1.o .libs/mono-logger.o .libs/mono-codeman.o .libs/dlmalloc.o .libs/mono-counters.o .libs/mono-dl.o .libs/mono-internal-hash.o .libs/mono-io-portability.o .libs/monobitset.o .libs/mono-filemap.o .libs/mono-math.o .libs/mono-mmap.o .libs/mono-networkinterfaces.o .libs/mono-proclib.o .libs/mono-publib.o .libs/mono-time.o .libs/strtod.o .libs/strenc.o .libs/mono-uri.o .libs/mono-poll.o .libs/mono-path.o .libs/mono-semaphore.o .libs/mono-stdlib.o .libs/mono-property-hash.o .libs/mono-value-hash.o .libs/mono-error.o .libs/mach-support.o .libs/mach-support-x86.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonoutils.a libtool: link: ( cd ".libs" && rm -f "libmonoutils.la" && ln -s "../libmonoutils.la" "libmonoutils.la" ) make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/utils' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/utils' Making all in io-layer make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/io-layer' ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o atomic.lo atomic.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o collection.lo collection.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o context.lo context.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o critical-sections.lo critical-sections.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o error.lo error.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o events.lo events.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o handles.lo handles.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o io.lo io.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o io-portability.lo io-portability.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o locking.lo locking.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o messages.lo messages.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o misc.lo misc.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mutexes.lo mutexes.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-mutex.lo mono-mutex.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o posix.lo posix.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o processes.lo processes.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o security.lo security.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o semaphores.lo semaphores.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o shared.lo shared.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sockets.lo sockets.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o system.lo system.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o timefuncs.lo timefuncs.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o versioninfo.lo versioninfo.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o wait.lo wait.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o wapi_glob.lo wapi_glob.c ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../libgc/include -DMONO_BINDIR=\""/usr/bin"\" -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o wthreads.lo wthreads.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libwapi.la atomic.lo collection.lo context.lo critical-sections.lo error.lo events.lo handles.lo io.lo io-portability.lo locking.lo messages.lo misc.lo mutexes.lo mono-mutex.lo posix.lo processes.lo security.lo semaphores.lo shared.lo sockets.lo system.lo timefuncs.lo versioninfo.lo wait.lo wapi_glob.lo wthreads.lo -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-ar cru .libs/libwapi.a .libs/atomic.o .libs/collection.o .libs/context.o .libs/critical-sections.o .libs/error.o .libs/events.o .libs/handles.o .libs/io.o .libs/io-portability.o .libs/locking.o .libs/messages.o .libs/misc.o .libs/mutexes.o .libs/mono-mutex.o .libs/posix.o .libs/processes.o .libs/security.o .libs/semaphores.o .libs/shared.o .libs/sockets.o .libs/system.o .libs/timefuncs.o .libs/versioninfo.o .libs/wait.o .libs/wapi_glob.o .libs/wthreads.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libwapi.a libtool: link: ( cd ".libs" && rm -f "libwapi.la" && ln -s "../libwapi.la" "libwapi.la" ) make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/io-layer' Making all in cil make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/cil' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/cil' Making all in metadata make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/metadata' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-console-unix.lo `test -f 'console-unix.c' || echo './'`console-unix.c console-unix.c: In function 'sigcont_handler': console-unix.c:285:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result console-unix.c: In function 'tty_teardown': console-unix.c:209:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-appdomain.lo `test -f 'appdomain.c' || echo './'`appdomain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-assembly.lo `test -f 'assembly.c' || echo './'`assembly.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-attach.lo `test -f 'attach.c' || echo './'`attach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-boehm-gc.lo `test -f 'boehm-gc.c' || echo './'`boehm-gc.c In file included from ../../libgc/include/private/gc_priv.h:66:0, from ../../libgc/include/private/pthread_support.h:4, from boehm-gc.c:34: ../../libgc/include/private/gcconfig.h:2415:3: warning: function declaration isn't a prototype In file included from ../../libgc/include/private/pthread_support.h:4:0, from boehm-gc.c:34: ../../libgc/include/private/gc_priv.h:426:7: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:427:7: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1843:7: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1932:6: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1933:6: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1934:6: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1936:6: warning: function declaration isn't a prototype In file included from boehm-gc.c:34:0: ../../libgc/include/private/pthread_support.h:97:1: warning: function declaration isn't a prototype boehm-gc.c: In function 'on_gc_notification': boehm-gc.c:266:12: warning: comparison between 'GCEventType' and 'enum ' boehm-gc.c:270:19: warning: comparison between 'GCEventType' and 'enum ' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-class.lo `test -f 'class.c' || echo './'`class.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-cominterop.lo `test -f 'cominterop.c' || echo './'`cominterop.c cominterop.c: In function 'cominterop_get_native_wrapper_adjusted': cominterop.c:804:41: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:827:28: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c: In function 'cominterop_get_ccw': cominterop.c:1979:55: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:2010:71: warning: comparison between 'MonoTypeEnum' and 'enum ' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-coree.lo `test -f 'coree.c' || echo './'`coree.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-debug-helpers.lo `test -f 'debug-helpers.c' || echo './'`debug-helpers.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-debug-mono-symfile.lo `test -f 'debug-mono-symfile.c' || echo './'`debug-mono-symfile.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-decimal.lo `test -f 'decimal.c' || echo './'`decimal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-domain.lo `test -f 'domain.c' || echo './'`domain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-environment.lo `test -f 'environment.c' || echo './'`environment.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-exception.lo `test -f 'exception.c' || echo './'`exception.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-file-io.lo `test -f 'file-io.c' || echo './'`file-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-filewatcher.lo `test -f 'filewatcher.c' || echo './'`filewatcher.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-gc.lo `test -f 'gc.c' || echo './'`gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-icall.lo `test -f 'icall.c' || echo './'`icall.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-image.lo `test -f 'image.c' || echo './'`image.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-loader.lo `test -f 'loader.c' || echo './'`loader.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-locales.lo `test -f 'locales.c' || echo './'`locales.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-lock-tracer.lo `test -f 'lock-tracer.c' || echo './'`lock-tracer.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-marshal.lo `test -f 'marshal.c' || echo './'`marshal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mempool.lo `test -f 'mempool.c' || echo './'`mempool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-metadata.lo `test -f 'metadata.c' || echo './'`metadata.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-metadata-verify.lo `test -f 'metadata-verify.c' || echo './'`metadata-verify.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-method-builder.lo `test -f 'method-builder.c' || echo './'`method-builder.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-basic-block.lo `test -f 'mono-basic-block.c' || echo './'`mono-basic-block.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-config.lo `test -f 'mono-config.c' || echo './'`mono-config.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-debug.lo `test -f 'mono-debug.c' || echo './'`mono-debug.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-debug-debugger.lo `test -f 'mono-debug-debugger.c' || echo './'`mono-debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-endian.lo `test -f 'mono-endian.c' || echo './'`mono-endian.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-hash.lo `test -f 'mono-hash.c' || echo './'`mono-hash.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-mlist.lo `test -f 'mono-mlist.c' || echo './'`mono-mlist.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo './'`mono-perfcounters.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo './'`mono-wsq.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-monitor.lo `test -f 'monitor.c' || echo './'`monitor.c monitor.c: In function 'mono_monitor_cleanup': monitor.c:128:25: warning: unused variable 'next' monitor.c:128:16: warning: unused variable 'marray' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-nacl-stub.lo `test -f 'nacl-stub.c' || echo './'`nacl-stub.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-null-gc.lo `test -f 'null-gc.c' || echo './'`null-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-object.lo `test -f 'object.c' || echo './'`object.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-opcodes.lo `test -f 'opcodes.c' || echo './'`opcodes.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-socket-io.lo `test -f 'socket-io.c' || echo './'`socket-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-process.lo `test -f 'process.c' || echo './'`process.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-profiler.lo `test -f 'profiler.c' || echo './'`profiler.c profiler.c: In function 'try_addr2line': profiler.c:1674:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-rand.lo `test -f 'rand.c' || echo './'`rand.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-runtime.lo `test -f 'runtime.c' || echo './'`runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-reflection.lo `test -f 'reflection.c' || echo './'`reflection.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-security.lo `test -f 'security.c' || echo './'`security.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-security-core-clr.lo `test -f 'security-core-clr.c' || echo './'`security-core-clr.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-security-manager.lo `test -f 'security-manager.c' || echo './'`security-manager.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-os-posix.lo `test -f 'sgen-os-posix.c' || echo './'`sgen-os-posix.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-os-mach.lo `test -f 'sgen-os-mach.c' || echo './'`sgen-os-mach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-gc.lo `test -f 'sgen-gc.c' || echo './'`sgen-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-internal.lo `test -f 'sgen-internal.c' || echo './'`sgen-internal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-marksweep.lo `test -f 'sgen-marksweep.c' || echo './'`sgen-marksweep.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-marksweep-fixed.lo `test -f 'sgen-marksweep-fixed.c' || echo './'`sgen-marksweep-fixed.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-marksweep-par.lo `test -f 'sgen-marksweep-par.c' || echo './'`sgen-marksweep-par.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-marksweep-fixed-par.lo `test -f 'sgen-marksweep-fixed-par.c' || echo './'`sgen-marksweep-fixed-par.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sgen-major-copying.lo `test -f 'sgen-major-copying.c' || echo './'`sgen-major-copying.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-string-icalls.lo `test -f 'string-icalls.c' || echo './'`string-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-sysmath.lo `test -f 'sysmath.c' || echo './'`sysmath.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-threads.lo `test -f 'threads.c' || echo './'`threads.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-threadpool.lo `test -f 'threadpool.c' || echo './'`threadpool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_la-verify.lo `test -f 'verify.c' || echo './'`verify.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmonoruntime.la libmonoruntime_la-console-unix.lo libmonoruntime_la-appdomain.lo libmonoruntime_la-assembly.lo libmonoruntime_la-attach.lo libmonoruntime_la-boehm-gc.lo libmonoruntime_la-class.lo libmonoruntime_la-cominterop.lo libmonoruntime_la-coree.lo libmonoruntime_la-debug-helpers.lo libmonoruntime_la-debug-mono-symfile.lo libmonoruntime_la-decimal.lo libmonoruntime_la-domain.lo libmonoruntime_la-environment.lo libmonoruntime_la-exception.lo libmonoruntime_la-file-io.lo libmonoruntime_la-filewatcher.lo libmonoruntime_la-gc.lo libmonoruntime_la-icall.lo libmonoruntime_la-image.lo libmonoruntime_la-loader.lo libmonoruntime_la-locales.lo libmonoruntime_la-lock-tracer.lo libmonoruntime_la-marshal.lo libmonoruntime_la-mempool.lo libmonoruntime_la-metadata.lo libmonoruntime_la-metadata-verify.lo libmonoruntime_la-method-builder.lo libmonoruntime_la-mono-basic-block.lo libmonoruntime_la-mono-config.lo libmonoruntime_la-mono-debug.lo libmonoruntime_la-mono-debug-debugger.lo libmonoruntime_la-mono-endian.lo libmonoruntime_la-mono-hash.lo libmonoruntime_la-mono-mlist.lo libmonoruntime_la-mono-perfcounters.lo libmonoruntime_la-mono-wsq.lo libmonoruntime_la-monitor.lo libmonoruntime_la-nacl-stub.lo libmonoruntime_la-null-gc.lo libmonoruntime_la-object.lo libmonoruntime_la-opcodes.lo libmonoruntime_la-socket-io.lo libmonoruntime_la-process.lo libmonoruntime_la-profiler.lo libmonoruntime_la-rand.lo libmonoruntime_la-runtime.lo libmonoruntime_la-reflection.lo libmonoruntime_la-security.lo libmonoruntime_la-security-core-clr.lo libmonoruntime_la-security-manager.lo libmonoruntime_la-sgen-os-posix.lo libmonoruntime_la-sgen-os-mach.lo libmonoruntime_la-sgen-gc.lo libmonoruntime_la-sgen-internal.lo libmonoruntime_la-sgen-marksweep.lo libmonoruntime_la-sgen-marksweep-fixed.lo libmonoruntime_la-sgen-marksweep-par.lo libmonoruntime_la-sgen-marksweep-fixed-par.lo libmonoruntime_la-sgen-major-copying.lo libmonoruntime_la-string-icalls.lo libmonoruntime_la-sysmath.lo libmonoruntime_la-threads.lo libmonoruntime_la-threadpool.lo libmonoruntime_la-verify.lo -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonoruntime.a .libs/libmonoruntime_la-console-unix.o .libs/libmonoruntime_la-appdomain.o .libs/libmonoruntime_la-assembly.o .libs/libmonoruntime_la-attach.o .libs/libmonoruntime_la-boehm-gc.o .libs/libmonoruntime_la-class.o .libs/libmonoruntime_la-cominterop.o .libs/libmonoruntime_la-coree.o .libs/libmonoruntime_la-debug-helpers.o .libs/libmonoruntime_la-debug-mono-symfile.o .libs/libmonoruntime_la-decimal.o .libs/libmonoruntime_la-domain.o .libs/libmonoruntime_la-environment.o .libs/libmonoruntime_la-exception.o .libs/libmonoruntime_la-file-io.o .libs/libmonoruntime_la-filewatcher.o .libs/libmonoruntime_la-gc.o .libs/libmonoruntime_la-icall.o .libs/libmonoruntime_la-image.o .libs/libmonoruntime_la-loader.o .libs/libmonoruntime_la-locales.o .libs/libmonoruntime_la-lock-tracer.o .libs/libmonoruntime_la-marshal.o .libs/libmonoruntime_la-mempool.o .libs/libmonoruntime_la-metadata.o .libs/libmonoruntime_la-metadata-verify.o .libs/libmonoruntime_la-method-builder.o .libs/libmonoruntime_la-mono-basic-block.o .libs/libmonoruntime_la-mono-config.o .libs/libmonoruntime_la-mono-debug.o .libs/libmonoruntime_la-mono-debug-debugger.o .libs/libmonoruntime_la-mono-endian.o .libs/libmonoruntime_la-mono-hash.o .libs/libmonoruntime_la-mono-mlist.o .libs/libmonoruntime_la-mono-perfcounters.o .libs/libmonoruntime_la-mono-wsq.o .libs/libmonoruntime_la-monitor.o .libs/libmonoruntime_la-nacl-stub.o .libs/libmonoruntime_la-null-gc.o .libs/libmonoruntime_la-object.o .libs/libmonoruntime_la-opcodes.o .libs/libmonoruntime_la-socket-io.o .libs/libmonoruntime_la-process.o .libs/libmonoruntime_la-profiler.o .libs/libmonoruntime_la-rand.o .libs/libmonoruntime_la-runtime.o .libs/libmonoruntime_la-reflection.o .libs/libmonoruntime_la-security.o .libs/libmonoruntime_la-security-core-clr.o .libs/libmonoruntime_la-security-manager.o .libs/libmonoruntime_la-sgen-os-posix.o .libs/libmonoruntime_la-sgen-os-mach.o .libs/libmonoruntime_la-sgen-gc.o .libs/libmonoruntime_la-sgen-internal.o .libs/libmonoruntime_la-sgen-marksweep.o .libs/libmonoruntime_la-sgen-marksweep-fixed.o .libs/libmonoruntime_la-sgen-marksweep-par.o .libs/libmonoruntime_la-sgen-marksweep-fixed-par.o .libs/libmonoruntime_la-sgen-major-copying.o .libs/libmonoruntime_la-string-icalls.o .libs/libmonoruntime_la-sysmath.o .libs/libmonoruntime_la-threads.o .libs/libmonoruntime_la-threadpool.o .libs/libmonoruntime_la-verify.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonoruntime.a libtool: link: ( cd ".libs" && rm -f "libmonoruntime.la" && ln -s "../libmonoruntime.la" "libmonoruntime.la" ) ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-console-unix.lo `test -f 'console-unix.c' || echo './'`console-unix.c console-unix.c: In function 'sigcont_handler': console-unix.c:285:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result console-unix.c: In function 'tty_teardown': console-unix.c:209:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-appdomain.lo `test -f 'appdomain.c' || echo './'`appdomain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-assembly.lo `test -f 'assembly.c' || echo './'`assembly.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-attach.lo `test -f 'attach.c' || echo './'`attach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-boehm-gc.lo `test -f 'boehm-gc.c' || echo './'`boehm-gc.c In file included from ../../libgc/include/private/gc_priv.h:66:0, from ../../libgc/include/private/pthread_support.h:4, from boehm-gc.c:34: ../../libgc/include/private/gcconfig.h:2415:3: warning: function declaration isn't a prototype In file included from ../../libgc/include/private/pthread_support.h:4:0, from boehm-gc.c:34: ../../libgc/include/private/gc_priv.h:426:7: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:427:7: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1843:7: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1932:6: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1933:6: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1934:6: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1936:6: warning: function declaration isn't a prototype In file included from boehm-gc.c:34:0: ../../libgc/include/private/pthread_support.h:97:1: warning: function declaration isn't a prototype boehm-gc.c: In function 'on_gc_notification': boehm-gc.c:266:12: warning: comparison between 'GCEventType' and 'enum ' boehm-gc.c:270:19: warning: comparison between 'GCEventType' and 'enum ' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-class.lo `test -f 'class.c' || echo './'`class.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-cominterop.lo `test -f 'cominterop.c' || echo './'`cominterop.c cominterop.c: In function 'cominterop_get_native_wrapper_adjusted': cominterop.c:804:41: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:827:28: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c: In function 'cominterop_get_ccw': cominterop.c:1979:55: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:2010:71: warning: comparison between 'MonoTypeEnum' and 'enum ' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-coree.lo `test -f 'coree.c' || echo './'`coree.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-debug-helpers.lo `test -f 'debug-helpers.c' || echo './'`debug-helpers.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-debug-mono-symfile.lo `test -f 'debug-mono-symfile.c' || echo './'`debug-mono-symfile.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-decimal.lo `test -f 'decimal.c' || echo './'`decimal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-domain.lo `test -f 'domain.c' || echo './'`domain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-environment.lo `test -f 'environment.c' || echo './'`environment.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-exception.lo `test -f 'exception.c' || echo './'`exception.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-file-io.lo `test -f 'file-io.c' || echo './'`file-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-filewatcher.lo `test -f 'filewatcher.c' || echo './'`filewatcher.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-gc.lo `test -f 'gc.c' || echo './'`gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-icall.lo `test -f 'icall.c' || echo './'`icall.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-image.lo `test -f 'image.c' || echo './'`image.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-loader.lo `test -f 'loader.c' || echo './'`loader.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-locales.lo `test -f 'locales.c' || echo './'`locales.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-lock-tracer.lo `test -f 'lock-tracer.c' || echo './'`lock-tracer.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-marshal.lo `test -f 'marshal.c' || echo './'`marshal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mempool.lo `test -f 'mempool.c' || echo './'`mempool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-metadata.lo `test -f 'metadata.c' || echo './'`metadata.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-metadata-verify.lo `test -f 'metadata-verify.c' || echo './'`metadata-verify.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-method-builder.lo `test -f 'method-builder.c' || echo './'`method-builder.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-basic-block.lo `test -f 'mono-basic-block.c' || echo './'`mono-basic-block.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-config.lo `test -f 'mono-config.c' || echo './'`mono-config.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-debug.lo `test -f 'mono-debug.c' || echo './'`mono-debug.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-debug-debugger.lo `test -f 'mono-debug-debugger.c' || echo './'`mono-debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-endian.lo `test -f 'mono-endian.c' || echo './'`mono-endian.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-hash.lo `test -f 'mono-hash.c' || echo './'`mono-hash.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-mlist.lo `test -f 'mono-mlist.c' || echo './'`mono-mlist.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo './'`mono-perfcounters.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo './'`mono-wsq.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-monitor.lo `test -f 'monitor.c' || echo './'`monitor.c monitor.c: In function 'mono_monitor_cleanup': monitor.c:128:25: warning: unused variable 'next' monitor.c:128:16: warning: unused variable 'marray' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-nacl-stub.lo `test -f 'nacl-stub.c' || echo './'`nacl-stub.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-null-gc.lo `test -f 'null-gc.c' || echo './'`null-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-object.lo `test -f 'object.c' || echo './'`object.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-opcodes.lo `test -f 'opcodes.c' || echo './'`opcodes.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-socket-io.lo `test -f 'socket-io.c' || echo './'`socket-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-process.lo `test -f 'process.c' || echo './'`process.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-profiler.lo `test -f 'profiler.c' || echo './'`profiler.c profiler.c: In function 'try_addr2line': profiler.c:1674:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-rand.lo `test -f 'rand.c' || echo './'`rand.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-runtime.lo `test -f 'runtime.c' || echo './'`runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-reflection.lo `test -f 'reflection.c' || echo './'`reflection.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-security.lo `test -f 'security.c' || echo './'`security.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-security-core-clr.lo `test -f 'security-core-clr.c' || echo './'`security-core-clr.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-security-manager.lo `test -f 'security-manager.c' || echo './'`security-manager.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-os-posix.lo `test -f 'sgen-os-posix.c' || echo './'`sgen-os-posix.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-os-mach.lo `test -f 'sgen-os-mach.c' || echo './'`sgen-os-mach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-gc.lo `test -f 'sgen-gc.c' || echo './'`sgen-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-internal.lo `test -f 'sgen-internal.c' || echo './'`sgen-internal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-marksweep.lo `test -f 'sgen-marksweep.c' || echo './'`sgen-marksweep.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-marksweep-fixed.lo `test -f 'sgen-marksweep-fixed.c' || echo './'`sgen-marksweep-fixed.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-marksweep-par.lo `test -f 'sgen-marksweep-par.c' || echo './'`sgen-marksweep-par.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-marksweep-fixed-par.lo `test -f 'sgen-marksweep-fixed-par.c' || echo './'`sgen-marksweep-fixed-par.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sgen-major-copying.lo `test -f 'sgen-major-copying.c' || echo './'`sgen-major-copying.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-string-icalls.lo `test -f 'string-icalls.c' || echo './'`string-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-sysmath.lo `test -f 'sysmath.c' || echo './'`sysmath.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-threads.lo `test -f 'threads.c' || echo './'`threads.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-threadpool.lo `test -f 'threadpool.c' || echo './'`threadpool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntime_static_la-verify.lo `test -f 'verify.c' || echo './'`verify.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -static -Wl,-O1 -Wl,--as-needed -o libmonoruntime-static.la libmonoruntime_static_la-console-unix.lo libmonoruntime_static_la-appdomain.lo libmonoruntime_static_la-assembly.lo libmonoruntime_static_la-attach.lo libmonoruntime_static_la-boehm-gc.lo libmonoruntime_static_la-class.lo libmonoruntime_static_la-cominterop.lo libmonoruntime_static_la-coree.lo libmonoruntime_static_la-debug-helpers.lo libmonoruntime_static_la-debug-mono-symfile.lo libmonoruntime_static_la-decimal.lo libmonoruntime_static_la-domain.lo libmonoruntime_static_la-environment.lo libmonoruntime_static_la-exception.lo libmonoruntime_static_la-file-io.lo libmonoruntime_static_la-filewatcher.lo libmonoruntime_static_la-gc.lo libmonoruntime_static_la-icall.lo libmonoruntime_static_la-image.lo libmonoruntime_static_la-loader.lo libmonoruntime_static_la-locales.lo libmonoruntime_static_la-lock-tracer.lo libmonoruntime_static_la-marshal.lo libmonoruntime_static_la-mempool.lo libmonoruntime_static_la-metadata.lo libmonoruntime_static_la-metadata-verify.lo libmonoruntime_static_la-method-builder.lo libmonoruntime_static_la-mono-basic-block.lo libmonoruntime_static_la-mono-config.lo libmonoruntime_static_la-mono-debug.lo libmonoruntime_static_la-mono-debug-debugger.lo libmonoruntime_static_la-mono-endian.lo libmonoruntime_static_la-mono-hash.lo libmonoruntime_static_la-mono-mlist.lo libmonoruntime_static_la-mono-perfcounters.lo libmonoruntime_static_la-mono-wsq.lo libmonoruntime_static_la-monitor.lo libmonoruntime_static_la-nacl-stub.lo libmonoruntime_static_la-null-gc.lo libmonoruntime_static_la-object.lo libmonoruntime_static_la-opcodes.lo libmonoruntime_static_la-socket-io.lo libmonoruntime_static_la-process.lo libmonoruntime_static_la-profiler.lo libmonoruntime_static_la-rand.lo libmonoruntime_static_la-runtime.lo libmonoruntime_static_la-reflection.lo libmonoruntime_static_la-security.lo libmonoruntime_static_la-security-core-clr.lo libmonoruntime_static_la-security-manager.lo libmonoruntime_static_la-sgen-os-posix.lo libmonoruntime_static_la-sgen-os-mach.lo libmonoruntime_static_la-sgen-gc.lo libmonoruntime_static_la-sgen-internal.lo libmonoruntime_static_la-sgen-marksweep.lo libmonoruntime_static_la-sgen-marksweep-fixed.lo libmonoruntime_static_la-sgen-marksweep-par.lo libmonoruntime_static_la-sgen-marksweep-fixed-par.lo libmonoruntime_static_la-sgen-major-copying.lo libmonoruntime_static_la-string-icalls.lo libmonoruntime_static_la-sysmath.lo libmonoruntime_static_la-threads.lo libmonoruntime_static_la-threadpool.lo libmonoruntime_static_la-verify.lo -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonoruntime-static.a libmonoruntime_static_la-console-unix.o libmonoruntime_static_la-appdomain.o libmonoruntime_static_la-assembly.o libmonoruntime_static_la-attach.o libmonoruntime_static_la-boehm-gc.o libmonoruntime_static_la-class.o libmonoruntime_static_la-cominterop.o libmonoruntime_static_la-coree.o libmonoruntime_static_la-debug-helpers.o libmonoruntime_static_la-debug-mono-symfile.o libmonoruntime_static_la-decimal.o libmonoruntime_static_la-domain.o libmonoruntime_static_la-environment.o libmonoruntime_static_la-exception.o libmonoruntime_static_la-file-io.o libmonoruntime_static_la-filewatcher.o libmonoruntime_static_la-gc.o libmonoruntime_static_la-icall.o libmonoruntime_static_la-image.o libmonoruntime_static_la-loader.o libmonoruntime_static_la-locales.o libmonoruntime_static_la-lock-tracer.o libmonoruntime_static_la-marshal.o libmonoruntime_static_la-mempool.o libmonoruntime_static_la-metadata.o libmonoruntime_static_la-metadata-verify.o libmonoruntime_static_la-method-builder.o libmonoruntime_static_la-mono-basic-block.o libmonoruntime_static_la-mono-config.o libmonoruntime_static_la-mono-debug.o libmonoruntime_static_la-mono-debug-debugger.o libmonoruntime_static_la-mono-endian.o libmonoruntime_static_la-mono-hash.o libmonoruntime_static_la-mono-mlist.o libmonoruntime_static_la-mono-perfcounters.o libmonoruntime_static_la-mono-wsq.o libmonoruntime_static_la-monitor.o libmonoruntime_static_la-nacl-stub.o libmonoruntime_static_la-null-gc.o libmonoruntime_static_la-object.o libmonoruntime_static_la-opcodes.o libmonoruntime_static_la-socket-io.o libmonoruntime_static_la-process.o libmonoruntime_static_la-profiler.o libmonoruntime_static_la-rand.o libmonoruntime_static_la-runtime.o libmonoruntime_static_la-reflection.o libmonoruntime_static_la-security.o libmonoruntime_static_la-security-core-clr.o libmonoruntime_static_la-security-manager.o libmonoruntime_static_la-sgen-os-posix.o libmonoruntime_static_la-sgen-os-mach.o libmonoruntime_static_la-sgen-gc.o libmonoruntime_static_la-sgen-internal.o libmonoruntime_static_la-sgen-marksweep.o libmonoruntime_static_la-sgen-marksweep-fixed.o libmonoruntime_static_la-sgen-marksweep-par.o libmonoruntime_static_la-sgen-marksweep-fixed-par.o libmonoruntime_static_la-sgen-major-copying.o libmonoruntime_static_la-string-icalls.o libmonoruntime_static_la-sysmath.o libmonoruntime_static_la-threads.o libmonoruntime_static_la-threadpool.o libmonoruntime_static_la-verify.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonoruntime-static.a libtool: link: ( cd ".libs" && rm -f "libmonoruntime-static.la" && ln -s "../libmonoruntime-static.la" "libmonoruntime-static.la" ) ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-console-unix.lo `test -f 'console-unix.c' || echo './'`console-unix.c console-unix.c: In function 'sigcont_handler': console-unix.c:285:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result console-unix.c: In function 'tty_teardown': console-unix.c:209:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-appdomain.lo `test -f 'appdomain.c' || echo './'`appdomain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-assembly.lo `test -f 'assembly.c' || echo './'`assembly.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-attach.lo `test -f 'attach.c' || echo './'`attach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-boehm-gc.lo `test -f 'boehm-gc.c' || echo './'`boehm-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-class.lo `test -f 'class.c' || echo './'`class.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-cominterop.lo `test -f 'cominterop.c' || echo './'`cominterop.c cominterop.c: In function 'cominterop_get_native_wrapper_adjusted': cominterop.c:804:41: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:827:28: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c: In function 'cominterop_get_ccw': cominterop.c:1979:55: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:2010:71: warning: comparison between 'MonoTypeEnum' and 'enum ' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-coree.lo `test -f 'coree.c' || echo './'`coree.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-debug-helpers.lo `test -f 'debug-helpers.c' || echo './'`debug-helpers.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-debug-mono-symfile.lo `test -f 'debug-mono-symfile.c' || echo './'`debug-mono-symfile.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-decimal.lo `test -f 'decimal.c' || echo './'`decimal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-domain.lo `test -f 'domain.c' || echo './'`domain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-environment.lo `test -f 'environment.c' || echo './'`environment.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-exception.lo `test -f 'exception.c' || echo './'`exception.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-file-io.lo `test -f 'file-io.c' || echo './'`file-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-filewatcher.lo `test -f 'filewatcher.c' || echo './'`filewatcher.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-gc.lo `test -f 'gc.c' || echo './'`gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-icall.lo `test -f 'icall.c' || echo './'`icall.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-image.lo `test -f 'image.c' || echo './'`image.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-loader.lo `test -f 'loader.c' || echo './'`loader.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-locales.lo `test -f 'locales.c' || echo './'`locales.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-lock-tracer.lo `test -f 'lock-tracer.c' || echo './'`lock-tracer.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-marshal.lo `test -f 'marshal.c' || echo './'`marshal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mempool.lo `test -f 'mempool.c' || echo './'`mempool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-metadata.lo `test -f 'metadata.c' || echo './'`metadata.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-metadata-verify.lo `test -f 'metadata-verify.c' || echo './'`metadata-verify.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-method-builder.lo `test -f 'method-builder.c' || echo './'`method-builder.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-basic-block.lo `test -f 'mono-basic-block.c' || echo './'`mono-basic-block.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-config.lo `test -f 'mono-config.c' || echo './'`mono-config.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-debug.lo `test -f 'mono-debug.c' || echo './'`mono-debug.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-debug-debugger.lo `test -f 'mono-debug-debugger.c' || echo './'`mono-debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-endian.lo `test -f 'mono-endian.c' || echo './'`mono-endian.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-hash.lo `test -f 'mono-hash.c' || echo './'`mono-hash.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-mlist.lo `test -f 'mono-mlist.c' || echo './'`mono-mlist.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo './'`mono-perfcounters.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo './'`mono-wsq.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-monitor.lo `test -f 'monitor.c' || echo './'`monitor.c monitor.c: In function 'mono_monitor_cleanup': monitor.c:128:25: warning: unused variable 'next' monitor.c:128:16: warning: unused variable 'marray' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-nacl-stub.lo `test -f 'nacl-stub.c' || echo './'`nacl-stub.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-null-gc.lo `test -f 'null-gc.c' || echo './'`null-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-object.lo `test -f 'object.c' || echo './'`object.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-opcodes.lo `test -f 'opcodes.c' || echo './'`opcodes.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-socket-io.lo `test -f 'socket-io.c' || echo './'`socket-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-process.lo `test -f 'process.c' || echo './'`process.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-profiler.lo `test -f 'profiler.c' || echo './'`profiler.c profiler.c: In function 'try_addr2line': profiler.c:1674:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-rand.lo `test -f 'rand.c' || echo './'`rand.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-runtime.lo `test -f 'runtime.c' || echo './'`runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-reflection.lo `test -f 'reflection.c' || echo './'`reflection.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-security.lo `test -f 'security.c' || echo './'`security.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-security-core-clr.lo `test -f 'security-core-clr.c' || echo './'`security-core-clr.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-security-manager.lo `test -f 'security-manager.c' || echo './'`security-manager.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-os-posix.lo `test -f 'sgen-os-posix.c' || echo './'`sgen-os-posix.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-os-mach.lo `test -f 'sgen-os-mach.c' || echo './'`sgen-os-mach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-gc.lo `test -f 'sgen-gc.c' || echo './'`sgen-gc.c In file included from sgen-gc.c:784:0: sgen-los.c: In function 'los_scan_card_table': sgen-los.c:482:21: warning: initialization from incompatible pointer type sgen-los.c:501:15: warning: comparison of distinct pointer types lacks a cast sgen-gc.c: At top level: sgen-cardtable.c:229:1: warning: 'collect_faulted_cards' defined but not used ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-internal.lo `test -f 'sgen-internal.c' || echo './'`sgen-internal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-marksweep.lo `test -f 'sgen-marksweep.c' || echo './'`sgen-marksweep.c sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-marksweep-fixed.lo `test -f 'sgen-marksweep-fixed.c' || echo './'`sgen-marksweep-fixed.c In file included from sgen-marksweep-fixed.c:3:0: sgen-marksweep.c: In function 'major_copy_or_mark_object': sgen-marksweep.c:861:8: warning: unused variable 'objsize' In file included from sgen-marksweep-fixed.c:3:0: sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-marksweep-par.lo `test -f 'sgen-marksweep-par.c' || echo './'`sgen-marksweep-par.c In file included from sgen-marksweep-par.c:3:0: sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-marksweep-fixed-par.lo `test -f 'sgen-marksweep-fixed-par.c' || echo './'`sgen-marksweep-fixed-par.c In file included from sgen-marksweep-fixed-par.c:4:0: sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sgen-major-copying.lo `test -f 'sgen-major-copying.c' || echo './'`sgen-major-copying.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-string-icalls.lo `test -f 'string-icalls.c' || echo './'`string-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-sysmath.lo `test -f 'sysmath.c' || echo './'`sysmath.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-threads.lo `test -f 'threads.c' || echo './'`threads.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-threadpool.lo `test -f 'threadpool.c' || echo './'`threadpool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_la-verify.lo `test -f 'verify.c' || echo './'`verify.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmonoruntimesgen.la libmonoruntimesgen_la-console-unix.lo libmonoruntimesgen_la-appdomain.lo libmonoruntimesgen_la-assembly.lo libmonoruntimesgen_la-attach.lo libmonoruntimesgen_la-boehm-gc.lo libmonoruntimesgen_la-class.lo libmonoruntimesgen_la-cominterop.lo libmonoruntimesgen_la-coree.lo libmonoruntimesgen_la-debug-helpers.lo libmonoruntimesgen_la-debug-mono-symfile.lo libmonoruntimesgen_la-decimal.lo libmonoruntimesgen_la-domain.lo libmonoruntimesgen_la-environment.lo libmonoruntimesgen_la-exception.lo libmonoruntimesgen_la-file-io.lo libmonoruntimesgen_la-filewatcher.lo libmonoruntimesgen_la-gc.lo libmonoruntimesgen_la-icall.lo libmonoruntimesgen_la-image.lo libmonoruntimesgen_la-loader.lo libmonoruntimesgen_la-locales.lo libmonoruntimesgen_la-lock-tracer.lo libmonoruntimesgen_la-marshal.lo libmonoruntimesgen_la-mempool.lo libmonoruntimesgen_la-metadata.lo libmonoruntimesgen_la-metadata-verify.lo libmonoruntimesgen_la-method-builder.lo libmonoruntimesgen_la-mono-basic-block.lo libmonoruntimesgen_la-mono-config.lo libmonoruntimesgen_la-mono-debug.lo libmonoruntimesgen_la-mono-debug-debugger.lo libmonoruntimesgen_la-mono-endian.lo libmonoruntimesgen_la-mono-hash.lo libmonoruntimesgen_la-mono-mlist.lo libmonoruntimesgen_la-mono-perfcounters.lo libmonoruntimesgen_la-mono-wsq.lo libmonoruntimesgen_la-monitor.lo libmonoruntimesgen_la-nacl-stub.lo libmonoruntimesgen_la-null-gc.lo libmonoruntimesgen_la-object.lo libmonoruntimesgen_la-opcodes.lo libmonoruntimesgen_la-socket-io.lo libmonoruntimesgen_la-process.lo libmonoruntimesgen_la-profiler.lo libmonoruntimesgen_la-rand.lo libmonoruntimesgen_la-runtime.lo libmonoruntimesgen_la-reflection.lo libmonoruntimesgen_la-security.lo libmonoruntimesgen_la-security-core-clr.lo libmonoruntimesgen_la-security-manager.lo libmonoruntimesgen_la-sgen-os-posix.lo libmonoruntimesgen_la-sgen-os-mach.lo libmonoruntimesgen_la-sgen-gc.lo libmonoruntimesgen_la-sgen-internal.lo libmonoruntimesgen_la-sgen-marksweep.lo libmonoruntimesgen_la-sgen-marksweep-fixed.lo libmonoruntimesgen_la-sgen-marksweep-par.lo libmonoruntimesgen_la-sgen-marksweep-fixed-par.lo libmonoruntimesgen_la-sgen-major-copying.lo libmonoruntimesgen_la-string-icalls.lo libmonoruntimesgen_la-sysmath.lo libmonoruntimesgen_la-threads.lo libmonoruntimesgen_la-threadpool.lo libmonoruntimesgen_la-verify.lo -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonoruntimesgen.a .libs/libmonoruntimesgen_la-console-unix.o .libs/libmonoruntimesgen_la-appdomain.o .libs/libmonoruntimesgen_la-assembly.o .libs/libmonoruntimesgen_la-attach.o .libs/libmonoruntimesgen_la-boehm-gc.o .libs/libmonoruntimesgen_la-class.o .libs/libmonoruntimesgen_la-cominterop.o .libs/libmonoruntimesgen_la-coree.o .libs/libmonoruntimesgen_la-debug-helpers.o .libs/libmonoruntimesgen_la-debug-mono-symfile.o .libs/libmonoruntimesgen_la-decimal.o .libs/libmonoruntimesgen_la-domain.o .libs/libmonoruntimesgen_la-environment.o .libs/libmonoruntimesgen_la-exception.o .libs/libmonoruntimesgen_la-file-io.o .libs/libmonoruntimesgen_la-filewatcher.o .libs/libmonoruntimesgen_la-gc.o .libs/libmonoruntimesgen_la-icall.o .libs/libmonoruntimesgen_la-image.o .libs/libmonoruntimesgen_la-loader.o .libs/libmonoruntimesgen_la-locales.o .libs/libmonoruntimesgen_la-lock-tracer.o .libs/libmonoruntimesgen_la-marshal.o .libs/libmonoruntimesgen_la-mempool.o .libs/libmonoruntimesgen_la-metadata.o .libs/libmonoruntimesgen_la-metadata-verify.o .libs/libmonoruntimesgen_la-method-builder.o .libs/libmonoruntimesgen_la-mono-basic-block.o .libs/libmonoruntimesgen_la-mono-config.o .libs/libmonoruntimesgen_la-mono-debug.o .libs/libmonoruntimesgen_la-mono-debug-debugger.o .libs/libmonoruntimesgen_la-mono-endian.o .libs/libmonoruntimesgen_la-mono-hash.o .libs/libmonoruntimesgen_la-mono-mlist.o .libs/libmonoruntimesgen_la-mono-perfcounters.o .libs/libmonoruntimesgen_la-mono-wsq.o .libs/libmonoruntimesgen_la-monitor.o .libs/libmonoruntimesgen_la-nacl-stub.o .libs/libmonoruntimesgen_la-null-gc.o .libs/libmonoruntimesgen_la-object.o .libs/libmonoruntimesgen_la-opcodes.o .libs/libmonoruntimesgen_la-socket-io.o .libs/libmonoruntimesgen_la-process.o .libs/libmonoruntimesgen_la-profiler.o .libs/libmonoruntimesgen_la-rand.o .libs/libmonoruntimesgen_la-runtime.o .libs/libmonoruntimesgen_la-reflection.o .libs/libmonoruntimesgen_la-security.o .libs/libmonoruntimesgen_la-security-core-clr.o .libs/libmonoruntimesgen_la-security-manager.o .libs/libmonoruntimesgen_la-sgen-os-posix.o .libs/libmonoruntimesgen_la-sgen-os-mach.o .libs/libmonoruntimesgen_la-sgen-gc.o .libs/libmonoruntimesgen_la-sgen-internal.o .libs/libmonoruntimesgen_la-sgen-marksweep.o .libs/libmonoruntimesgen_la-sgen-marksweep-fixed.o .libs/libmonoruntimesgen_la-sgen-marksweep-par.o .libs/libmonoruntimesgen_la-sgen-marksweep-fixed-par.o .libs/libmonoruntimesgen_la-sgen-major-copying.o .libs/libmonoruntimesgen_la-string-icalls.o .libs/libmonoruntimesgen_la-sysmath.o .libs/libmonoruntimesgen_la-threads.o .libs/libmonoruntimesgen_la-threadpool.o .libs/libmonoruntimesgen_la-verify.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonoruntimesgen.a libtool: link: ( cd ".libs" && rm -f "libmonoruntimesgen.la" && ln -s "../libmonoruntimesgen.la" "libmonoruntimesgen.la" ) ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-console-unix.lo `test -f 'console-unix.c' || echo './'`console-unix.c console-unix.c: In function 'sigcont_handler': console-unix.c:285:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result console-unix.c: In function 'tty_teardown': console-unix.c:209:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-appdomain.lo `test -f 'appdomain.c' || echo './'`appdomain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-assembly.lo `test -f 'assembly.c' || echo './'`assembly.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-attach.lo `test -f 'attach.c' || echo './'`attach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-boehm-gc.lo `test -f 'boehm-gc.c' || echo './'`boehm-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-class.lo `test -f 'class.c' || echo './'`class.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-cominterop.lo `test -f 'cominterop.c' || echo './'`cominterop.c cominterop.c: In function 'cominterop_get_native_wrapper_adjusted': cominterop.c:804:41: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:827:28: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c: In function 'cominterop_get_ccw': cominterop.c:1979:55: warning: comparison between 'MonoTypeEnum' and 'enum ' cominterop.c:2010:71: warning: comparison between 'MonoTypeEnum' and 'enum ' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-coree.lo `test -f 'coree.c' || echo './'`coree.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-debug-helpers.lo `test -f 'debug-helpers.c' || echo './'`debug-helpers.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-debug-mono-symfile.lo `test -f 'debug-mono-symfile.c' || echo './'`debug-mono-symfile.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-decimal.lo `test -f 'decimal.c' || echo './'`decimal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-domain.lo `test -f 'domain.c' || echo './'`domain.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-environment.lo `test -f 'environment.c' || echo './'`environment.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-exception.lo `test -f 'exception.c' || echo './'`exception.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-file-io.lo `test -f 'file-io.c' || echo './'`file-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-filewatcher.lo `test -f 'filewatcher.c' || echo './'`filewatcher.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-gc.lo `test -f 'gc.c' || echo './'`gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-icall.lo `test -f 'icall.c' || echo './'`icall.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-image.lo `test -f 'image.c' || echo './'`image.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-loader.lo `test -f 'loader.c' || echo './'`loader.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-locales.lo `test -f 'locales.c' || echo './'`locales.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-lock-tracer.lo `test -f 'lock-tracer.c' || echo './'`lock-tracer.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-marshal.lo `test -f 'marshal.c' || echo './'`marshal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mempool.lo `test -f 'mempool.c' || echo './'`mempool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-metadata.lo `test -f 'metadata.c' || echo './'`metadata.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-metadata-verify.lo `test -f 'metadata-verify.c' || echo './'`metadata-verify.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-method-builder.lo `test -f 'method-builder.c' || echo './'`method-builder.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-basic-block.lo `test -f 'mono-basic-block.c' || echo './'`mono-basic-block.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-config.lo `test -f 'mono-config.c' || echo './'`mono-config.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-debug.lo `test -f 'mono-debug.c' || echo './'`mono-debug.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-debug-debugger.lo `test -f 'mono-debug-debugger.c' || echo './'`mono-debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-endian.lo `test -f 'mono-endian.c' || echo './'`mono-endian.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-hash.lo `test -f 'mono-hash.c' || echo './'`mono-hash.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-mlist.lo `test -f 'mono-mlist.c' || echo './'`mono-mlist.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo './'`mono-perfcounters.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo './'`mono-wsq.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-monitor.lo `test -f 'monitor.c' || echo './'`monitor.c monitor.c: In function 'mono_monitor_cleanup': monitor.c:128:25: warning: unused variable 'next' monitor.c:128:16: warning: unused variable 'marray' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-nacl-stub.lo `test -f 'nacl-stub.c' || echo './'`nacl-stub.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-null-gc.lo `test -f 'null-gc.c' || echo './'`null-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-object.lo `test -f 'object.c' || echo './'`object.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-opcodes.lo `test -f 'opcodes.c' || echo './'`opcodes.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-socket-io.lo `test -f 'socket-io.c' || echo './'`socket-io.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-process.lo `test -f 'process.c' || echo './'`process.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-profiler.lo `test -f 'profiler.c' || echo './'`profiler.c profiler.c: In function 'try_addr2line': profiler.c:1674:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-rand.lo `test -f 'rand.c' || echo './'`rand.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-runtime.lo `test -f 'runtime.c' || echo './'`runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-reflection.lo `test -f 'reflection.c' || echo './'`reflection.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-security.lo `test -f 'security.c' || echo './'`security.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-security-core-clr.lo `test -f 'security-core-clr.c' || echo './'`security-core-clr.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-security-manager.lo `test -f 'security-manager.c' || echo './'`security-manager.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-os-posix.lo `test -f 'sgen-os-posix.c' || echo './'`sgen-os-posix.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-os-mach.lo `test -f 'sgen-os-mach.c' || echo './'`sgen-os-mach.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-gc.lo `test -f 'sgen-gc.c' || echo './'`sgen-gc.c In file included from sgen-gc.c:784:0: sgen-los.c: In function 'los_scan_card_table': sgen-los.c:482:21: warning: initialization from incompatible pointer type sgen-los.c:501:15: warning: comparison of distinct pointer types lacks a cast sgen-gc.c: At top level: sgen-cardtable.c:229:1: warning: 'collect_faulted_cards' defined but not used ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-internal.lo `test -f 'sgen-internal.c' || echo './'`sgen-internal.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-marksweep.lo `test -f 'sgen-marksweep.c' || echo './'`sgen-marksweep.c sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-marksweep-fixed.lo `test -f 'sgen-marksweep-fixed.c' || echo './'`sgen-marksweep-fixed.c In file included from sgen-marksweep-fixed.c:3:0: sgen-marksweep.c: In function 'major_copy_or_mark_object': sgen-marksweep.c:861:8: warning: unused variable 'objsize' In file included from sgen-marksweep-fixed.c:3:0: sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-marksweep-par.lo `test -f 'sgen-marksweep-par.c' || echo './'`sgen-marksweep-par.c In file included from sgen-marksweep-par.c:3:0: sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-marksweep-fixed-par.lo `test -f 'sgen-marksweep-fixed-par.c' || echo './'`sgen-marksweep-fixed-par.c In file included from sgen-marksweep-fixed-par.c:4:0: sgen-marksweep.c: In function 'mark_pinned_objects_in_block': sgen-marksweep.c:925:6: warning: unused variable 'count' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sgen-major-copying.lo `test -f 'sgen-major-copying.c' || echo './'`sgen-major-copying.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-string-icalls.lo `test -f 'string-icalls.c' || echo './'`string-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-sysmath.lo `test -f 'sysmath.c' || echo './'`sysmath.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-threads.lo `test -f 'threads.c' || echo './'`threads.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-threadpool.lo `test -f 'threadpool.c' || echo './'`threadpool.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonoruntimesgen_static_la-verify.lo `test -f 'verify.c' || echo './'`verify.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -static -Wl,-O1 -Wl,--as-needed -o libmonoruntimesgen-static.la libmonoruntimesgen_static_la-console-unix.lo libmonoruntimesgen_static_la-appdomain.lo libmonoruntimesgen_static_la-assembly.lo libmonoruntimesgen_static_la-attach.lo libmonoruntimesgen_static_la-boehm-gc.lo libmonoruntimesgen_static_la-class.lo libmonoruntimesgen_static_la-cominterop.lo libmonoruntimesgen_static_la-coree.lo libmonoruntimesgen_static_la-debug-helpers.lo libmonoruntimesgen_static_la-debug-mono-symfile.lo libmonoruntimesgen_static_la-decimal.lo libmonoruntimesgen_static_la-domain.lo libmonoruntimesgen_static_la-environment.lo libmonoruntimesgen_static_la-exception.lo libmonoruntimesgen_static_la-file-io.lo libmonoruntimesgen_static_la-filewatcher.lo libmonoruntimesgen_static_la-gc.lo libmonoruntimesgen_static_la-icall.lo libmonoruntimesgen_static_la-image.lo libmonoruntimesgen_static_la-loader.lo libmonoruntimesgen_static_la-locales.lo libmonoruntimesgen_static_la-lock-tracer.lo libmonoruntimesgen_static_la-marshal.lo libmonoruntimesgen_static_la-mempool.lo libmonoruntimesgen_static_la-metadata.lo libmonoruntimesgen_static_la-metadata-verify.lo libmonoruntimesgen_static_la-method-builder.lo libmonoruntimesgen_static_la-mono-basic-block.lo libmonoruntimesgen_static_la-mono-config.lo libmonoruntimesgen_static_la-mono-debug.lo libmonoruntimesgen_static_la-mono-debug-debugger.lo libmonoruntimesgen_static_la-mono-endian.lo libmonoruntimesgen_static_la-mono-hash.lo libmonoruntimesgen_static_la-mono-mlist.lo libmonoruntimesgen_static_la-mono-perfcounters.lo libmonoruntimesgen_static_la-mono-wsq.lo libmonoruntimesgen_static_la-monitor.lo libmonoruntimesgen_static_la-nacl-stub.lo libmonoruntimesgen_static_la-null-gc.lo libmonoruntimesgen_static_la-object.lo libmonoruntimesgen_static_la-opcodes.lo libmonoruntimesgen_static_la-socket-io.lo libmonoruntimesgen_static_la-process.lo libmonoruntimesgen_static_la-profiler.lo libmonoruntimesgen_static_la-rand.lo libmonoruntimesgen_static_la-runtime.lo libmonoruntimesgen_static_la-reflection.lo libmonoruntimesgen_static_la-security.lo libmonoruntimesgen_static_la-security-core-clr.lo libmonoruntimesgen_static_la-security-manager.lo libmonoruntimesgen_static_la-sgen-os-posix.lo libmonoruntimesgen_static_la-sgen-os-mach.lo libmonoruntimesgen_static_la-sgen-gc.lo libmonoruntimesgen_static_la-sgen-internal.lo libmonoruntimesgen_static_la-sgen-marksweep.lo libmonoruntimesgen_static_la-sgen-marksweep-fixed.lo libmonoruntimesgen_static_la-sgen-marksweep-par.lo libmonoruntimesgen_static_la-sgen-marksweep-fixed-par.lo libmonoruntimesgen_static_la-sgen-major-copying.lo libmonoruntimesgen_static_la-string-icalls.lo libmonoruntimesgen_static_la-sysmath.lo libmonoruntimesgen_static_la-threads.lo libmonoruntimesgen_static_la-threadpool.lo libmonoruntimesgen_static_la-verify.lo -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonoruntimesgen-static.a libmonoruntimesgen_static_la-console-unix.o libmonoruntimesgen_static_la-appdomain.o libmonoruntimesgen_static_la-assembly.o libmonoruntimesgen_static_la-attach.o libmonoruntimesgen_static_la-boehm-gc.o libmonoruntimesgen_static_la-class.o libmonoruntimesgen_static_la-cominterop.o libmonoruntimesgen_static_la-coree.o libmonoruntimesgen_static_la-debug-helpers.o libmonoruntimesgen_static_la-debug-mono-symfile.o libmonoruntimesgen_static_la-decimal.o libmonoruntimesgen_static_la-domain.o libmonoruntimesgen_static_la-environment.o libmonoruntimesgen_static_la-exception.o libmonoruntimesgen_static_la-file-io.o libmonoruntimesgen_static_la-filewatcher.o libmonoruntimesgen_static_la-gc.o libmonoruntimesgen_static_la-icall.o libmonoruntimesgen_static_la-image.o libmonoruntimesgen_static_la-loader.o libmonoruntimesgen_static_la-locales.o libmonoruntimesgen_static_la-lock-tracer.o libmonoruntimesgen_static_la-marshal.o libmonoruntimesgen_static_la-mempool.o libmonoruntimesgen_static_la-metadata.o libmonoruntimesgen_static_la-metadata-verify.o libmonoruntimesgen_static_la-method-builder.o libmonoruntimesgen_static_la-mono-basic-block.o libmonoruntimesgen_static_la-mono-config.o libmonoruntimesgen_static_la-mono-debug.o libmonoruntimesgen_static_la-mono-debug-debugger.o libmonoruntimesgen_static_la-mono-endian.o libmonoruntimesgen_static_la-mono-hash.o libmonoruntimesgen_static_la-mono-mlist.o libmonoruntimesgen_static_la-mono-perfcounters.o libmonoruntimesgen_static_la-mono-wsq.o libmonoruntimesgen_static_la-monitor.o libmonoruntimesgen_static_la-nacl-stub.o libmonoruntimesgen_static_la-null-gc.o libmonoruntimesgen_static_la-object.o libmonoruntimesgen_static_la-opcodes.o libmonoruntimesgen_static_la-socket-io.o libmonoruntimesgen_static_la-process.o libmonoruntimesgen_static_la-profiler.o libmonoruntimesgen_static_la-rand.o libmonoruntimesgen_static_la-runtime.o libmonoruntimesgen_static_la-reflection.o libmonoruntimesgen_static_la-security.o libmonoruntimesgen_static_la-security-core-clr.o libmonoruntimesgen_static_la-security-manager.o libmonoruntimesgen_static_la-sgen-os-posix.o libmonoruntimesgen_static_la-sgen-os-mach.o libmonoruntimesgen_static_la-sgen-gc.o libmonoruntimesgen_static_la-sgen-internal.o libmonoruntimesgen_static_la-sgen-marksweep.o libmonoruntimesgen_static_la-sgen-marksweep-fixed.o libmonoruntimesgen_static_la-sgen-marksweep-par.o libmonoruntimesgen_static_la-sgen-marksweep-fixed-par.o libmonoruntimesgen_static_la-sgen-major-copying.o libmonoruntimesgen_static_la-string-icalls.o libmonoruntimesgen_static_la-sysmath.o libmonoruntimesgen_static_la-threads.o libmonoruntimesgen_static_la-threadpool.o libmonoruntimesgen_static_la-verify.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonoruntimesgen-static.a libtool: link: ( cd ".libs" && rm -f "libmonoruntimesgen-static.la" && ln -s "../libmonoruntimesgen-static.la" "libmonoruntimesgen-static.la" ) i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -I../../eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/bin/\" -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c pedump.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o pedump pedump.o libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la ../../libgc/libmonogc.la -L../../eglib/src -leglib -lm -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o pedump pedump.o ./.libs/libmonoruntime.a ../io-layer/.libs/libwapi.a ../utils/.libs/libmonoutils.a ../../libgc/.libs/libmonogc.a -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -lm -lrt -ldl -lpthread make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/metadata' Making all in arch make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/arch' make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/arch' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/arch' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/arch' Making all in mini make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini' if test -d ../../.git; then \ (cd ../..; \ LANG=C; export LANG; \ branch=`git branch | grep '^\*' | cut -d ' ' -f 2`; \ version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \ echo "#define FULL_VERSION \"$branch/$version\""; \ ); \ else \ echo "#define FULL_VERSION \"tarball\""; \ fi > version.h i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o genmdesc-genmdesc.o `test -f 'genmdesc.c' || echo './'`genmdesc.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o genmdesc-helpers.o `test -f 'helpers.c' || echo './'`helpers.c helpers.c: In function 'mono_disassemble_code': helpers.c:230:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result helpers.c:248:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o genmdesc-opcodes.o `test -f '../metadata/opcodes.c' || echo './'`../metadata/opcodes.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o genmdesc genmdesc-genmdesc.o genmdesc-helpers.o genmdesc-opcodes.o ../../mono/utils/libmonoutils.la -lm -L../../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o genmdesc genmdesc-genmdesc.o genmdesc-helpers.o genmdesc-opcodes.o ../../mono/utils/.libs/libmonoutils.a -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -lm -lrt -ldl -lpthread ./genmdesc cpu-x86.h x86_desc ./cpu-x86.md make all-am make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini.lo `test -f 'mini.c' || echo './'`mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-method-to-ir.lo `test -f 'method-to-ir.c' || echo './'`method-to-ir.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-decompose.lo `test -f 'decompose.c' || echo './'`decompose.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-jit-icalls.lo `test -f 'jit-icalls.c' || echo './'`jit-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-trace.lo `test -f 'trace.c' || echo './'`trace.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-dominators.lo `test -f 'dominators.c' || echo './'`dominators.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-cfold.lo `test -f 'cfold.c' || echo './'`cfold.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-regalloc.lo `test -f 'regalloc.c' || echo './'`regalloc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-helpers.lo `test -f 'helpers.c' || echo './'`helpers.c helpers.c: In function 'mono_disassemble_code': helpers.c:230:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result helpers.c:248:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-liveness.lo `test -f 'liveness.c' || echo './'`liveness.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-ssa.lo `test -f 'ssa.c' || echo './'`ssa.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-abcremoval.lo `test -f 'abcremoval.c' || echo './'`abcremoval.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-ssapre.lo `test -f 'ssapre.c' || echo './'`ssapre.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-local-propagation.lo `test -f 'local-propagation.c' || echo './'`local-propagation.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-driver.lo `test -f 'driver.c' || echo './'`driver.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-debug-mini.lo `test -f 'debug-mini.c' || echo './'`debug-mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-linear-scan.lo `test -f 'linear-scan.c' || echo './'`linear-scan.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-aot-compiler.lo `test -f 'aot-compiler.c' || echo './'`aot-compiler.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-aot-runtime.lo `test -f 'aot-runtime.c' || echo './'`aot-runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-graph.lo `test -f 'graph.c' || echo './'`graph.c graph.c: In function 'mono_draw_graph': graph.c:335:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-codegen.lo `test -f 'mini-codegen.c' || echo './'`mini-codegen.c mini-codegen.c: In function 'mono_local_regalloc': mini-codegen.c:950:17: warning: array subscript is below array bounds mini-codegen.c:991:6: warning: 'num_sregs' may be used uninitialized in this function ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-exceptions.lo `test -f 'mini-exceptions.c' || echo './'`mini-exceptions.c mini-exceptions.c: In function 'mono_handle_native_sigsegv': mini-exceptions.c:1954:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-trampolines.lo `test -f 'mini-trampolines.c' || echo './'`mini-trampolines.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-declsec.lo `test -f 'declsec.c' || echo './'`declsec.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-wapihandles.lo `test -f 'wapihandles.c' || echo './'`wapihandles.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-branch-opts.lo `test -f 'branch-opts.c' || echo './'`branch-opts.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-generic-sharing.lo `test -f 'mini-generic-sharing.c' || echo './'`mini-generic-sharing.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-regalloc2.lo `test -f 'regalloc2.c' || echo './'`regalloc2.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-tasklets.lo `test -f 'tasklets.c' || echo './'`tasklets.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-simd-intrinsics.lo `test -f 'simd-intrinsics.c' || echo './'`simd-intrinsics.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-unwind.lo `test -f 'unwind.c' || echo './'`unwind.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-image-writer.lo `test -f 'image-writer.c' || echo './'`image-writer.c image-writer.c: In function 'bin_writer_fwrite': image-writer.c:1047:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-dwarfwriter.lo `test -f 'dwarfwriter.c' || echo './'`dwarfwriter.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-gc.lo `test -f 'mini-gc.c' || echo './'`mini-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-debugger-agent.lo `test -f 'debugger-agent.c' || echo './'`debugger-agent.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-debug-debugger.lo `test -f 'debug-debugger.c' || echo './'`debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-xdebug.lo `test -f 'xdebug.c' || echo './'`xdebug.c xdebug.c: In function 'xdebug_end_emit': xdebug.c:215:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-x86.lo `test -f 'mini-x86.c' || echo './'`mini-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-exceptions-x86.lo `test -f 'exceptions-x86.c' || echo './'`exceptions-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-tramp-x86.lo `test -f 'tramp-x86.c' || echo './'`tramp-x86.c tramp-x86.c: In function 'mono_arch_patch_callsite': tramp-x86.c:135:30: warning: array subscript is above array bounds ../../doltlibtool --mode=compile i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -c -o mdb-debug-info32.lo mdb-debug-info32.s libtool: compile: i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -c mdb-debug-info32.s -fPIC -DPIC -o .libs/mdb-debug-info32.o libtool: compile: i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -c mdb-debug-info32.s -o mdb-debug-info32.o >/dev/null 2>&1 ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_2_0_la-mini-posix.lo `test -f 'mini-posix.c' || echo './'`mini-posix.c ../../doltlibtool --tag=CXX --mode=link i686-pc-linux-gnu-g++ -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -Wl,-version-script=./ldscript -version-info 1:0:0 -Wl,-O1 -Wl,--as-needed -o libmono-2.0.la -rpath /usr/lib libmono_2_0_la-mini.lo libmono_2_0_la-method-to-ir.lo libmono_2_0_la-decompose.lo libmono_2_0_la-jit-icalls.lo libmono_2_0_la-trace.lo libmono_2_0_la-dominators.lo libmono_2_0_la-cfold.lo libmono_2_0_la-regalloc.lo libmono_2_0_la-helpers.lo libmono_2_0_la-liveness.lo libmono_2_0_la-ssa.lo libmono_2_0_la-abcremoval.lo libmono_2_0_la-ssapre.lo libmono_2_0_la-local-propagation.lo libmono_2_0_la-driver.lo libmono_2_0_la-debug-mini.lo libmono_2_0_la-linear-scan.lo libmono_2_0_la-aot-compiler.lo libmono_2_0_la-aot-runtime.lo libmono_2_0_la-graph.lo libmono_2_0_la-mini-codegen.lo libmono_2_0_la-mini-exceptions.lo libmono_2_0_la-mini-trampolines.lo libmono_2_0_la-declsec.lo libmono_2_0_la-wapihandles.lo libmono_2_0_la-branch-opts.lo libmono_2_0_la-mini-generic-sharing.lo libmono_2_0_la-regalloc2.lo libmono_2_0_la-tasklets.lo libmono_2_0_la-simd-intrinsics.lo libmono_2_0_la-unwind.lo libmono_2_0_la-image-writer.lo libmono_2_0_la-dwarfwriter.lo libmono_2_0_la-mini-gc.lo libmono_2_0_la-debugger-agent.lo libmono_2_0_la-debug-debugger.lo libmono_2_0_la-xdebug.lo libmono_2_0_la-mini-x86.lo libmono_2_0_la-exceptions-x86.lo libmono_2_0_la-tramp-x86.lo mdb-debug-info32.lo libmono_2_0_la-mini-posix.lo ../../mono/metadata/libmonoruntime.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -L../../eglib/src -leglib -lm ../../libgc/libmonogc.la -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/crtbeginS.o .libs/libmono_2_0_la-mini.o .libs/libmono_2_0_la-method-to-ir.o .libs/libmono_2_0_la-decompose.o .libs/libmono_2_0_la-jit-icalls.o .libs/libmono_2_0_la-trace.o .libs/libmono_2_0_la-dominators.o .libs/libmono_2_0_la-cfold.o .libs/libmono_2_0_la-regalloc.o .libs/libmono_2_0_la-helpers.o .libs/libmono_2_0_la-liveness.o .libs/libmono_2_0_la-ssa.o .libs/libmono_2_0_la-abcremoval.o .libs/libmono_2_0_la-ssapre.o .libs/libmono_2_0_la-local-propagation.o .libs/libmono_2_0_la-driver.o .libs/libmono_2_0_la-debug-mini.o .libs/libmono_2_0_la-linear-scan.o .libs/libmono_2_0_la-aot-compiler.o .libs/libmono_2_0_la-aot-runtime.o .libs/libmono_2_0_la-graph.o .libs/libmono_2_0_la-mini-codegen.o .libs/libmono_2_0_la-mini-exceptions.o .libs/libmono_2_0_la-mini-trampolines.o .libs/libmono_2_0_la-declsec.o .libs/libmono_2_0_la-wapihandles.o .libs/libmono_2_0_la-branch-opts.o .libs/libmono_2_0_la-mini-generic-sharing.o .libs/libmono_2_0_la-regalloc2.o .libs/libmono_2_0_la-tasklets.o .libs/libmono_2_0_la-simd-intrinsics.o .libs/libmono_2_0_la-unwind.o .libs/libmono_2_0_la-image-writer.o .libs/libmono_2_0_la-dwarfwriter.o .libs/libmono_2_0_la-mini-gc.o .libs/libmono_2_0_la-debugger-agent.o .libs/libmono_2_0_la-debug-debugger.o .libs/libmono_2_0_la-xdebug.o .libs/libmono_2_0_la-mini-x86.o .libs/libmono_2_0_la-exceptions-x86.o .libs/libmono_2_0_la-tramp-x86.o .libs/mdb-debug-info32.o .libs/libmono_2_0_la-mini-posix.o -Wl,--whole-archive ../../mono/metadata/.libs/libmonoruntime.a ../../mono/io-layer/.libs/libwapi.a ../../mono/utils/.libs/libmonoutils.a /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a ../../libgc/.libs/libmonogc.a -Wl,--no-whole-archive -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lrt -ldl -lpthread -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../crtn.o -march=pentium4 -Wl,-version-script=./ldscript -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmono-2.0.so.1 -o .libs/libmono-2.0.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libmono-2.0.so.1" && ln -s "libmono-2.0.so.1.0.0" "libmono-2.0.so.1") libtool: link: (cd ".libs" && rm -f "libmono-2.0.so" && ln -s "libmono-2.0.so.1.0.0" "libmono-2.0.so") libtool: link: (cd .libs/libmono-2.0.lax/libmonoruntime.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/metadata/.libs/libmonoruntime.a") libtool: link: (cd .libs/libmono-2.0.lax/libwapi.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/io-layer/.libs/libwapi.a") libtool: link: (cd .libs/libmono-2.0.lax/libmonoutils.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/utils/.libs/libmonoutils.a") libtool: link: (cd .libs/libmono-2.0.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: (cd .libs/libmono-2.0.lax/libmonogc.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../libgc/.libs/libmonogc.a") copying selected object files to avoid basename conflicts... libtool: link: ln .libs/libmono-2.0.lax/libmonogc.a/misc.o .libs/libmono-2.0.lax/lt1-misc.o || cp .libs/libmono-2.0.lax/libmonogc.a/misc.o .libs/libmono-2.0.lax/lt1-misc.o libtool: link: i686-pc-linux-gnu-ar cru .libs/libmono-2.0.a libmono_2_0_la-mini.o libmono_2_0_la-method-to-ir.o libmono_2_0_la-decompose.o libmono_2_0_la-jit-icalls.o libmono_2_0_la-trace.o libmono_2_0_la-dominators.o libmono_2_0_la-cfold.o libmono_2_0_la-regalloc.o libmono_2_0_la-helpers.o libmono_2_0_la-liveness.o libmono_2_0_la-ssa.o libmono_2_0_la-abcremoval.o libmono_2_0_la-ssapre.o libmono_2_0_la-local-propagation.o libmono_2_0_la-driver.o libmono_2_0_la-debug-mini.o libmono_2_0_la-linear-scan.o libmono_2_0_la-aot-compiler.o libmono_2_0_la-aot-runtime.o libmono_2_0_la-graph.o libmono_2_0_la-mini-codegen.o libmono_2_0_la-mini-exceptions.o libmono_2_0_la-mini-trampolines.o libmono_2_0_la-declsec.o libmono_2_0_la-wapihandles.o libmono_2_0_la-branch-opts.o libmono_2_0_la-mini-generic-sharing.o libmono_2_0_la-regalloc2.o libmono_2_0_la-tasklets.o libmono_2_0_la-simd-intrinsics.o libmono_2_0_la-unwind.o libmono_2_0_la-image-writer.o libmono_2_0_la-dwarfwriter.o libmono_2_0_la-mini-gc.o libmono_2_0_la-debugger-agent.o libmono_2_0_la-debug-debugger.o libmono_2_0_la-xdebug.o libmono_2_0_la-mini-x86.o libmono_2_0_la-exceptions-x86.o libmono_2_0_la-tramp-x86.o mdb-debug-info32.o libmono_2_0_la-mini-posix.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-config.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-os-posix.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mempool.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-mlist.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-debug-mono-symfile.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-domain.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-monitor.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-file-io.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-attach.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-nacl-stub.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-major-copying.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-rand.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-console-unix.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-lock-tracer.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-security-core-clr.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-gc.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-debug-helpers.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-basic-block.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-marksweep-par.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-debug-debugger.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-string-icalls.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-boehm-gc.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-opcodes.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-decimal.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-metadata.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-cominterop.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sysmath.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-marshal.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-profiler.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-method-builder.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-gc.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-reflection.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-threads.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-perfcounters.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-verify.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-filewatcher.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-icall.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-assembly.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-marksweep-fixed-par.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-appdomain.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-os-mach.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-marksweep.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-marksweep-fixed.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-debug.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-socket-io.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-loader.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-image.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-object.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-threadpool.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-wsq.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-hash.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-locales.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-class.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-process.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-runtime.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-security.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-coree.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-environment.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-exception.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-metadata-verify.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-sgen-internal.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-mono-endian.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-security-manager.o .libs/libmono-2.0.lax/libmonoruntime.a/libmonoruntime_la-null-gc.o .libs/libmono-2.0.lax/libwapi.a/io.o .libs/libmono-2.0.lax/libwapi.a/atomic.o .libs/libmono-2.0.lax/libwapi.a/messages.o .libs/libmono-2.0.lax/libwapi.a/timefuncs.o .libs/libmono-2.0.lax/libwapi.a/mono-mutex.o .libs/libmono-2.0.lax/libwapi.a/collection.o .libs/libmono-2.0.lax/libwapi.a/processes.o .libs/libmono-2.0.lax/libwapi.a/io-portability.o .libs/libmono-2.0.lax/libwapi.a/wapi_glob.o .libs/libmono-2.0.lax/libwapi.a/error.o .libs/libmono-2.0.lax/libwapi.a/context.o .libs/libmono-2.0.lax/libwapi.a/critical-sections.o .libs/libmono-2.0.lax/libwapi.a/semaphores.o .libs/libmono-2.0.lax/libwapi.a/mutexes.o .libs/libmono-2.0.lax/libwapi.a/wthreads.o .libs/libmono-2.0.lax/libwapi.a/security.o .libs/libmono-2.0.lax/libwapi.a/misc.o .libs/libmono-2.0.lax/libwapi.a/events.o .libs/libmono-2.0.lax/libwapi.a/system.o .libs/libmono-2.0.lax/libwapi.a/handles.o .libs/libmono-2.0.lax/libwapi.a/wait.o .libs/libmono-2.0.lax/libwapi.a/versioninfo.o .libs/libmono-2.0.lax/libwapi.a/locking.o .libs/libmono-2.0.lax/libwapi.a/sockets.o .libs/libmono-2.0.lax/libwapi.a/posix.o .libs/libmono-2.0.lax/libwapi.a/shared.o .libs/libmono-2.0.lax/libmonoutils.a/mono-error.o .libs/libmono-2.0.lax/libmonoutils.a/mono-counters.o .libs/libmono-2.0.lax/libmonoutils.a/mono-internal-hash.o .libs/libmono-2.0.lax/libmonoutils.a/mono-filemap.o .libs/libmono-2.0.lax/libmonoutils.a/mono-value-hash.o .libs/libmono-2.0.lax/libmonoutils.a/mono-md5.o .libs/libmono-2.0.lax/libmonoutils.a/mono-uri.o .libs/libmono-2.0.lax/libmonoutils.a/mono-semaphore.o .libs/libmono-2.0.lax/libmonoutils.a/mono-property-hash.o .libs/libmono-2.0.lax/libmonoutils.a/monobitset.o .libs/libmono-2.0.lax/libmonoutils.a/mono-stdlib.o .libs/libmono-2.0.lax/libmonoutils.a/mach-support-x86.o .libs/libmono-2.0.lax/libmonoutils.a/mono-logger.o .libs/libmono-2.0.lax/libmonoutils.a/dlmalloc.o .libs/libmono-2.0.lax/libmonoutils.a/mono-math.o .libs/libmono-2.0.lax/libmonoutils.a/mono-mmap.o .libs/libmono-2.0.lax/libmonoutils.a/mono-path.o .libs/libmono-2.0.lax/libmonoutils.a/mono-poll.o .libs/libmono-2.0.lax/libmonoutils.a/mono-io-portability.o .libs/libmono-2.0.lax/libmonoutils.a/mono-sha1.o .libs/libmono-2.0.lax/libmonoutils.a/mach-support.o .libs/libmono-2.0.lax/libmonoutils.a/mono-time.o .libs/libmono-2.0.lax/libmonoutils.a/mono-proclib.o .libs/libmono-2.0.lax/libmonoutils.a/strenc.o .libs/libmono-2.0.lax/libmonoutils.a/strtod.o .libs/libmono-2.0.lax/libmonoutils.a/mono-codeman.o .libs/libmono-2.0.lax/libmonoutils.a/mono-dl.o .libs/libmono-2.0.lax/libmonoutils.a/mono-networkinterfaces.o .libs/libmono-2.0.lax/libmonoutils.a/mono-publib.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gmem.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gstr.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gqueue.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gshell.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gunicode.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gslist.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gspawn.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gerror.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gfile.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-goutput.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-glist.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gpath.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gpattern.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gutf8.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-gstring.o .libs/libmono-2.0.lax/libeglib.a/libeglib_la-garray.o .libs/libmono-2.0.lax/libmonogc.a/backgraph.o .libs/libmono-2.0.lax/libmonogc.a/os_dep.o .libs/libmono-2.0.lax/libmonogc.a/stubborn.o .libs/libmono-2.0.lax/libmonogc.a/mark_rts.o .libs/libmono-2.0.lax/libmonogc.a/pthread_stop_world.o .libs/libmono-2.0.lax/libmonogc.a/ptr_chck.o .libs/libmono-2.0.lax/libmonogc.a/finalize.o .libs/libmono-2.0.lax/libmonogc.a/pcr_interface.o .libs/libmono-2.0.lax/libmonogc.a/headers.o .libs/libmono-2.0.lax/libmonogc.a/solaris_pthreads.o .libs/libmono-2.0.lax/libmonogc.a/blacklst.o .libs/libmono-2.0.lax/libmonogc.a/solaris_threads.o .libs/libmono-2.0.lax/libmonogc.a/mallocx.o .libs/libmono-2.0.lax/libmonogc.a/specific.o .libs/libmono-2.0.lax/libmonogc.a/reclaim.o .libs/libmono-2.0.lax/libmonogc.a/gc_dlopen.o .libs/libmono-2.0.lax/libmonogc.a/typd_mlc.o .libs/libmono-2.0.lax/libmonogc.a/malloc.o .libs/libmono-2.0.lax/libmonogc.a/darwin_stop_world.o .libs/libmono-2.0.lax/libmonogc.a/checksums.o .libs/libmono-2.0.lax/libmonogc.a/dyn_load.o .libs/libmono-2.0.lax/libmonogc.a/pthread_support.o .libs/libmono-2.0.lax/libmonogc.a/mach_dep.o .libs/libmono-2.0.lax/libmonogc.a/allchblk.o .libs/libmono-2.0.lax/libmonogc.a/mark.o .libs/libmono-2.0.lax/lt1-misc.o .libs/libmono-2.0.lax/libmonogc.a/obj_map.o .libs/libmono-2.0.lax/libmonogc.a/gcj_mlc.o .libs/libmono-2.0.lax/libmonogc.a/real_malloc.o .libs/libmono-2.0.lax/libmonogc.a/alloc.o .libs/libmono-2.0.lax/libmonogc.a/win32_threads.o .libs/libmono-2.0.lax/libmonogc.a/new_hblk.o .libs/libmono-2.0.lax/libmonogc.a/dbg_mlc.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmono-2.0.a libtool: link: rm -fr .libs/libmono-2.0.lax .libs/libmono-2.0.lax libtool: link: ( cd ".libs" && rm -f "libmono-2.0.la" && ln -s "../libmono-2.0.la" "libmono-2.0.la" ) ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini.lo `test -f 'mini.c' || echo './'`mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-method-to-ir.lo `test -f 'method-to-ir.c' || echo './'`method-to-ir.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-decompose.lo `test -f 'decompose.c' || echo './'`decompose.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-jit-icalls.lo `test -f 'jit-icalls.c' || echo './'`jit-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-trace.lo `test -f 'trace.c' || echo './'`trace.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-dominators.lo `test -f 'dominators.c' || echo './'`dominators.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-cfold.lo `test -f 'cfold.c' || echo './'`cfold.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-regalloc.lo `test -f 'regalloc.c' || echo './'`regalloc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-helpers.lo `test -f 'helpers.c' || echo './'`helpers.c helpers.c: In function 'mono_disassemble_code': helpers.c:230:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result helpers.c:248:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-liveness.lo `test -f 'liveness.c' || echo './'`liveness.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-ssa.lo `test -f 'ssa.c' || echo './'`ssa.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-abcremoval.lo `test -f 'abcremoval.c' || echo './'`abcremoval.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-ssapre.lo `test -f 'ssapre.c' || echo './'`ssapre.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-local-propagation.lo `test -f 'local-propagation.c' || echo './'`local-propagation.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-driver.lo `test -f 'driver.c' || echo './'`driver.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-debug-mini.lo `test -f 'debug-mini.c' || echo './'`debug-mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-linear-scan.lo `test -f 'linear-scan.c' || echo './'`linear-scan.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-aot-compiler.lo `test -f 'aot-compiler.c' || echo './'`aot-compiler.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-aot-runtime.lo `test -f 'aot-runtime.c' || echo './'`aot-runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-graph.lo `test -f 'graph.c' || echo './'`graph.c graph.c: In function 'mono_draw_graph': graph.c:335:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-codegen.lo `test -f 'mini-codegen.c' || echo './'`mini-codegen.c mini-codegen.c: In function 'mono_local_regalloc': mini-codegen.c:950:17: warning: array subscript is below array bounds mini-codegen.c:991:6: warning: 'num_sregs' may be used uninitialized in this function ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-exceptions.lo `test -f 'mini-exceptions.c' || echo './'`mini-exceptions.c mini-exceptions.c: In function 'mono_handle_native_sigsegv': mini-exceptions.c:1954:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-trampolines.lo `test -f 'mini-trampolines.c' || echo './'`mini-trampolines.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-declsec.lo `test -f 'declsec.c' || echo './'`declsec.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-wapihandles.lo `test -f 'wapihandles.c' || echo './'`wapihandles.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-branch-opts.lo `test -f 'branch-opts.c' || echo './'`branch-opts.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-generic-sharing.lo `test -f 'mini-generic-sharing.c' || echo './'`mini-generic-sharing.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-regalloc2.lo `test -f 'regalloc2.c' || echo './'`regalloc2.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-tasklets.lo `test -f 'tasklets.c' || echo './'`tasklets.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-simd-intrinsics.lo `test -f 'simd-intrinsics.c' || echo './'`simd-intrinsics.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-unwind.lo `test -f 'unwind.c' || echo './'`unwind.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-image-writer.lo `test -f 'image-writer.c' || echo './'`image-writer.c image-writer.c: In function 'bin_writer_fwrite': image-writer.c:1047:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-dwarfwriter.lo `test -f 'dwarfwriter.c' || echo './'`dwarfwriter.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-gc.lo `test -f 'mini-gc.c' || echo './'`mini-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-debugger-agent.lo `test -f 'debugger-agent.c' || echo './'`debugger-agent.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-debug-debugger.lo `test -f 'debug-debugger.c' || echo './'`debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-xdebug.lo `test -f 'xdebug.c' || echo './'`xdebug.c xdebug.c: In function 'xdebug_end_emit': xdebug.c:215:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-x86.lo `test -f 'mini-x86.c' || echo './'`mini-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-exceptions-x86.lo `test -f 'exceptions-x86.c' || echo './'`exceptions-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-tramp-x86.lo `test -f 'tramp-x86.c' || echo './'`tramp-x86.c tramp-x86.c: In function 'mono_arch_patch_callsite': tramp-x86.c:135:30: warning: array subscript is above array bounds ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_2_0_la-mini-posix.lo `test -f 'mini-posix.c' || echo './'`mini-posix.c ../../doltlibtool --tag=CXX --mode=link i686-pc-linux-gnu-g++ -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -o libmonosgen-2.0.la -rpath /usr/lib libmonosgen_2_0_la-mini.lo libmonosgen_2_0_la-method-to-ir.lo libmonosgen_2_0_la-decompose.lo libmonosgen_2_0_la-jit-icalls.lo libmonosgen_2_0_la-trace.lo libmonosgen_2_0_la-dominators.lo libmonosgen_2_0_la-cfold.lo libmonosgen_2_0_la-regalloc.lo libmonosgen_2_0_la-helpers.lo libmonosgen_2_0_la-liveness.lo libmonosgen_2_0_la-ssa.lo libmonosgen_2_0_la-abcremoval.lo libmonosgen_2_0_la-ssapre.lo libmonosgen_2_0_la-local-propagation.lo libmonosgen_2_0_la-driver.lo libmonosgen_2_0_la-debug-mini.lo libmonosgen_2_0_la-linear-scan.lo libmonosgen_2_0_la-aot-compiler.lo libmonosgen_2_0_la-aot-runtime.lo libmonosgen_2_0_la-graph.lo libmonosgen_2_0_la-mini-codegen.lo libmonosgen_2_0_la-mini-exceptions.lo libmonosgen_2_0_la-mini-trampolines.lo libmonosgen_2_0_la-declsec.lo libmonosgen_2_0_la-wapihandles.lo libmonosgen_2_0_la-branch-opts.lo libmonosgen_2_0_la-mini-generic-sharing.lo libmonosgen_2_0_la-regalloc2.lo libmonosgen_2_0_la-tasklets.lo libmonosgen_2_0_la-simd-intrinsics.lo libmonosgen_2_0_la-unwind.lo libmonosgen_2_0_la-image-writer.lo libmonosgen_2_0_la-dwarfwriter.lo libmonosgen_2_0_la-mini-gc.lo libmonosgen_2_0_la-debugger-agent.lo libmonosgen_2_0_la-debug-debugger.lo libmonosgen_2_0_la-xdebug.lo libmonosgen_2_0_la-mini-x86.lo libmonosgen_2_0_la-exceptions-x86.lo libmonosgen_2_0_la-tramp-x86.lo mdb-debug-info32.lo libmonosgen_2_0_la-mini-posix.lo ../../mono/metadata/libmonoruntimesgen.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -L../../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/crtbeginS.o .libs/libmonosgen_2_0_la-mini.o .libs/libmonosgen_2_0_la-method-to-ir.o .libs/libmonosgen_2_0_la-decompose.o .libs/libmonosgen_2_0_la-jit-icalls.o .libs/libmonosgen_2_0_la-trace.o .libs/libmonosgen_2_0_la-dominators.o .libs/libmonosgen_2_0_la-cfold.o .libs/libmonosgen_2_0_la-regalloc.o .libs/libmonosgen_2_0_la-helpers.o .libs/libmonosgen_2_0_la-liveness.o .libs/libmonosgen_2_0_la-ssa.o .libs/libmonosgen_2_0_la-abcremoval.o .libs/libmonosgen_2_0_la-ssapre.o .libs/libmonosgen_2_0_la-local-propagation.o .libs/libmonosgen_2_0_la-driver.o .libs/libmonosgen_2_0_la-debug-mini.o .libs/libmonosgen_2_0_la-linear-scan.o .libs/libmonosgen_2_0_la-aot-compiler.o .libs/libmonosgen_2_0_la-aot-runtime.o .libs/libmonosgen_2_0_la-graph.o .libs/libmonosgen_2_0_la-mini-codegen.o .libs/libmonosgen_2_0_la-mini-exceptions.o .libs/libmonosgen_2_0_la-mini-trampolines.o .libs/libmonosgen_2_0_la-declsec.o .libs/libmonosgen_2_0_la-wapihandles.o .libs/libmonosgen_2_0_la-branch-opts.o .libs/libmonosgen_2_0_la-mini-generic-sharing.o .libs/libmonosgen_2_0_la-regalloc2.o .libs/libmonosgen_2_0_la-tasklets.o .libs/libmonosgen_2_0_la-simd-intrinsics.o .libs/libmonosgen_2_0_la-unwind.o .libs/libmonosgen_2_0_la-image-writer.o .libs/libmonosgen_2_0_la-dwarfwriter.o .libs/libmonosgen_2_0_la-mini-gc.o .libs/libmonosgen_2_0_la-debugger-agent.o .libs/libmonosgen_2_0_la-debug-debugger.o .libs/libmonosgen_2_0_la-xdebug.o .libs/libmonosgen_2_0_la-mini-x86.o .libs/libmonosgen_2_0_la-exceptions-x86.o .libs/libmonosgen_2_0_la-tramp-x86.o .libs/mdb-debug-info32.o .libs/libmonosgen_2_0_la-mini-posix.o -Wl,--whole-archive ../../mono/metadata/.libs/libmonoruntimesgen.a ../../mono/io-layer/.libs/libwapi.a ../../mono/utils/.libs/libmonoutils.a /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -Wl,--no-whole-archive -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lrt -ldl -lpthread -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../crtn.o -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmonosgen-2.0.so.0 -o .libs/libmonosgen-2.0.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmonosgen-2.0.so.0" && ln -s "libmonosgen-2.0.so.0.0.0" "libmonosgen-2.0.so.0") libtool: link: (cd ".libs" && rm -f "libmonosgen-2.0.so" && ln -s "libmonosgen-2.0.so.0.0.0" "libmonosgen-2.0.so") libtool: link: (cd .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/metadata/.libs/libmonoruntimesgen.a") libtool: link: (cd .libs/libmonosgen-2.0.lax/libwapi.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/io-layer/.libs/libwapi.a") libtool: link: (cd .libs/libmonosgen-2.0.lax/libmonoutils.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/utils/.libs/libmonoutils.a") libtool: link: (cd .libs/libmonosgen-2.0.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonosgen-2.0.a libmonosgen_2_0_la-mini.o libmonosgen_2_0_la-method-to-ir.o libmonosgen_2_0_la-decompose.o libmonosgen_2_0_la-jit-icalls.o libmonosgen_2_0_la-trace.o libmonosgen_2_0_la-dominators.o libmonosgen_2_0_la-cfold.o libmonosgen_2_0_la-regalloc.o libmonosgen_2_0_la-helpers.o libmonosgen_2_0_la-liveness.o libmonosgen_2_0_la-ssa.o libmonosgen_2_0_la-abcremoval.o libmonosgen_2_0_la-ssapre.o libmonosgen_2_0_la-local-propagation.o libmonosgen_2_0_la-driver.o libmonosgen_2_0_la-debug-mini.o libmonosgen_2_0_la-linear-scan.o libmonosgen_2_0_la-aot-compiler.o libmonosgen_2_0_la-aot-runtime.o libmonosgen_2_0_la-graph.o libmonosgen_2_0_la-mini-codegen.o libmonosgen_2_0_la-mini-exceptions.o libmonosgen_2_0_la-mini-trampolines.o libmonosgen_2_0_la-declsec.o libmonosgen_2_0_la-wapihandles.o libmonosgen_2_0_la-branch-opts.o libmonosgen_2_0_la-mini-generic-sharing.o libmonosgen_2_0_la-regalloc2.o libmonosgen_2_0_la-tasklets.o libmonosgen_2_0_la-simd-intrinsics.o libmonosgen_2_0_la-unwind.o libmonosgen_2_0_la-image-writer.o libmonosgen_2_0_la-dwarfwriter.o libmonosgen_2_0_la-mini-gc.o libmonosgen_2_0_la-debugger-agent.o libmonosgen_2_0_la-debug-debugger.o libmonosgen_2_0_la-xdebug.o libmonosgen_2_0_la-mini-x86.o libmonosgen_2_0_la-exceptions-x86.o libmonosgen_2_0_la-tramp-x86.o mdb-debug-info32.o libmonosgen_2_0_la-mini-posix.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-security-manager.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-attach.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mempool.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-debug.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-socket-io.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-monitor.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-perfcounters.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-file-io.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-os-mach.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-gc.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-threadpool.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-hash.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-environment.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-boehm-gc.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-metadata.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-endian.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-profiler.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-exception.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-basic-block.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-config.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-metadata-verify.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-opcodes.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-debug-mono-symfile.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-decimal.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sysmath.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-marshal.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-assembly.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-mlist.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-verify.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-major-copying.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-gc.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-icall.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-threads.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-lock-tracer.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-internal.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-nacl-stub.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-wsq.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-marksweep-fixed-par.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-image.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-loader.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-marksweep-par.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-mono-debug-debugger.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-os-posix.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-object.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-security.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-console-unix.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-class.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-coree.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-locales.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-method-builder.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-security-core-clr.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-cominterop.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-process.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-runtime.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-debug-helpers.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-filewatcher.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-reflection.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-string-icalls.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-marksweep.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-sgen-marksweep-fixed.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-appdomain.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-domain.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-null-gc.o .libs/libmonosgen-2.0.lax/libmonoruntimesgen.a/libmonoruntimesgen_la-rand.o .libs/libmonosgen-2.0.lax/libwapi.a/io.o .libs/libmonosgen-2.0.lax/libwapi.a/atomic.o .libs/libmonosgen-2.0.lax/libwapi.a/messages.o .libs/libmonosgen-2.0.lax/libwapi.a/timefuncs.o .libs/libmonosgen-2.0.lax/libwapi.a/mono-mutex.o .libs/libmonosgen-2.0.lax/libwapi.a/collection.o .libs/libmonosgen-2.0.lax/libwapi.a/processes.o .libs/libmonosgen-2.0.lax/libwapi.a/io-portability.o .libs/libmonosgen-2.0.lax/libwapi.a/wapi_glob.o .libs/libmonosgen-2.0.lax/libwapi.a/error.o .libs/libmonosgen-2.0.lax/libwapi.a/context.o .libs/libmonosgen-2.0.lax/libwapi.a/critical-sections.o .libs/libmonosgen-2.0.lax/libwapi.a/semaphores.o .libs/libmonosgen-2.0.lax/libwapi.a/mutexes.o .libs/libmonosgen-2.0.lax/libwapi.a/wthreads.o .libs/libmonosgen-2.0.lax/libwapi.a/security.o .libs/libmonosgen-2.0.lax/libwapi.a/misc.o .libs/libmonosgen-2.0.lax/libwapi.a/events.o .libs/libmonosgen-2.0.lax/libwapi.a/system.o .libs/libmonosgen-2.0.lax/libwapi.a/handles.o .libs/libmonosgen-2.0.lax/libwapi.a/wait.o .libs/libmonosgen-2.0.lax/libwapi.a/versioninfo.o .libs/libmonosgen-2.0.lax/libwapi.a/locking.o .libs/libmonosgen-2.0.lax/libwapi.a/sockets.o .libs/libmonosgen-2.0.lax/libwapi.a/posix.o .libs/libmonosgen-2.0.lax/libwapi.a/shared.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-error.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-counters.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-internal-hash.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-filemap.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-value-hash.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-md5.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-uri.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-semaphore.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-property-hash.o .libs/libmonosgen-2.0.lax/libmonoutils.a/monobitset.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-stdlib.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mach-support-x86.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-logger.o .libs/libmonosgen-2.0.lax/libmonoutils.a/dlmalloc.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-math.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-mmap.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-path.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-poll.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-io-portability.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-sha1.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mach-support.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-time.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-proclib.o .libs/libmonosgen-2.0.lax/libmonoutils.a/strenc.o .libs/libmonosgen-2.0.lax/libmonoutils.a/strtod.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-codeman.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-dl.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-networkinterfaces.o .libs/libmonosgen-2.0.lax/libmonoutils.a/mono-publib.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gmem.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gstr.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gqueue.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gshell.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gunicode.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gslist.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gspawn.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gerror.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gfile.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-goutput.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-glist.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gpath.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gpattern.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gutf8.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-gstring.o .libs/libmonosgen-2.0.lax/libeglib.a/libeglib_la-garray.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonosgen-2.0.a libtool: link: rm -fr .libs/libmonosgen-2.0.lax libtool: link: ( cd ".libs" && rm -f "libmonosgen-2.0.la" && ln -s "../libmonosgen-2.0.la" "libmonosgen-2.0.la" ) ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini.lo `test -f 'mini.c' || echo './'`mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-method-to-ir.lo `test -f 'method-to-ir.c' || echo './'`method-to-ir.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-decompose.lo `test -f 'decompose.c' || echo './'`decompose.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-jit-icalls.lo `test -f 'jit-icalls.c' || echo './'`jit-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-trace.lo `test -f 'trace.c' || echo './'`trace.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-dominators.lo `test -f 'dominators.c' || echo './'`dominators.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-cfold.lo `test -f 'cfold.c' || echo './'`cfold.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-regalloc.lo `test -f 'regalloc.c' || echo './'`regalloc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-helpers.lo `test -f 'helpers.c' || echo './'`helpers.c helpers.c: In function 'mono_disassemble_code': helpers.c:230:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result helpers.c:248:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-liveness.lo `test -f 'liveness.c' || echo './'`liveness.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-ssa.lo `test -f 'ssa.c' || echo './'`ssa.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-abcremoval.lo `test -f 'abcremoval.c' || echo './'`abcremoval.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-ssapre.lo `test -f 'ssapre.c' || echo './'`ssapre.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-local-propagation.lo `test -f 'local-propagation.c' || echo './'`local-propagation.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-driver.lo `test -f 'driver.c' || echo './'`driver.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-debug-mini.lo `test -f 'debug-mini.c' || echo './'`debug-mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-linear-scan.lo `test -f 'linear-scan.c' || echo './'`linear-scan.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-aot-compiler.lo `test -f 'aot-compiler.c' || echo './'`aot-compiler.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-aot-runtime.lo `test -f 'aot-runtime.c' || echo './'`aot-runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-graph.lo `test -f 'graph.c' || echo './'`graph.c graph.c: In function 'mono_draw_graph': graph.c:335:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-codegen.lo `test -f 'mini-codegen.c' || echo './'`mini-codegen.c mini-codegen.c: In function 'mono_local_regalloc': mini-codegen.c:950:17: warning: array subscript is below array bounds mini-codegen.c:991:6: warning: 'num_sregs' may be used uninitialized in this function ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-exceptions.lo `test -f 'mini-exceptions.c' || echo './'`mini-exceptions.c mini-exceptions.c: In function 'mono_handle_native_sigsegv': mini-exceptions.c:1954:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-trampolines.lo `test -f 'mini-trampolines.c' || echo './'`mini-trampolines.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-declsec.lo `test -f 'declsec.c' || echo './'`declsec.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-wapihandles.lo `test -f 'wapihandles.c' || echo './'`wapihandles.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-branch-opts.lo `test -f 'branch-opts.c' || echo './'`branch-opts.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-generic-sharing.lo `test -f 'mini-generic-sharing.c' || echo './'`mini-generic-sharing.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-regalloc2.lo `test -f 'regalloc2.c' || echo './'`regalloc2.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-tasklets.lo `test -f 'tasklets.c' || echo './'`tasklets.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-simd-intrinsics.lo `test -f 'simd-intrinsics.c' || echo './'`simd-intrinsics.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-unwind.lo `test -f 'unwind.c' || echo './'`unwind.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-image-writer.lo `test -f 'image-writer.c' || echo './'`image-writer.c image-writer.c: In function 'bin_writer_fwrite': image-writer.c:1047:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-dwarfwriter.lo `test -f 'dwarfwriter.c' || echo './'`dwarfwriter.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-gc.lo `test -f 'mini-gc.c' || echo './'`mini-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-debugger-agent.lo `test -f 'debugger-agent.c' || echo './'`debugger-agent.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-debug-debugger.lo `test -f 'debug-debugger.c' || echo './'`debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-xdebug.lo `test -f 'xdebug.c' || echo './'`xdebug.c xdebug.c: In function 'xdebug_end_emit': xdebug.c:215:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-x86.lo `test -f 'mini-x86.c' || echo './'`mini-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-exceptions-x86.lo `test -f 'exceptions-x86.c' || echo './'`exceptions-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-tramp-x86.lo `test -f 'tramp-x86.c' || echo './'`tramp-x86.c tramp-x86.c: In function 'mono_arch_patch_callsite': tramp-x86.c:135:30: warning: array subscript is above array bounds ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmono_static_la-mini-posix.lo `test -f 'mini-posix.c' || echo './'`mini-posix.c ../../doltlibtool --tag=CXX --mode=link i686-pc-linux-gnu-g++ -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -static -Wl,-O1 -Wl,--as-needed -o libmono-static.la libmono_static_la-mini.lo libmono_static_la-method-to-ir.lo libmono_static_la-decompose.lo libmono_static_la-jit-icalls.lo libmono_static_la-trace.lo libmono_static_la-dominators.lo libmono_static_la-cfold.lo libmono_static_la-regalloc.lo libmono_static_la-helpers.lo libmono_static_la-liveness.lo libmono_static_la-ssa.lo libmono_static_la-abcremoval.lo libmono_static_la-ssapre.lo libmono_static_la-local-propagation.lo libmono_static_la-driver.lo libmono_static_la-debug-mini.lo libmono_static_la-linear-scan.lo libmono_static_la-aot-compiler.lo libmono_static_la-aot-runtime.lo libmono_static_la-graph.lo libmono_static_la-mini-codegen.lo libmono_static_la-mini-exceptions.lo libmono_static_la-mini-trampolines.lo libmono_static_la-declsec.lo libmono_static_la-wapihandles.lo libmono_static_la-branch-opts.lo libmono_static_la-mini-generic-sharing.lo libmono_static_la-regalloc2.lo libmono_static_la-tasklets.lo libmono_static_la-simd-intrinsics.lo libmono_static_la-unwind.lo libmono_static_la-image-writer.lo libmono_static_la-dwarfwriter.lo libmono_static_la-mini-gc.lo libmono_static_la-debugger-agent.lo libmono_static_la-debug-debugger.lo libmono_static_la-xdebug.lo libmono_static_la-mini-x86.lo libmono_static_la-exceptions-x86.lo libmono_static_la-tramp-x86.lo mdb-debug-info32.lo libmono_static_la-mini-posix.lo ../../mono/metadata/libmonoruntime-static.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -L../../eglib/src -leglib -lm ../../libgc/libmonogc-static.la -lm -lrt -ldl -lpthread libtool: link: (cd .libs/libmono-static.lax/libmonoruntime-static.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/metadata/.libs/libmonoruntime-static.a") libtool: link: (cd .libs/libmono-static.lax/libwapi.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/io-layer/.libs/libwapi.a") libtool: link: (cd .libs/libmono-static.lax/libmonoutils.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/utils/.libs/libmonoutils.a") libtool: link: (cd .libs/libmono-static.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: (cd .libs/libmono-static.lax/libmonogc-static.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../libgc/.libs/libmonogc-static.a") copying selected object files to avoid basename conflicts... libtool: link: ln .libs/libmono-static.lax/libmonogc-static.a/misc.o .libs/libmono-static.lax/lt1-misc.o || cp .libs/libmono-static.lax/libmonogc-static.a/misc.o .libs/libmono-static.lax/lt1-misc.o libtool: link: i686-pc-linux-gnu-ar cru .libs/libmono-static.a libmono_static_la-mini.o libmono_static_la-method-to-ir.o libmono_static_la-decompose.o libmono_static_la-jit-icalls.o libmono_static_la-trace.o libmono_static_la-dominators.o libmono_static_la-cfold.o libmono_static_la-regalloc.o libmono_static_la-helpers.o libmono_static_la-liveness.o libmono_static_la-ssa.o libmono_static_la-abcremoval.o libmono_static_la-ssapre.o libmono_static_la-local-propagation.o libmono_static_la-driver.o libmono_static_la-debug-mini.o libmono_static_la-linear-scan.o libmono_static_la-aot-compiler.o libmono_static_la-aot-runtime.o libmono_static_la-graph.o libmono_static_la-mini-codegen.o libmono_static_la-mini-exceptions.o libmono_static_la-mini-trampolines.o libmono_static_la-declsec.o libmono_static_la-wapihandles.o libmono_static_la-branch-opts.o libmono_static_la-mini-generic-sharing.o libmono_static_la-regalloc2.o libmono_static_la-tasklets.o libmono_static_la-simd-intrinsics.o libmono_static_la-unwind.o libmono_static_la-image-writer.o libmono_static_la-dwarfwriter.o libmono_static_la-mini-gc.o libmono_static_la-debugger-agent.o libmono_static_la-debug-debugger.o libmono_static_la-xdebug.o libmono_static_la-mini-x86.o libmono_static_la-exceptions-x86.o libmono_static_la-tramp-x86.o mdb-debug-info32.o libmono_static_la-mini-posix.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-filewatcher.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-null-gc.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-basic-block.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-mlist.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mempool.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-monitor.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-file-io.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-domain.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-security-core-clr.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-boehm-gc.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-attach.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-icall.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-marksweep-fixed-par.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-nacl-stub.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-metadata.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-profiler.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-image.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-environment.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-internal.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-assembly.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-console-unix.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-rand.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-endian.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-perfcounters.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-opcodes.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-debug-mono-symfile.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-cominterop.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-class.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-decimal.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-method-builder.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sysmath.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-os-posix.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-config.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-marshal.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-coree.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-reflection.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-major-copying.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-gc.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-wsq.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-threads.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-debug-debugger.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-marksweep-fixed.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-marksweep.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-verify.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-security.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-lock-tracer.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-appdomain.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-debug.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-marksweep-par.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-gc.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-debug-helpers.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-socket-io.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-threadpool.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-string-icalls.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-security-manager.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-loader.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-sgen-os-mach.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-object.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-mono-hash.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-locales.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-process.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-runtime.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-metadata-verify.o .libs/libmono-static.lax/libmonoruntime-static.a/libmonoruntime_static_la-exception.o .libs/libmono-static.lax/libwapi.a/io.o .libs/libmono-static.lax/libwapi.a/atomic.o .libs/libmono-static.lax/libwapi.a/messages.o .libs/libmono-static.lax/libwapi.a/timefuncs.o .libs/libmono-static.lax/libwapi.a/mono-mutex.o .libs/libmono-static.lax/libwapi.a/collection.o .libs/libmono-static.lax/libwapi.a/processes.o .libs/libmono-static.lax/libwapi.a/io-portability.o .libs/libmono-static.lax/libwapi.a/wapi_glob.o .libs/libmono-static.lax/libwapi.a/error.o .libs/libmono-static.lax/libwapi.a/context.o .libs/libmono-static.lax/libwapi.a/critical-sections.o .libs/libmono-static.lax/libwapi.a/semaphores.o .libs/libmono-static.lax/libwapi.a/mutexes.o .libs/libmono-static.lax/libwapi.a/wthreads.o .libs/libmono-static.lax/libwapi.a/security.o .libs/libmono-static.lax/libwapi.a/misc.o .libs/libmono-static.lax/libwapi.a/events.o .libs/libmono-static.lax/libwapi.a/system.o .libs/libmono-static.lax/libwapi.a/handles.o .libs/libmono-static.lax/libwapi.a/wait.o .libs/libmono-static.lax/libwapi.a/versioninfo.o .libs/libmono-static.lax/libwapi.a/locking.o .libs/libmono-static.lax/libwapi.a/sockets.o .libs/libmono-static.lax/libwapi.a/posix.o .libs/libmono-static.lax/libwapi.a/shared.o .libs/libmono-static.lax/libmonoutils.a/mono-error.o .libs/libmono-static.lax/libmonoutils.a/mono-counters.o .libs/libmono-static.lax/libmonoutils.a/mono-internal-hash.o .libs/libmono-static.lax/libmonoutils.a/mono-filemap.o .libs/libmono-static.lax/libmonoutils.a/mono-value-hash.o .libs/libmono-static.lax/libmonoutils.a/mono-md5.o .libs/libmono-static.lax/libmonoutils.a/mono-uri.o .libs/libmono-static.lax/libmonoutils.a/mono-semaphore.o .libs/libmono-static.lax/libmonoutils.a/mono-property-hash.o .libs/libmono-static.lax/libmonoutils.a/monobitset.o .libs/libmono-static.lax/libmonoutils.a/mono-stdlib.o .libs/libmono-static.lax/libmonoutils.a/mach-support-x86.o .libs/libmono-static.lax/libmonoutils.a/mono-logger.o .libs/libmono-static.lax/libmonoutils.a/dlmalloc.o .libs/libmono-static.lax/libmonoutils.a/mono-math.o .libs/libmono-static.lax/libmonoutils.a/mono-mmap.o .libs/libmono-static.lax/libmonoutils.a/mono-path.o .libs/libmono-static.lax/libmonoutils.a/mono-poll.o .libs/libmono-static.lax/libmonoutils.a/mono-io-portability.o .libs/libmono-static.lax/libmonoutils.a/mono-sha1.o .libs/libmono-static.lax/libmonoutils.a/mach-support.o .libs/libmono-static.lax/libmonoutils.a/mono-time.o .libs/libmono-static.lax/libmonoutils.a/mono-proclib.o .libs/libmono-static.lax/libmonoutils.a/strenc.o .libs/libmono-static.lax/libmonoutils.a/strtod.o .libs/libmono-static.lax/libmonoutils.a/mono-codeman.o .libs/libmono-static.lax/libmonoutils.a/mono-dl.o .libs/libmono-static.lax/libmonoutils.a/mono-networkinterfaces.o .libs/libmono-static.lax/libmonoutils.a/mono-publib.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gmem.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gstr.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gqueue.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gshell.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gunicode.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gslist.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gspawn.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gerror.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gfile.o .libs/libmono-static.lax/libeglib.a/libeglib_la-goutput.o .libs/libmono-static.lax/libeglib.a/libeglib_la-glist.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gpath.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gpattern.o .libs/libmono-static.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gutf8.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libmono-static.lax/libeglib.a/libeglib_la-gstring.o .libs/libmono-static.lax/libeglib.a/libeglib_la-garray.o .libs/libmono-static.lax/libmonogc-static.a/backgraph.o .libs/libmono-static.lax/libmonogc-static.a/os_dep.o .libs/libmono-static.lax/libmonogc-static.a/stubborn.o .libs/libmono-static.lax/libmonogc-static.a/mark_rts.o .libs/libmono-static.lax/libmonogc-static.a/pthread_stop_world.o .libs/libmono-static.lax/libmonogc-static.a/ptr_chck.o .libs/libmono-static.lax/libmonogc-static.a/finalize.o .libs/libmono-static.lax/libmonogc-static.a/pcr_interface.o .libs/libmono-static.lax/libmonogc-static.a/headers.o .libs/libmono-static.lax/libmonogc-static.a/solaris_pthreads.o .libs/libmono-static.lax/libmonogc-static.a/blacklst.o .libs/libmono-static.lax/libmonogc-static.a/solaris_threads.o .libs/libmono-static.lax/libmonogc-static.a/mallocx.o .libs/libmono-static.lax/libmonogc-static.a/specific.o .libs/libmono-static.lax/libmonogc-static.a/reclaim.o .libs/libmono-static.lax/libmonogc-static.a/gc_dlopen.o .libs/libmono-static.lax/libmonogc-static.a/typd_mlc.o .libs/libmono-static.lax/libmonogc-static.a/malloc.o .libs/libmono-static.lax/libmonogc-static.a/darwin_stop_world.o .libs/libmono-static.lax/libmonogc-static.a/checksums.o .libs/libmono-static.lax/libmonogc-static.a/dyn_load.o .libs/libmono-static.lax/libmonogc-static.a/pthread_support.o .libs/libmono-static.lax/libmonogc-static.a/mach_dep.o .libs/libmono-static.lax/libmonogc-static.a/allchblk.o .libs/libmono-static.lax/libmonogc-static.a/mark.o .libs/libmono-static.lax/lt1-misc.o .libs/libmono-static.lax/libmonogc-static.a/obj_map.o .libs/libmono-static.lax/libmonogc-static.a/gcj_mlc.o .libs/libmono-static.lax/libmonogc-static.a/real_malloc.o .libs/libmono-static.lax/libmonogc-static.a/alloc.o .libs/libmono-static.lax/libmonogc-static.a/win32_threads.o .libs/libmono-static.lax/libmonogc-static.a/new_hblk.o .libs/libmono-static.lax/libmonogc-static.a/dbg_mlc.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmono-static.a libtool: link: rm -fr .libs/libmono-static.lax .libs/libmono-static.lax libtool: link: ( cd ".libs" && rm -f "libmono-static.la" && ln -s "../libmono-static.la" "libmono-static.la" ) ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini.lo `test -f 'mini.c' || echo './'`mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-method-to-ir.lo `test -f 'method-to-ir.c' || echo './'`method-to-ir.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-decompose.lo `test -f 'decompose.c' || echo './'`decompose.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-jit-icalls.lo `test -f 'jit-icalls.c' || echo './'`jit-icalls.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-trace.lo `test -f 'trace.c' || echo './'`trace.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-dominators.lo `test -f 'dominators.c' || echo './'`dominators.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-cfold.lo `test -f 'cfold.c' || echo './'`cfold.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-regalloc.lo `test -f 'regalloc.c' || echo './'`regalloc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-helpers.lo `test -f 'helpers.c' || echo './'`helpers.c helpers.c: In function 'mono_disassemble_code': helpers.c:230:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result helpers.c:248:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-liveness.lo `test -f 'liveness.c' || echo './'`liveness.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-ssa.lo `test -f 'ssa.c' || echo './'`ssa.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-abcremoval.lo `test -f 'abcremoval.c' || echo './'`abcremoval.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-ssapre.lo `test -f 'ssapre.c' || echo './'`ssapre.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-local-propagation.lo `test -f 'local-propagation.c' || echo './'`local-propagation.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-driver.lo `test -f 'driver.c' || echo './'`driver.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-debug-mini.lo `test -f 'debug-mini.c' || echo './'`debug-mini.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-linear-scan.lo `test -f 'linear-scan.c' || echo './'`linear-scan.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-aot-compiler.lo `test -f 'aot-compiler.c' || echo './'`aot-compiler.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-aot-runtime.lo `test -f 'aot-runtime.c' || echo './'`aot-runtime.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-graph.lo `test -f 'graph.c' || echo './'`graph.c graph.c: In function 'mono_draw_graph': graph.c:335:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-codegen.lo `test -f 'mini-codegen.c' || echo './'`mini-codegen.c mini-codegen.c: In function 'mono_local_regalloc': mini-codegen.c:950:17: warning: array subscript is below array bounds mini-codegen.c:991:6: warning: 'num_sregs' may be used uninitialized in this function ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-exceptions.lo `test -f 'mini-exceptions.c' || echo './'`mini-exceptions.c mini-exceptions.c: In function 'mono_handle_native_sigsegv': mini-exceptions.c:1954:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-trampolines.lo `test -f 'mini-trampolines.c' || echo './'`mini-trampolines.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-declsec.lo `test -f 'declsec.c' || echo './'`declsec.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-wapihandles.lo `test -f 'wapihandles.c' || echo './'`wapihandles.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-branch-opts.lo `test -f 'branch-opts.c' || echo './'`branch-opts.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-generic-sharing.lo `test -f 'mini-generic-sharing.c' || echo './'`mini-generic-sharing.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-regalloc2.lo `test -f 'regalloc2.c' || echo './'`regalloc2.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-tasklets.lo `test -f 'tasklets.c' || echo './'`tasklets.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-simd-intrinsics.lo `test -f 'simd-intrinsics.c' || echo './'`simd-intrinsics.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-unwind.lo `test -f 'unwind.c' || echo './'`unwind.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-image-writer.lo `test -f 'image-writer.c' || echo './'`image-writer.c image-writer.c: In function 'bin_writer_fwrite': image-writer.c:1047:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-dwarfwriter.lo `test -f 'dwarfwriter.c' || echo './'`dwarfwriter.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-gc.lo `test -f 'mini-gc.c' || echo './'`mini-gc.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-debugger-agent.lo `test -f 'debugger-agent.c' || echo './'`debugger-agent.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-debug-debugger.lo `test -f 'debug-debugger.c' || echo './'`debug-debugger.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-xdebug.lo `test -f 'xdebug.c' || echo './'`xdebug.c xdebug.c: In function 'xdebug_end_emit': xdebug.c:215:10: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-x86.lo `test -f 'mini-x86.c' || echo './'`mini-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-exceptions-x86.lo `test -f 'exceptions-x86.c' || echo './'`exceptions-x86.c ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-tramp-x86.lo `test -f 'tramp-x86.c' || echo './'`tramp-x86.c tramp-x86.c: In function 'mono_arch_patch_callsite': tramp-x86.c:135:30: warning: array subscript is above array bounds ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libmonosgen_static_la-mini-posix.lo `test -f 'mini-posix.c' || echo './'`mini-posix.c ../../doltlibtool --tag=CXX --mode=link i686-pc-linux-gnu-g++ -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -static -Wl,-O1 -Wl,--as-needed -o libmonosgen-static.la libmonosgen_static_la-mini.lo libmonosgen_static_la-method-to-ir.lo libmonosgen_static_la-decompose.lo libmonosgen_static_la-jit-icalls.lo libmonosgen_static_la-trace.lo libmonosgen_static_la-dominators.lo libmonosgen_static_la-cfold.lo libmonosgen_static_la-regalloc.lo libmonosgen_static_la-helpers.lo libmonosgen_static_la-liveness.lo libmonosgen_static_la-ssa.lo libmonosgen_static_la-abcremoval.lo libmonosgen_static_la-ssapre.lo libmonosgen_static_la-local-propagation.lo libmonosgen_static_la-driver.lo libmonosgen_static_la-debug-mini.lo libmonosgen_static_la-linear-scan.lo libmonosgen_static_la-aot-compiler.lo libmonosgen_static_la-aot-runtime.lo libmonosgen_static_la-graph.lo libmonosgen_static_la-mini-codegen.lo libmonosgen_static_la-mini-exceptions.lo libmonosgen_static_la-mini-trampolines.lo libmonosgen_static_la-declsec.lo libmonosgen_static_la-wapihandles.lo libmonosgen_static_la-branch-opts.lo libmonosgen_static_la-mini-generic-sharing.lo libmonosgen_static_la-regalloc2.lo libmonosgen_static_la-tasklets.lo libmonosgen_static_la-simd-intrinsics.lo libmonosgen_static_la-unwind.lo libmonosgen_static_la-image-writer.lo libmonosgen_static_la-dwarfwriter.lo libmonosgen_static_la-mini-gc.lo libmonosgen_static_la-debugger-agent.lo libmonosgen_static_la-debug-debugger.lo libmonosgen_static_la-xdebug.lo libmonosgen_static_la-mini-x86.lo libmonosgen_static_la-exceptions-x86.lo libmonosgen_static_la-tramp-x86.lo mdb-debug-info32.lo libmonosgen_static_la-mini-posix.lo ../../mono/metadata/libmonoruntimesgen-static.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -L../../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: (cd .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/metadata/.libs/libmonoruntimesgen-static.a") libtool: link: (cd .libs/libmonosgen-static.lax/libwapi.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/io-layer/.libs/libwapi.a") libtool: link: (cd .libs/libmonosgen-static.lax/libmonoutils.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/../../mono/utils/.libs/libmonoutils.a") libtool: link: (cd .libs/libmonosgen-static.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: i686-pc-linux-gnu-ar cru .libs/libmonosgen-static.a libmonosgen_static_la-mini.o libmonosgen_static_la-method-to-ir.o libmonosgen_static_la-decompose.o libmonosgen_static_la-jit-icalls.o libmonosgen_static_la-trace.o libmonosgen_static_la-dominators.o libmonosgen_static_la-cfold.o libmonosgen_static_la-regalloc.o libmonosgen_static_la-helpers.o libmonosgen_static_la-liveness.o libmonosgen_static_la-ssa.o libmonosgen_static_la-abcremoval.o libmonosgen_static_la-ssapre.o libmonosgen_static_la-local-propagation.o libmonosgen_static_la-driver.o libmonosgen_static_la-debug-mini.o libmonosgen_static_la-linear-scan.o libmonosgen_static_la-aot-compiler.o libmonosgen_static_la-aot-runtime.o libmonosgen_static_la-graph.o libmonosgen_static_la-mini-codegen.o libmonosgen_static_la-mini-exceptions.o libmonosgen_static_la-mini-trampolines.o libmonosgen_static_la-declsec.o libmonosgen_static_la-wapihandles.o libmonosgen_static_la-branch-opts.o libmonosgen_static_la-mini-generic-sharing.o libmonosgen_static_la-regalloc2.o libmonosgen_static_la-tasklets.o libmonosgen_static_la-simd-intrinsics.o libmonosgen_static_la-unwind.o libmonosgen_static_la-image-writer.o libmonosgen_static_la-dwarfwriter.o libmonosgen_static_la-mini-gc.o libmonosgen_static_la-debugger-agent.o libmonosgen_static_la-debug-debugger.o libmonosgen_static_la-xdebug.o libmonosgen_static_la-mini-x86.o libmonosgen_static_la-exceptions-x86.o libmonosgen_static_la-tramp-x86.o mdb-debug-info32.o libmonosgen_static_la-mini-posix.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-wsq.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-debug-helpers.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-coree.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-cominterop.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-exception.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-string-icalls.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-reflection.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-gc.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-marksweep-fixed.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-os-mach.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-security.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-basic-block.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-locales.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-security-core-clr.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-process.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-verify.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-runtime.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-metadata-verify.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-debug.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-nacl-stub.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-filewatcher.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-threadpool.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-loader.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-null-gc.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-object.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mempool.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-debug-debugger.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-perfcounters.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-monitor.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-file-io.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-debug-mono-symfile.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-boehm-gc.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-environment.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-mlist.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-internal.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-method-builder.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-metadata.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-marksweep-fixed-par.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-console-unix.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-profiler.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-endian.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-icall.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-major-copying.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-appdomain.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-rand.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-domain.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-opcodes.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-decimal.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-attach.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-os-posix.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-config.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-socket-io.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sysmath.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-marksweep.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-marshal.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-image.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-assembly.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-marksweep-par.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-security-manager.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-sgen-gc.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-threads.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-mono-hash.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-lock-tracer.o .libs/libmonosgen-static.lax/libmonoruntimesgen-static.a/libmonoruntimesgen_static_la-class.o .libs/libmonosgen-static.lax/libwapi.a/io.o .libs/libmonosgen-static.lax/libwapi.a/atomic.o .libs/libmonosgen-static.lax/libwapi.a/messages.o .libs/libmonosgen-static.lax/libwapi.a/timefuncs.o .libs/libmonosgen-static.lax/libwapi.a/mono-mutex.o .libs/libmonosgen-static.lax/libwapi.a/collection.o .libs/libmonosgen-static.lax/libwapi.a/processes.o .libs/libmonosgen-static.lax/libwapi.a/io-portability.o .libs/libmonosgen-static.lax/libwapi.a/wapi_glob.o .libs/libmonosgen-static.lax/libwapi.a/error.o .libs/libmonosgen-static.lax/libwapi.a/context.o .libs/libmonosgen-static.lax/libwapi.a/critical-sections.o .libs/libmonosgen-static.lax/libwapi.a/semaphores.o .libs/libmonosgen-static.lax/libwapi.a/mutexes.o .libs/libmonosgen-static.lax/libwapi.a/wthreads.o .libs/libmonosgen-static.lax/libwapi.a/security.o .libs/libmonosgen-static.lax/libwapi.a/misc.o .libs/libmonosgen-static.lax/libwapi.a/events.o .libs/libmonosgen-static.lax/libwapi.a/system.o .libs/libmonosgen-static.lax/libwapi.a/handles.o .libs/libmonosgen-static.lax/libwapi.a/wait.o .libs/libmonosgen-static.lax/libwapi.a/versioninfo.o .libs/libmonosgen-static.lax/libwapi.a/locking.o .libs/libmonosgen-static.lax/libwapi.a/sockets.o .libs/libmonosgen-static.lax/libwapi.a/posix.o .libs/libmonosgen-static.lax/libwapi.a/shared.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-error.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-counters.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-internal-hash.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-filemap.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-value-hash.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-md5.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-uri.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-semaphore.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-property-hash.o .libs/libmonosgen-static.lax/libmonoutils.a/monobitset.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-stdlib.o .libs/libmonosgen-static.lax/libmonoutils.a/mach-support-x86.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-logger.o .libs/libmonosgen-static.lax/libmonoutils.a/dlmalloc.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-math.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-mmap.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-path.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-poll.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-io-portability.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-sha1.o .libs/libmonosgen-static.lax/libmonoutils.a/mach-support.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-time.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-proclib.o .libs/libmonosgen-static.lax/libmonoutils.a/strenc.o .libs/libmonosgen-static.lax/libmonoutils.a/strtod.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-codeman.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-dl.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-networkinterfaces.o .libs/libmonosgen-static.lax/libmonoutils.a/mono-publib.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gmem.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gstr.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gqueue.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gshell.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gunicode.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gslist.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gspawn.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gerror.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gfile.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-goutput.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-glist.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gpath.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gpattern.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gutf8.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-gstring.o .libs/libmonosgen-static.lax/libeglib.a/libeglib_la-garray.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmonosgen-static.a libtool: link: rm -fr .libs/libmonosgen-static.lax libtool: link: ( cd ".libs" && rm -f "libmonosgen-static.la" && ln -s "../libmonosgen-static.la" "libmonosgen-static.la" ) i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-main.o `test -f 'main.c' || echo './'`main.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -export-dynamic -Wl,-version-script=./ldscript.mono -Wl,-O1 -Wl,--as-needed -o mono mono-main.o libmono-static.la -L../../eglib/src -leglib -lm -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -I../.. -I../../eglib/src -I../../eglib/src -DHAVE_BOEHM_GC -DHAVE_GC_H -DUSE_INCLUDED_LIBGC -DHAVE_GC_GCJ_MALLOC -DHAVE_GC_ENABLE -DMONO_DEBUGGER_SUPPORTED -I../../libgc/include -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-version-script=./ldscript.mono -Wl,-O1 -Wl,--as-needed -o mono mono-main.o -Wl,--export-dynamic ./.libs/libmono-static.a -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -lm -lrt -ldl -lpthread i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono_sgen-main.o `test -f 'main.c' || echo './'`main.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -export-dynamic -Wl,-version-script=./ldscript.mono -Wl,-O1 -Wl,--as-needed -o mono-sgen mono_sgen-main.o libmonosgen-static.la -L../../eglib/src -leglib -lm -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -I../.. -I../../eglib/src -I../../eglib/src -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-version-script=./ldscript.mono -Wl,-O1 -Wl,--as-needed -o mono-sgen mono_sgen-main.o -Wl,--export-dynamic ./.libs/libmonosgen-static.a -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -lm -lrt -ldl -lpthread make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini' Making all in dis make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/dis' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c get.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c dis-cil.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c util.c rm -f libmonodis.a i686-pc-linux-gnu-ar cru libmonodis.a get.o dis-cil.o util.o i686-pc-linux-gnu-ranlib libmonodis.a i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c dump.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c main.c main.c: In function 'dis_resources_worker': main.c:1338:12: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result main.c: In function 'dis_method_list': main.c:842:9: warning: 'sig_str' may be used uninitialized in this function i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c declsec.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o monodis dump.o main.o declsec.o libmonodis.a ../mini/libmono-2.0.la -L../../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o .libs/monodis dump.o main.o declsec.o libmonodis.a ../mini/.libs/libmono-2.0.so -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -lm -lrt -ldl -lpthread make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/dis' Making all in monograph make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/monograph' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c monograph.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o monograph monograph.o ../mini/libmono-2.0.la -L../../eglib/src -leglib -lm -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o .libs/monograph monograph.o ../mini/.libs/libmono-2.0.so -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -lm -lrt -ldl -lpthread make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/monograph' Making all in tests make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests' Making all in cas make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas' Making all in assembly make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/assembly' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/assembly' Making all in linkdemand make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/linkdemand' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/linkdemand' Making all in inheritance make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/inheritance' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/inheritance' Making all in demand make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/demand' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/demand' Making all in threads make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/threads' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas/threads' make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas' make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/cas' Making all in assemblyresolve make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/assemblyresolve' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests/assemblyresolve' make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests' ../../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../eglib/src -I../../eglib/src -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o libtest_la-libtest.lo `test -f 'libtest.c' || echo './'`libtest.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -rpath `pwd` -Wl,-O1 -Wl,--as-needed -o libtest.la libtest_la-libtest.lo -L../../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/libtest_la-libtest.o -Wl,--whole-archive /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -Wl,--no-whole-archive -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libtest.so.0 -o .libs/libtest.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libtest.so.0" && ln -s "libtest.so.0.0.0" "libtest.so.0") libtool: link: (cd ".libs" && rm -f "libtest.so" && ln -s "libtest.so.0.0.0" "libtest.so") libtool: link: (cd .libs/libtest.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: i686-pc-linux-gnu-ar cru .libs/libtest.a libtest_la-libtest.o .libs/libtest.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libtest.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libtest.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libtest.lax/libeglib.a/libeglib_la-gmem.o .libs/libtest.lax/libeglib.a/libeglib_la-gstr.o .libs/libtest.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libtest.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libtest.lax/libeglib.a/libeglib_la-gqueue.o .libs/libtest.lax/libeglib.a/libeglib_la-gshell.o .libs/libtest.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libtest.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libtest.lax/libeglib.a/libeglib_la-gunicode.o .libs/libtest.lax/libeglib.a/libeglib_la-gslist.o .libs/libtest.lax/libeglib.a/libeglib_la-gspawn.o .libs/libtest.lax/libeglib.a/libeglib_la-gerror.o .libs/libtest.lax/libeglib.a/libeglib_la-gfile.o .libs/libtest.lax/libeglib.a/libeglib_la-goutput.o .libs/libtest.lax/libeglib.a/libeglib_la-glist.o .libs/libtest.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libtest.lax/libeglib.a/libeglib_la-gpath.o .libs/libtest.lax/libeglib.a/libeglib_la-gpattern.o .libs/libtest.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libtest.lax/libeglib.a/libeglib_la-gutf8.o .libs/libtest.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libtest.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libtest.lax/libeglib.a/libeglib_la-gstring.o .libs/libtest.lax/libeglib.a/libeglib_la-garray.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libtest.a libtool: link: rm -fr .libs/libtest.lax libtool: link: ( cd ".libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" ) make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/tests' Making all in benchmark make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/benchmark' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/benchmark' Making all in profiler make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/profiler' ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-cov.lo mono-cov.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmono-profiler-cov.la -rpath /usr/lib mono-cov.lo ../../mono/mini/libmono-2.0.la -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/mono-cov.o -Wl,-rpath -Wl,/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/.libs ../../mono/mini/.libs/libmono-2.0.so -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmono-profiler-cov.so.0 -o .libs/libmono-profiler-cov.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmono-profiler-cov.so.0" && ln -s "libmono-profiler-cov.so.0.0.0" "libmono-profiler-cov.so.0") libtool: link: (cd ".libs" && rm -f "libmono-profiler-cov.so" && ln -s "libmono-profiler-cov.so.0.0.0" "libmono-profiler-cov.so") libtool: link: i686-pc-linux-gnu-ar cru .libs/libmono-profiler-cov.a mono-cov.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmono-profiler-cov.a libtool: link: ( cd ".libs" && rm -f "libmono-profiler-cov.la" && ln -s "../libmono-profiler-cov.la" "libmono-profiler-cov.la" ) ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-profiler-aot.lo mono-profiler-aot.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmono-profiler-aot.la -rpath /usr/lib mono-profiler-aot.lo ../../mono/mini/libmono-2.0.la -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/mono-profiler-aot.o -Wl,-rpath -Wl,/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/.libs ../../mono/mini/.libs/libmono-2.0.so -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmono-profiler-aot.so.0 -o .libs/libmono-profiler-aot.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmono-profiler-aot.so.0" && ln -s "libmono-profiler-aot.so.0.0.0" "libmono-profiler-aot.so.0") libtool: link: (cd ".libs" && rm -f "libmono-profiler-aot.so" && ln -s "libmono-profiler-aot.so.0.0.0" "libmono-profiler-aot.so") libtool: link: i686-pc-linux-gnu-ar cru .libs/libmono-profiler-aot.a mono-profiler-aot.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmono-profiler-aot.a libtool: link: ( cd ".libs" && rm -f "libmono-profiler-aot.la" && ln -s "../libmono-profiler-aot.la" "libmono-profiler-aot.la" ) ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-profiler-logging.lo mono-profiler-logging.c mono-profiler-logging.c: In function 'mono_profiler_startup': mono-profiler-logging.c:5864:2: warning: passing argument 1 of 'mono_profiler_install_thread' from incompatible pointer type ../../mono/metadata/profiler.h:151:6: note: expected 'MonoProfileThreadFunc' but argument is of type 'void (*)(struct MonoProfiler *, intptr_t)' mono-profiler-logging.c:5864:2: warning: passing argument 2 of 'mono_profiler_install_thread' from incompatible pointer type ../../mono/metadata/profiler.h:151:6: note: expected 'MonoProfileThreadFunc' but argument is of type 'void (*)(struct MonoProfiler *, intptr_t)' mono-profiler-logging.c: In function 'write_current_block': mono-profiler-logging.c:2241:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result mono-profiler-logging.c:2248:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result mono-profiler-logging.c:2257:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmono-profiler-logging.la -rpath /usr/lib mono-profiler-logging.lo ../../mono/mini/libmono-2.0.la -L../../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/mono-profiler-logging.o -Wl,--whole-archive /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/.libs ../../mono/mini/.libs/libmono-2.0.so -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmono-profiler-logging.so.0 -o .libs/libmono-profiler-logging.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmono-profiler-logging.so.0" && ln -s "libmono-profiler-logging.so.0.0.0" "libmono-profiler-logging.so.0") libtool: link: (cd ".libs" && rm -f "libmono-profiler-logging.so" && ln -s "libmono-profiler-logging.so.0.0.0" "libmono-profiler-logging.so") libtool: link: (cd .libs/libmono-profiler-logging.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: i686-pc-linux-gnu-ar cru .libs/libmono-profiler-logging.a mono-profiler-logging.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gmem.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gstr.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gqueue.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gshell.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gunicode.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gslist.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gspawn.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gerror.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gfile.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-goutput.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-glist.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gpath.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gpattern.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gutf8.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-gstring.o .libs/libmono-profiler-logging.lax/libeglib.a/libeglib_la-garray.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmono-profiler-logging.a libtool: link: rm -fr .libs/libmono-profiler-logging.lax libtool: link: ( cd ".libs" && rm -f "libmono-profiler-logging.la" && ln -s "../libmono-profiler-logging.la" "libmono-profiler-logging.la" ) ../../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -I../../eglib/src -I../../eglib/src -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mono-profiler-iomap.lo mono-profiler-iomap.c ../../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wl,-O1 -Wl,--as-needed -o libmono-profiler-iomap.la -rpath /usr/lib mono-profiler-iomap.lo ../../mono/mini/libmono-2.0.la -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/mono-profiler-iomap.o -Wl,-rpath -Wl,/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/mini/.libs ../../mono/mini/.libs/libmono-2.0.so -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmono-profiler-iomap.so.0 -o .libs/libmono-profiler-iomap.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmono-profiler-iomap.so.0" && ln -s "libmono-profiler-iomap.so.0.0.0" "libmono-profiler-iomap.so.0") libtool: link: (cd ".libs" && rm -f "libmono-profiler-iomap.so" && ln -s "libmono-profiler-iomap.so.0.0.0" "libmono-profiler-iomap.so") libtool: link: i686-pc-linux-gnu-ar cru .libs/libmono-profiler-iomap.a mono-profiler-iomap.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libmono-profiler-iomap.a libtool: link: ( cd ".libs" && rm -f "libmono-profiler-iomap.la" && ln -s "../libmono-profiler-iomap.la" "libmono-profiler-iomap.la" ) make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono/profiler' make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono' make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mono' Making all in support make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/support' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o errno.lo errno.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o map.lo map.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o signal.lo signal.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o stdio.lo stdio.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o string.lo string.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o stdlib.lo stdlib.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o dirent.lo dirent.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o fcntl.lo fcntl.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o fstab.lo fstab.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o grp.lo grp.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o macros.lo macros.c macros.c:103:5: warning: no previous prototype for 'helper_Mono_Posix_getpwnamuid' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o old-map.lo old-map.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o pwd.lo pwd.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o serial.lo serial.c serial.c:68:1: warning: no previous prototype for 'open_serial' serial.c:77:1: warning: no previous prototype for 'close_serial' serial.c:84:1: warning: no previous prototype for 'read_serial' serial.c:94:1: warning: no previous prototype for 'write_serial' serial.c:133:1: warning: no previous prototype for 'discard_buffer' serial.c:139:1: warning: no previous prototype for 'get_bytes_in_buffer' serial.c:151:1: warning: no previous prototype for 'set_attributes' serial.c:377:1: warning: no previous prototype for 'get_signals' serial.c:392:1: warning: no previous prototype for 'set_signal' serial.c:416:1: warning: no previous prototype for 'breakprop' serial.c:422:1: warning: no previous prototype for 'poll_serial' serial.c:450:1: warning: no previous prototype for 'list_serial_devices' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-mman.lo sys-mman.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-sendfile.lo sys-sendfile.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-stat.lo sys-stat.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-statvfs.lo sys-statvfs.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-time.lo sys-time.c sys-time.c:74:1: warning: no previous prototype for 'Mono_Posix_Syscall_utimes_bad' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-utsname.lo sys-utsname.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-wait.lo sys-wait.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o sys-xattr.lo sys-xattr.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o syslog.lo syslog.c syslog.c: In function 'Mono_Posix_Syscall_syslog': syslog.c:37:2: warning: format not a string literal and no format arguments syslog.c: At top level: syslog.c:43:1: warning: no previous prototype for 'Mono_Posix_Syscall_syslog2' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o time.lo time.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o unistd.lo unistd.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o utime.lo utime.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o x-struct-str.lo x-struct-str.c x-struct-str.c:28:1: warning: 'visibility' attribute ignored on non-class types ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o zlib-helper.lo zlib-helper.c ../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o ioapi.lo `test -f 'minizip/ioapi.c' || echo './'`minizip/ioapi.c ../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o unzip.lo `test -f 'minizip/unzip.c' || echo './'`minizip/unzip.c ../doltlibtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o zip.lo `test -f 'minizip/zip.c' || echo './'`minizip/zip.c minizip/zip.c:190:12: warning: 'free_linkedlist' defined but not used ../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -no-undefined -avoid-version -Wl,-O1 -Wl,--as-needed -o libMonoPosixHelper.la -rpath /usr/lib errno.lo map.lo signal.lo stdio.lo string.lo stdlib.lo dirent.lo fcntl.lo fstab.lo grp.lo macros.lo old-map.lo pwd.lo serial.lo sys-mman.lo sys-sendfile.lo sys-stat.lo sys-statvfs.lo sys-time.lo sys-utsname.lo sys-wait.lo sys-xattr.lo syslog.lo time.lo unistd.lo utime.lo x-struct-str.lo zlib-helper.lo ioapi.lo unzip.lo zip.lo -L../eglib/src -leglib -lm -lz -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/errno.o .libs/map.o .libs/signal.o .libs/stdio.o .libs/string.o .libs/stdlib.o .libs/dirent.o .libs/fcntl.o .libs/fstab.o .libs/grp.o .libs/macros.o .libs/old-map.o .libs/pwd.o .libs/serial.o .libs/sys-mman.o .libs/sys-sendfile.o .libs/sys-stat.o .libs/sys-statvfs.o .libs/sys-time.o .libs/sys-utsname.o .libs/sys-wait.o .libs/sys-xattr.o .libs/syslog.o .libs/time.o .libs/unistd.o .libs/utime.o .libs/x-struct-str.o .libs/zlib-helper.o .libs/ioapi.o .libs/unzip.o .libs/zip.o -Wl,--whole-archive /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -Wl,--no-whole-archive -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lz -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libMonoPosixHelper.so -o .libs/libMonoPosixHelper.so libtool: link: (cd .libs/libMonoPosixHelper.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: i686-pc-linux-gnu-ar cru .libs/libMonoPosixHelper.a errno.o map.o signal.o stdio.o string.o stdlib.o dirent.o fcntl.o fstab.o grp.o macros.o old-map.o pwd.o serial.o sys-mman.o sys-sendfile.o sys-stat.o sys-statvfs.o sys-time.o sys-utsname.o sys-wait.o sys-xattr.o syslog.o time.o unistd.o utime.o x-struct-str.o zlib-helper.o ioapi.o unzip.o zip.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gmem.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gstr.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gqueue.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gshell.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gunicode.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gslist.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gspawn.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gerror.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gfile.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-goutput.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-glist.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gpath.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gpattern.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gutf8.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-gstring.o .libs/libMonoPosixHelper.lax/libeglib.a/libeglib_la-garray.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libMonoPosixHelper.a libtool: link: rm -fr .libs/libMonoPosixHelper.lax libtool: link: ( cd ".libs" && rm -f "libMonoPosixHelper.la" && ln -s "../libMonoPosixHelper.la" "libMonoPosixHelper.la" ) ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o supportw.lo supportw.c supportw.c:162:1: warning: no previous prototype for 'SetWindowPos' supportw.c:169:1: warning: no previous prototype for 'SendMessageA' supportw.c:176:1: warning: no previous prototype for 'GetWindowLongA' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../eglib/src -I../eglib/src -I.. -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -DUSE_COMPILER_TLS -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o support-heap.lo support-heap.c ../doltlibtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -no-undefined -avoid-version -Wl,-O1 -Wl,--as-needed -o libMonoSupportW.la -rpath /usr/lib supportw.lo support-heap.lo -L../eglib/src -leglib -lm -lm -lrt -ldl -lpthread libtool: link: i686-pc-linux-gnu-gcc -shared .libs/supportw.o .libs/support-heap.o -Wl,--whole-archive /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a -Wl,--no-whole-archive -L/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src -lm -lrt -ldl -lpthread -march=pentium4 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libMonoSupportW.so -o .libs/libMonoSupportW.so libtool: link: (cd .libs/libMonoSupportW.lax/libeglib.a && i686-pc-linux-gnu-ar x "/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/eglib/src/.libs/libeglib.a") libtool: link: i686-pc-linux-gnu-ar cru .libs/libMonoSupportW.a supportw.o support-heap.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gdate-unix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gptrarray.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gdir-unix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gmem.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gstr.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gfile-posix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-ghashtable.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gqueue.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gshell.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gtimer-unix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gmarkup.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gunicode.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gslist.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gspawn.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gerror.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gfile.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-goutput.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-glist.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gmodule-unix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gpath.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gpattern.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-vasprintf.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gutf8.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gfile-unix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gmisc-unix.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-gstring.o .libs/libMonoSupportW.lax/libeglib.a/libeglib_la-garray.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libMonoSupportW.a libtool: link: rm -fr .libs/libMonoSupportW.lax libtool: link: ( cd ".libs" && rm -f "libMonoSupportW.la" && ln -s "../libMonoSupportW.la" "libMonoSupportW.la" ) make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/support' Making all in data make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data' Making all in net_2_0 make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_2_0' Making all in Browsers make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_2_0/Browsers' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_2_0/Browsers' make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_2_0' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_2_0' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_2_0' Making all in net_4_0 make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_4_0' make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_4_0' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_4_0' make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data/net_4_0' make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data' make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/data' Making all in runtime make[2]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime' d=`cd ../support && pwd`; \ sed 's,target="libMonoPosixHelper[^"]*",target="'$d/libMonoPosixHelper.la'",' ../data/config > etc/mono/configt if test -z ""; then :; else \ sed 's,,& ,' etc/mono/configt > etc/mono/configtt; \ mv -f etc/mono/configtt etc/mono/configt; fi mv -f etc/mono/configt etc/mono/config /bin/sh ../mkinstalldirs _tmpinst/bin mkdir -p -- _tmpinst/bin cp mono-wrapper _tmpinst/bin/mono echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ r=`pwd`; m=`cd /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \ chmod +x _tmpinst/bin/ilasm echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \ r=`pwd`; m=`cd /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/gmcs.exe"'" "$@"' >> _tmpinst/bin/gmcs ; \ chmod +x _tmpinst/bin/gmcs echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \ r=`pwd`; m=`cd /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_0/dmcs.exe"'" "$@"' >> _tmpinst/bin/dmcs ; \ chmod +x _tmpinst/bin/dmcs echo '#! /bin/sh' > _tmpinst/bin/al2 ; \ r=`pwd`; m=`cd /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'" "$@"' >> _tmpinst/bin/al2 ; \ chmod +x _tmpinst/bin/al2 if test -w /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs; then :; else chmod -R +w /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs; fi cd /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs && make NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_4_0 ' CC='i686-pc-linux-gnu-gcc' all-profiles make[3]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make profile-do--net_2_0--all profile-do--net_3_5--all profile-do--net_4_0--all make[4]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make PROFILE=basic all make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' /bin/sh .//mkinstalldirs build/deps mkdir -p -- build/deps touch build/deps/.stamp make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' Bootstrap compiler: Mono C# compiler version 2.8.0.0 make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' test -n '2.8.1.0' sed -e 's,@''MONO_VERSION@,2.8.1.0,' common/Consts.cs.in > common/Consts.cs make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/jay' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/jay' i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o closure.o closure.c In file included from closure.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype closure.c:51:1: warning: function declaration isn't a prototype closure.c: In function 'set_EFF': closure.c:79:5: warning: nested extern declaration of 'reflexive_transitive_closure' closure.c: At top level: closure.c:87:1: warning: function declaration isn't a prototype closure.c:142:1: warning: function declaration isn't a prototype closure.c:212:1: warning: function declaration isn't a prototype closure.c:38:13: warning: 'sccsid' defined but not used closure.c: In function 'set_first_derives': closure.c:93:23: warning: 'cword' may be used uninitialized in this function i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o error.o error.c In file included from error.c:43:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype error.c:46:1: warning: function declaration isn't a prototype error.c: In function 'fatal': error.c:50:5: warning: nested extern declaration of 'done' error.c: At top level: error.c:54:1: warning: function declaration isn't a prototype error.c:61:1: warning: function declaration isn't a prototype error.c:69:1: warning: function declaration isn't a prototype error.c:77:1: warning: function declaration isn't a prototype error.c:104:1: warning: function declaration isn't a prototype error.c:116:1: warning: function declaration isn't a prototype error.c:128:1: warning: function declaration isn't a prototype error.c:140:1: warning: function declaration isn't a prototype error.c:152:1: warning: function declaration isn't a prototype error.c:164:1: warning: function declaration isn't a prototype error.c:174:1: warning: function declaration isn't a prototype error.c:183:1: warning: function declaration isn't a prototype error.c:192:1: warning: function declaration isn't a prototype error.c:200:1: warning: function declaration isn't a prototype error.c:208:1: warning: function declaration isn't a prototype error.c:216:1: warning: function declaration isn't a prototype error.c:225:1: warning: function declaration isn't a prototype error.c:232:1: warning: function declaration isn't a prototype error.c:240:1: warning: function declaration isn't a prototype error.c:249:1: warning: function declaration isn't a prototype error.c:256:1: warning: function declaration isn't a prototype error.c:268:1: warning: function declaration isn't a prototype error.c:277:1: warning: function declaration isn't a prototype error.c:289:1: warning: function declaration isn't a prototype error.c:297:1: warning: function declaration isn't a prototype error.c:307:1: warning: function declaration isn't a prototype error.c:316:1: warning: function declaration isn't a prototype error.c:323:1: warning: function declaration isn't a prototype error.c:331:1: warning: function declaration isn't a prototype error.c:38:13: warning: 'sccsid' defined but not used i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o lalr.o lalr.c In file included from lalr.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype lalr.c:63:1: warning: function declaration isn't a prototype lalr.c:77:1: warning: function declaration isn't a prototype lalr.c: In function 'lalr': lalr.c:81:5: warning: nested extern declaration of 'set_state_table' lalr.c:82:5: warning: nested extern declaration of 'set_accessing_symbol' lalr.c:83:5: warning: nested extern declaration of 'set_shift_table' lalr.c:84:5: warning: nested extern declaration of 'set_reduction_table' lalr.c:85:5: warning: nested extern declaration of 'set_maxrhs' lalr.c:86:5: warning: nested extern declaration of 'initialize_LA' lalr.c:87:5: warning: nested extern declaration of 'set_goto_map' lalr.c:88:5: warning: nested extern declaration of 'initialize_F' lalr.c:89:5: warning: nested extern declaration of 'build_relations' lalr.c:90:5: warning: nested extern declaration of 'compute_FOLLOWS' lalr.c:91:5: warning: nested extern declaration of 'compute_lookaheads' lalr.c: At top level: lalr.c:96:1: warning: function declaration isn't a prototype lalr.c:107:1: warning: function declaration isn't a prototype lalr.c:118:1: warning: function declaration isn't a prototype lalr.c:129:1: warning: function declaration isn't a prototype lalr.c:140:1: warning: function declaration isn't a prototype lalr.c:168:1: warning: function declaration isn't a prototype lalr.c:205:1: warning: function declaration isn't a prototype lalr.c: In function 'set_goto_map': lalr.c:228:6: warning: nested extern declaration of 'fatal' lalr.c: At top level: lalr.c:275:1: warning: function declaration isn't a prototype lalr.c:303:1: warning: function declaration isn't a prototype lalr.c: In function 'initialize_F': lalr.c:366:3: warning: nested extern declaration of 'digraph' lalr.c: At top level: lalr.c:380:1: warning: function declaration isn't a prototype lalr.c: In function 'build_relations': lalr.c:431:4: warning: nested extern declaration of 'add_lookback_edge' lalr.c: At top level: lalr.c:472:1: warning: function declaration isn't a prototype lalr.c:500:1: warning: function declaration isn't a prototype lalr.c:557:1: warning: function declaration isn't a prototype lalr.c:563:1: warning: function declaration isn't a prototype lalr.c:597:1: warning: function declaration isn't a prototype lalr.c: In function 'digraph': lalr.c:615:2: warning: nested extern declaration of 'traverse' lalr.c: At top level: lalr.c:624:1: warning: function declaration isn't a prototype lalr.c:38:13: warning: 'sccsid' defined but not used i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o lr0.o lr0.c In file included from lr0.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype lr0.c:52:1: warning: function declaration isn't a prototype lr0.c:53:1: warning: function declaration isn't a prototype lr0.c:72:1: warning: function declaration isn't a prototype lr0.c:114:1: warning: function declaration isn't a prototype lr0.c:123:1: warning: function declaration isn't a prototype lr0.c:152:1: warning: function declaration isn't a prototype lr0.c:165:1: warning: function declaration isn't a prototype lr0.c: In function 'generate_states': lr0.c:170:5: warning: nested extern declaration of 'set_first_derives' lr0.c:171:5: warning: nested extern declaration of 'initialize_states' lr0.c:175:2: warning: nested extern declaration of 'closure' lr0.c:176:2: warning: nested extern declaration of 'save_reductions' lr0.c:177:2: warning: nested extern declaration of 'new_itemsets' lr0.c:181:6: warning: nested extern declaration of 'save_shifts' lr0.c:186:5: warning: nested extern declaration of 'finalize_closure' lr0.c: At top level: lr0.c:193:1: warning: function declaration isn't a prototype lr0.c:257:1: warning: function declaration isn't a prototype lr0.c: In function 'initialize_states': lr0.c:268:5: warning: nested extern declaration of 'no_space' lr0.c: At top level: lr0.c:284:1: warning: function declaration isn't a prototype lr0.c:321:1: warning: function declaration isn't a prototype lr0.c: In function 'new_state': lr0.c:335:2: warning: nested extern declaration of 'fatal' lr0.c: At top level: lr0.c:361:1: warning: function declaration isn't a prototype lr0.c:396:1: warning: function declaration isn't a prototype lr0.c:406:1: warning: function declaration isn't a prototype lr0.c:417:1: warning: function declaration isn't a prototype lr0.c:435:1: warning: function declaration isn't a prototype lr0.c:469:1: warning: function declaration isn't a prototype lr0.c:518:1: warning: function declaration isn't a prototype lr0.c:548:1: warning: function declaration isn't a prototype lr0.c:577:1: warning: function declaration isn't a prototype lr0.c:626:1: warning: function declaration isn't a prototype lr0.c:632:1: warning: function declaration isn't a prototype lr0.c:38:13: warning: 'sccsid' defined but not used i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o main.o main.c In file included from main.c:48:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype main.c:54:21: warning: initialization discards qualifiers from pointer target type main.c:55:16: warning: initialization discards qualifiers from pointer target type main.c:56:19: warning: initialization discards qualifiers from pointer target type main.c:62:25: warning: initialization discards qualifiers from pointer target type main.c:101:1: warning: function declaration isn't a prototype main.c:103:1: warning: function declaration isn't a prototype main.c: In function 'done': main.c:106:5: warning: nested extern declaration of 'unlink' main.c: At top level: main.c:114:1: warning: function declaration isn't a prototype main.c:121:1: warning: function declaration isn't a prototype main.c:138:1: warning: function declaration isn't a prototype main.c:145:1: warning: no previous prototype for 'print_skel_dir' main.c:151:1: warning: function declaration isn't a prototype main.c: In function 'getargs': main.c:193:18: warning: assignment discards qualifiers from pointer target type main.c:194:26: warning: assignment discards qualifiers from pointer target type main.c:226:22: warning: assignment discards qualifiers from pointer target type main.c:227:30: warning: assignment discards qualifiers from pointer target type main.c: At top level: main.c:245:1: warning: function declaration isn't a prototype main.c: In function 'allocate': main.c:254:2: warning: nested extern declaration of 'no_space' main.c: At top level: main.c:260:1: warning: function declaration isn't a prototype main.c: In function 'create_file_names': main.c:271:29: warning: assignment discards qualifiers from pointer target type main.c: At top level: main.c:323:1: warning: function declaration isn't a prototype main.c: In function 'open_files': main.c:331:6: warning: nested extern declaration of 'open_error' main.c: At top level: main.c:356:1: warning: function declaration isn't a prototype main.c: In function 'main': main.c:363:5: warning: nested extern declaration of 'reader' main.c:364:5: warning: nested extern declaration of 'lr0' main.c:365:5: warning: nested extern declaration of 'lalr' main.c:366:5: warning: nested extern declaration of 'make_parser' main.c:367:5: warning: nested extern declaration of 'verbose' main.c:368:5: warning: nested extern declaration of 'output' main.c: At top level: main.c:44:13: warning: 'sccsid' defined but not used main.c: In function 'create_file_names': main.c:306:12: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result main.c:307:12: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result main.c:308:12: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o mkpar.o mkpar.c In file included from mkpar.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype mkpar.c:56:1: warning: function declaration isn't a prototype mkpar.c:57:1: warning: function declaration isn't a prototype mkpar.c:58:1: warning: function declaration isn't a prototype mkpar.c:59:1: warning: function declaration isn't a prototype mkpar.c:62:1: warning: function declaration isn't a prototype mkpar.c: In function 'make_parser': mkpar.c:70:5: warning: nested extern declaration of 'find_final_state' mkpar.c:71:5: warning: nested extern declaration of 'remove_conflicts' mkpar.c:72:5: warning: nested extern declaration of 'unused_rules' mkpar.c:73:5: warning: nested extern declaration of 'total_conflicts' mkpar.c:74:5: warning: nested extern declaration of 'defreds' mkpar.c: At top level: mkpar.c:79:1: warning: function declaration isn't a prototype mkpar.c:91:1: warning: function declaration isn't a prototype mkpar.c:126:1: warning: function declaration isn't a prototype mkpar.c:152:1: warning: function declaration isn't a prototype mkpar.c:192:1: warning: function declaration isn't a prototype mkpar.c:209:1: warning: function declaration isn't a prototype mkpar.c: In function 'unused_rules': mkpar.c:215:5: warning: nested extern declaration of 'no_space' mkpar.c:233:8: warning: suggest explicit braces to avoid ambiguous 'else' mkpar.c: At top level: mkpar.c:241:1: warning: function declaration isn't a prototype mkpar.c:316:1: warning: function declaration isn't a prototype mkpar.c:337:1: warning: function declaration isn't a prototype mkpar.c:365:1: warning: function declaration isn't a prototype mkpar.c:374:1: warning: function declaration isn't a prototype mkpar.c:387:1: warning: function declaration isn't a prototype mkpar.c:38:13: warning: 'sccsid' defined but not used mkpar.c: In function 'remove_conflicts': mkpar.c:245:26: warning: 'pref' may be used uninitialized in this function i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o output.o output.c In file included from output.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype output.c:61:1: warning: function declaration isn't a prototype output.c: In function 'output': output.c:65:3: warning: nested extern declaration of 'free_itemsets' output.c:66:3: warning: nested extern declaration of 'free_shifts' output.c:67:3: warning: nested extern declaration of 'free_reductions' output.c:73:7: warning: nested extern declaration of 'done' output.c:81:9: warning: nested extern declaration of 'output_semantic_actions' output.c:82:9: warning: nested extern declaration of 'output_debug' output.c:83:9: warning: nested extern declaration of 'output_trailing_text' output.c:85:3: warning: nested extern declaration of 'output_stored_text' output.c:89:4: warning: nested extern declaration of 'output_rule_data' output.c:89:4: warning: nested extern declaration of 'output_yydefred' output.c:89:4: warning: nested extern declaration of 'output_actions' output.c:91:3: warning: nested extern declaration of 'output_defines' output.c:80:10: warning: suggest explicit braces to avoid ambiguous 'else' output.c:98:3: warning: nested extern declaration of 'free_parser' output.c: At top level: output.c:101:1: warning: function declaration isn't a prototype output.c:164:1: warning: function declaration isn't a prototype output.c:193:1: warning: function declaration isn't a prototype output.c: In function 'output_actions': output.c:202:5: warning: nested extern declaration of 'token_actions' output.c:208:5: warning: nested extern declaration of 'goto_actions' output.c:213:5: warning: nested extern declaration of 'sort_actions' output.c:214:5: warning: nested extern declaration of 'pack_table' output.c:215:5: warning: nested extern declaration of 'output_base' output.c:216:5: warning: nested extern declaration of 'output_table' output.c:217:5: warning: nested extern declaration of 'output_check' output.c: At top level: output.c:221:1: warning: function declaration isn't a prototype output.c:305:1: warning: function declaration isn't a prototype output.c: In function 'goto_actions': output.c:311:5: warning: nested extern declaration of 'default_goto' output.c:313:5: warning: nested extern declaration of 'save_column' output.c: At top level: output.c:338:1: warning: function declaration isn't a prototype output.c:374:1: warning: function declaration isn't a prototype output.c:416:1: warning: function declaration isn't a prototype output.c:451:1: warning: function declaration isn't a prototype output.c: In function 'pack_table': output.c:472:2: warning: nested extern declaration of 'matching_vector' output.c:475:6: warning: nested extern declaration of 'pack_vector' output.c: At top level: output.c:514:1: warning: function declaration isn't a prototype output.c:555:1: warning: function declaration isn't a prototype output.c: In function 'pack_vector': output.c:588:7: warning: nested extern declaration of 'fatal' output.c:593:3: warning: nested extern declaration of 'no_space' output.c: At top level: output.c:632:1: warning: function declaration isn't a prototype output.c:700:1: warning: function declaration isn't a prototype output.c:729:1: warning: function declaration isn't a prototype output.c:760:1: warning: function declaration isn't a prototype output.c: In function 'is_C_identifier': output.c:783:5: warning: suggest parentheses around assignment used as truth value output.c: At top level: output.c:792:1: warning: function declaration isn't a prototype output.c: In function 'output_defines': output.c:819:3: warning: suggest parentheses around assignment used as truth value output.c: At top level: output.c:831:1: warning: function declaration isn't a prototype output.c: In function 'output_stored_text': output.c:841:2: warning: nested extern declaration of 'open_error' output.c: At top level: output.c:858:1: warning: function declaration isn't a prototype output.c: In function 'output_debug': output.c:862:21: warning: initialization discards qualifiers from pointer target type output.c:944:17: warning: assignment discards qualifiers from pointer target type output.c:949:4: warning: suggest parentheses around assignment used as truth value output.c: At top level: output.c:1071:1: warning: function declaration isn't a prototype output.c:1120:1: warning: function declaration isn't a prototype output.c:1154:1: warning: function declaration isn't a prototype output.c:1167:1: warning: function declaration isn't a prototype output.c:1181:1: warning: function declaration isn't a prototype output.c:38:13: warning: 'sccsid' defined but not used i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o reader.o reader.c In file included from reader.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype reader.c:76:21: warning: initialization discards qualifiers from pointer target type reader.c:77:29: warning: initialization discards qualifiers from pointer target type reader.c:80:1: warning: function declaration isn't a prototype reader.c: In function 'cachec': reader.c:88:2: warning: nested extern declaration of 'no_space' reader.c: At top level: reader.c:95:1: warning: function declaration isn't a prototype reader.c:142:1: warning: function declaration isn't a prototype reader.c:159:1: warning: function declaration isn't a prototype reader.c: In function 'skip_comment': reader.c:180:3: warning: nested extern declaration of 'unterminated_comment' reader.c: At top level: reader.c:190:1: warning: function declaration isn't a prototype reader.c:252:1: warning: function declaration isn't a prototype reader.c: In function 'keyword': reader.c:305:5: warning: nested extern declaration of 'syntax_error' reader.c: At top level: reader.c:310:1: warning: function declaration isn't a prototype reader.c: In function 'copy_text': reader.c:324:6: warning: nested extern declaration of 'unterminated_text' reader.c:360:7: warning: nested extern declaration of 'unterminated_string' reader.c: At top level: reader.c:433:1: warning: function declaration isn't a prototype reader.c:447:1: warning: function declaration isn't a prototype reader.c: In function 'get_literal': reader.c:491:3: warning: nested extern declaration of 'illegal_character' reader.c: At top level: reader.c:586:1: warning: function declaration isn't a prototype reader.c:608:1: warning: function declaration isn't a prototype reader.c: In function 'get_name': reader.c:617:5: warning: nested extern declaration of 'used_reserved' reader.c: At top level: reader.c:624:1: warning: function declaration isn't a prototype reader.c:638:1: warning: no previous prototype for 'get_tag' reader.c: In function 'get_tag': reader.c:649:5: warning: nested extern declaration of 'unexpected_EOF' reader.c:654:2: warning: nested extern declaration of 'illegal_tag' reader.c: At top level: reader.c:691:1: warning: function declaration isn't a prototype reader.c: In function 'declare_tokens': reader.c:719:2: warning: nested extern declaration of 'tokenized_start' reader.c:725:3: warning: nested extern declaration of 'retyped_warning' reader.c:732:3: warning: nested extern declaration of 'reprec_warning' reader.c:744:3: warning: nested extern declaration of 'revalued_warning' reader.c: At top level: reader.c:753:1: warning: function declaration isn't a prototype reader.c:781:1: warning: function declaration isn't a prototype reader.c: In function 'declare_start': reader.c:792:2: warning: nested extern declaration of 'terminal_start' reader.c:794:2: warning: nested extern declaration of 'restarted_warning' reader.c: At top level: reader.c:799:1: warning: function declaration isn't a prototype reader.c:840:1: warning: function declaration isn't a prototype reader.c:872:1: warning: function declaration isn't a prototype reader.c:880:1: warning: function declaration isn't a prototype reader.c:892:1: warning: function declaration isn't a prototype reader.c: In function 'advance_to_start': reader.c:907:6: warning: nested extern declaration of 'no_grammar' reader.c:937:5: warning: nested extern declaration of 'start_rule' reader.c: At top level: reader.c:942:1: warning: function declaration isn't a prototype reader.c: In function 'start_rule': reader.c:947:2: warning: nested extern declaration of 'terminal_lhs' reader.c: At top level: reader.c:957:1: warning: function declaration isn't a prototype reader.c: In function 'end_rule': reader.c:965:6: warning: nested extern declaration of 'default_action_warning' reader.c: At top level: reader.c:976:1: warning: function declaration isn't a prototype reader.c: In function 'insert_empty_rule': reader.c:992:5: warning: suggest parentheses around assignment used as truth value reader.c: At top level: reader.c:1005:1: warning: function declaration isn't a prototype reader.c:1036:1: warning: function declaration isn't a prototype reader.c: In function 'copy_action': reader.c:1093:3: warning: nested extern declaration of 'dollar_warning' reader.c:1113:3: warning: nested extern declaration of 'dollar_error' reader.c:1118:3: warning: nested extern declaration of 'untyped_lhs' reader.c:1131:7: warning: nested extern declaration of 'unknown_rhs' reader.c:1134:7: warning: nested extern declaration of 'untyped_rhs' reader.c:1177:2: warning: nested extern declaration of 'unterminated_action' reader.c: At top level: reader.c:1323:1: warning: function declaration isn't a prototype reader.c: In function 'mark_symbol': reader.c:1358:2: warning: nested extern declaration of 'prec_redeclared' reader.c: At top level: reader.c:1366:1: warning: function declaration isn't a prototype reader.c:1399:1: warning: function declaration isn't a prototype reader.c:1414:1: warning: function declaration isn't a prototype reader.c: In function 'pack_names': reader.c:1432:2: warning: suggest parentheses around assignment used as truth value reader.c: At top level: reader.c:1439:1: warning: function declaration isn't a prototype reader.c: In function 'check_symbols': reader.c:1444:2: warning: nested extern declaration of 'undefined_goal' reader.c:1450:6: warning: nested extern declaration of 'undefined_symbol_warning' reader.c: At top level: reader.c:1457:1: warning: function declaration isn't a prototype reader.c:1581:1: warning: function declaration isn't a prototype reader.c:1640:1: warning: function declaration isn't a prototype reader.c:1676:1: warning: function declaration isn't a prototype reader.c: In function 'reader': reader.c:1678:5: warning: nested extern declaration of 'create_symbol_table' reader.c:1681:5: warning: nested extern declaration of 'free_symbol_table' reader.c:1687:5: warning: nested extern declaration of 'free_symbols' reader.c: At top level: reader.c:38:13: warning: 'sccsid' defined but not used reader.c: In function 'copy_action': reader.c:1315:9: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result reader.c: In function 'mark_symbol': reader.c:1326:22: warning: 'bp' may be used uninitialized in this function reader.c: In function 'print_grammar': reader.c:1643:9: warning: 'spacing' may be used uninitialized in this function i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o symtab.o symtab.c In file included from symtab.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype symtab.c:55:1: warning: function declaration isn't a prototype symtab.c: In function 'hash': symtab.c:64:5: warning: suggest parentheses around assignment used as truth value symtab.c: At top level: symtab.c:72:1: warning: function declaration isn't a prototype symtab.c: In function 'make_bucket': symtab.c:79:5: warning: nested extern declaration of 'no_space' symtab.c: At top level: symtab.c:99:1: warning: function declaration isn't a prototype symtab.c:122:1: warning: function declaration isn't a prototype symtab.c:142:1: warning: function declaration isn't a prototype symtab.c:149:1: warning: function declaration isn't a prototype symtab.c:38:13: warning: 'sccsid' defined but not used i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o verbose.o verbose.c In file included from verbose.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype verbose.c:45:1: warning: function declaration isn't a prototype verbose.c: In function 'verbose': verbose.c:52:5: warning: nested extern declaration of 'no_space' verbose.c:55:2: warning: nested extern declaration of 'print_state' verbose.c:59:2: warning: nested extern declaration of 'log_unused' verbose.c:61:2: warning: nested extern declaration of 'log_conflicts' verbose.c: At top level: verbose.c:69:1: warning: function declaration isn't a prototype verbose.c:88:1: warning: function declaration isn't a prototype verbose.c:116:1: warning: function declaration isn't a prototype verbose.c: In function 'print_state': verbose.c:122:2: warning: nested extern declaration of 'print_conflicts' verbose.c:124:5: warning: nested extern declaration of 'print_core' verbose.c:125:5: warning: nested extern declaration of 'print_nulls' verbose.c:126:5: warning: nested extern declaration of 'print_actions' verbose.c: At top level: verbose.c:130:1: warning: function declaration isn't a prototype verbose.c:178:1: warning: function declaration isn't a prototype verbose.c:214:1: warning: function declaration isn't a prototype verbose.c:258:1: warning: function declaration isn't a prototype verbose.c: In function 'print_actions': verbose.c:271:2: warning: nested extern declaration of 'print_shifts' verbose.c:272:2: warning: nested extern declaration of 'print_reductions' verbose.c:280:6: warning: nested extern declaration of 'print_gotos' verbose.c: At top level: verbose.c:285:1: warning: function declaration isn't a prototype verbose.c:310:1: warning: function declaration isn't a prototype verbose.c:348:1: warning: function declaration isn't a prototype verbose.c:38:13: warning: 'sccsid' defined but not used verbose.c: In function 'print_conflicts': verbose.c:133:26: warning: 'act' may be used uninitialized in this function verbose.c:133:31: warning: 'number' may be used uninitialized in this function i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -c -o warshall.o warshall.c In file included from warshall.c:41:0: defs.h:303:1: warning: function declaration isn't a prototype defs.h:304:1: warning: function declaration isn't a prototype defs.h:305:1: warning: function declaration isn't a prototype warshall.c:43:1: warning: function declaration isn't a prototype warshall.c:95:1: warning: function declaration isn't a prototype warshall.c:38:13: warning: 'sccsid' defined but not used i686-pc-linux-gnu-gcc -DSKEL_DIRECTORY=\""/usr/share/jay"\" -march=pentium4 -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -o jay closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o symtab.o verbose.o warshall.o make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/jay' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/jay' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' Makefile:52: warning: overriding recipe for target `csproj-local' ../build/executable.make:134: warning: ignoring old recipe for target `csproj-local' Creating ../build/deps/basic_gmcs.exe.makefrag ... make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' Makefile:52: warning: overriding recipe for target `csproj-local' ../build/executable.make:134: warning: ignoring old recipe for target `csproj-local' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' Makefile:52: warning: overriding recipe for target `csproj-local' ../build/executable.make:134: warning: ignoring old recipe for target `csproj-local' ./../jay/jay -cv < ./../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv jay-tmp.out cs-parser.cs ./../jay/jay: 9 shift/reduce conflicts. /bin/sh ./../mkinstalldirs ../class/lib/basic/ mkdir -p -- ../class/lib/basic/ touch ../class/lib/basic//.stamp MCS [basic] gmcs.exe cp gmcs.exe ./../class/lib/basic/gmcs.exe test ! -f gmcs.exe.mdb || cp gmcs.exe.mdb ./../class/lib/basic/gmcs.exe.mdb cp gmcs.exe.config ./../class/lib/basic/gmcs.exe.config make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' Creating ../../build/deps/basic_corlib.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' /bin/sh ./../../mkinstalldirs ../../class/lib/basic/tmp/ mkdir -p -- ../../class/lib/basic/tmp/ touch ../../class/lib/basic/tmp//.stamp MCS [basic] mscorlib.dll System.IO/DriveInfo.cs(193,48): warning CS0219: The variable `str' is assigned but its value is never used System.Reflection.Emit/PropertyBuilder.cs(63,36): warning CS0414: The private field `System.Reflection.Emit.PropertyBuilder.callingConvention' is assigned but its value is never used System.Runtime.Remoting.Contexts/Context.cs(67,22): warning CS0649: Field `System.Runtime.Remoting.Contexts.Context.frozen' is never assigned to, and will always have its default value `false' System.Runtime.Remoting.Messaging/ReturnMessage.cs(45,21): warning CS0414: The private field `System.Runtime.Remoting.Messaging.ReturnMessage._outArgsCount' is assigned but its value is never used System.Security.Permissions/KeyContainerPermission.cs(38,69): warning CS0649: Field `System.Security.Permissions.KeyContainerPermission._accessEntries' is never assigned to, and will always have its default value `null' Compilation succeeded - 5 warning(s) : -R ../../class/lib/basic/tmp/mscorlib.dll ./../../class/mono.snk : -v ../../class/lib/basic/mscorlib.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' Creating ../../build/deps/basic_System.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll MCS [basic] System.dll System.Text.RegularExpressions/parser.cs(863,37): warning CS0219: The variable `oldptr' is assigned but its value is never used System/UriBuilder.cs(224,39): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete System.Diagnostics/TraceImpl.cs(43,29): warning CS0649: Field `System.Diagnostics.TraceImplSettings.AutoFlush' is never assigned to, and will always have its default value `false' System.Diagnostics/TraceImpl.cs(44,28): warning CS0649: Field `System.Diagnostics.TraceImplSettings.IndentLevel' is never assigned to, and will always have its default value `0' System.Net/WebClient.cs(89,36): warning CS0414: The private field `System.Net.WebClient.cache_policy' is assigned but its value is never used Compilation succeeded - 5 warning(s) : -R ../../class/lib/basic/tmp/System.dll ./../../class/mono.snk : -v ../../class/lib/basic/System.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' Creating ../../build/deps/basic_System.Xml.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' ./../../jay/jay -ct < ./../../jay/skeleton.cs System.Xml.XPath/Parser.jay >System.Xml.XPath/Parser.cs ./../../jay/jay: 21 rules never reduced ./../../jay/jay: 1 shift/reduce conflict, 42 reduce/reduce conflicts. sed "s/\%start Expr/\%start Pattern/" System.Xml.XPath/Parser.jay >Mono.Xml.Xsl/PatternParser.jay echo "#define XSLT_PATTERN" > Mono.Xml.Xsl/PatternParser.cs ./../../jay/jay -ct Mono.Xml.Xsl/PatternParser.jay < ./../../jay/skeleton.cs >>Mono.Xml.Xsl/PatternParser.cs ./../../jay/jay: 3 rules never reduced ./../../jay/jay: 1 shift/reduce conflict, 46 reduce/reduce conflicts. echo "#define XSLT_PATTERN" > Mono.Xml.Xsl/PatternTokenizer.cs cat System.Xml.XPath/Tokenizer.cs >>Mono.Xml.Xsl/PatternTokenizer.cs MCS [basic] System.Xml.dll System.Xml/XmlTextReader.cs(1815,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml.XPath/Parser.jay(56,28): warning CS0649: Field `Mono.Xml.XPath.XPathParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' System.Xml.XPath/Parser.cs(101,14): warning CS0649: Field `Mono.Xml.XPath.XPathParser.eof_token' is never assigned to, and will always have its default value `0' System.Xml.XPath/Parser.cs(285,7): warning CS0414: The private field `Mono.Xml.XPath.XPathParser.yyExpectingState' is assigned but its value is never used System.Xml.XPath/Parser.cs(351,24): warning CS0649: Field `Mono.Xml.XPath.XPathParser.use_global_stacks' is never assigned to, and will always have its default value `false' Mono.Xml.Xsl/PatternParser.jay(56,28): warning CS0649: Field `Mono.Xml.Xsl.XsltPatternParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' Mono.Xml.Xsl/PatternParser.cs(102,14): warning CS0649: Field `Mono.Xml.Xsl.XsltPatternParser.eof_token' is never assigned to, and will always have its default value `0' Mono.Xml.Xsl/PatternParser.cs(286,7): warning CS0414: The private field `Mono.Xml.Xsl.XsltPatternParser.yyExpectingState' is assigned but its value is never used Mono.Xml.Xsl/PatternParser.cs(352,24): warning CS0649: Field `Mono.Xml.Xsl.XsltPatternParser.use_global_stacks' is never assigned to, and will always have its default value `false' Mono.Xml.Schema/XmlSchemaValidatingReader.cs(105,27): warning CS0649: Field `Mono.Xml.Schema.XmlSchemaValidatingReader.element' is never assigned to, and will always have its default value `null' Mono.Xml.XPath/XPathNavigatorReader.cs(56,31): warning CS0414: The private field `Mono.Xml.XPath.XPathNavigatorReader.innerXmlBuilder' is assigned but its value is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0414: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used System.Xml/XmlInputStream.cs(54,37): warning CS0414: The private field `System.Xml.XmlStreamReader.invalidDataException' is assigned but its value is never used System.Xml.Xsl/XsltArgumentList.cs(58,65): warning CS0067: The event `System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered' is never used System.Xml.Schema/XmlSchemaInference.cs(172,39): warning CS0414: The private field `System.Xml.Schema.XsdInference.QNameUDecimal' is assigned but its value is never used System.Xml.Schema/XmlSchemaValidator.cs(124,27): warning CS0414: The private field `System.Xml.Schema.XmlSchemaValidator.startType' is assigned but its value is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0414: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(152,22): warning CS0414: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlSchemaImporter.cs(66,39): warning CS0414: The private field `System.Xml.Serialization.XmlSchemaImporter.options' is assigned but its value is never used Compilation succeeded - 19 warning(s) : -R ../../class/lib/basic/tmp/System.Xml.dll ./../../class/mono.snk : -v ../../class/lib/basic/System.Xml.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' MCS [basic] System.dll System.Diagnostics/XmlWriterTraceListener.cs(182,74): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Text.RegularExpressions/parser.cs(863,37): warning CS0219: The variable `oldptr' is assigned but its value is never used System/UriBuilder.cs(224,39): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete System.Diagnostics/TraceImpl.cs(44,28): warning CS0649: Field `System.Diagnostics.TraceImplSettings.IndentLevel' is never assigned to, and will always have its default value `0' System.Net/WebClient.cs(89,36): warning CS0414: The private field `System.Net.WebClient.cache_policy' is assigned but its value is never used Compilation succeeded - 5 warning(s) : -R ../../class/lib/basic/tmp/System.dll ./../../class/mono.snk : -v ../../class/lib/basic/System.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' Creating ../../build/deps/basic_Mono.Security.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' MCS [basic] Mono.Security.dll ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,34): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,53): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,42): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,61): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' Compilation succeeded - 6 warning(s) : -R ../../class/lib/basic/tmp/Mono.Security.dll ./../../class/mono.snk : -v ../../class/lib/basic/Mono.Security.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' Creating ../../build/deps/basic_Mono.CompilerServices.SymbolWriter.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' MCS [basic] Mono.CompilerServices.SymbolWriter.dll : -R ../../class/lib/basic/tmp/Mono.CompilerServices.SymbolWriter.dll ./../../class/mono.snk : -v ../../class/lib/basic/Mono.CompilerServices.SymbolWriter.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' Creating ../../build/deps/basic_System.Core.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' MCS [basic] System.Core.dll System.Linq.Expressions/ConstantExpression.cs(66,37): warning CS0168: The variable `ig' is declared but never used System.Collections.Generic/HashSet.cs(360,29): warning CS0219: The variable `counter' is assigned but its value is never used Compilation succeeded - 2 warning(s) : -R ../../class/lib/basic/System.Core.dll ./../../class/mono.snk make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/gacutil' Creating ../../build/deps/basic_gacutil.exe.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/gacutil' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/gacutil' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/gacutil' MCS [basic] gacutil.exe mv gacutil.exe ./../../class/lib/basic/gacutil.exe test ! -f gacutil.exe.mdb || mv gacutil.exe.mdb ./../../class/lib/basic/gacutil.exe.mdb make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/gacutil' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/gacutil' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/security' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/security' MCS [basic] sn.exe make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/security' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/security' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make all-local make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make PROFILE=net_2_0_bootstrap all make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/resgen' Creating ../../build/deps/net_2_0_bootstrap_resgen.exe.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/resgen' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/resgen' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/resgen' /bin/sh ./../../mkinstalldirs ../../class/lib/net_2_0_bootstrap/ mkdir -p -- ../../class/lib/net_2_0_bootstrap/ touch ../../class/lib/net_2_0_bootstrap//.stamp MCS [net_2_0_bootstrap] resgen.exe mv resgen.exe ./../../class/lib/net_2_0_bootstrap/resgen.exe test ! -f resgen.exe.mdb || mv resgen.exe.mdb ./../../class/lib/net_2_0_bootstrap/resgen.exe.mdb make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/resgen' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/resgen' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/culevel' Creating ../../build/deps/net_2_0_bootstrap_culevel.exe.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/culevel' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/culevel' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/culevel' MCS [net_2_0_bootstrap] culevel.exe CompileUplevel.cs(943,55): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' Compilation succeeded - 1 warning(s) mv culevel.exe ./../../class/lib/net_2_0_bootstrap/culevel.exe test ! -f culevel.exe.mdb || mv culevel.exe.mdb ./../../class/lib/net_2_0_bootstrap/culevel.exe.mdb make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/culevel' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools/culevel' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/tools' make all-local make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make PROFILE=net_2_0 all make[5]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/build' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' Makefile:52: warning: overriding recipe for target `csproj-local' ../build/executable.make:134: warning: ignoring old recipe for target `csproj-local' Creating ../build/deps/net_2_0_gmcs.exe.makefrag ... make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' Makefile:52: warning: overriding recipe for target `csproj-local' ../build/executable.make:134: warning: ignoring old recipe for target `csproj-local' make all-local make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' Makefile:52: warning: overriding recipe for target `csproj-local' ../build/executable.make:134: warning: ignoring old recipe for target `csproj-local' /bin/sh ./../mkinstalldirs ../class/lib/net_2_0/ mkdir -p -- ../class/lib/net_2_0/ touch ../class/lib/net_2_0//.stamp MCS [net_2_0] gmcs.exe cp gmcs.exe ./../class/lib/net_2_0/gmcs.exe test ! -f gmcs.exe.mdb || cp gmcs.exe.mdb ./../class/lib/net_2_0/gmcs.exe.mdb cp gmcs.exe.config ./../class/lib/net_2_0/gmcs.exe.config make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/mcs' make[6]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' Creating ../../build/deps/net_2_0_corlib.dll.makefrag ... Creating ../../build/deps/corlib_test_net_2_0.dll.response ... Creating ../../build/deps/corlib_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' /bin/sh ./../../mkinstalldirs ../../class/lib/net_2_0/tmp/ mkdir -p -- ../../class/lib/net_2_0/tmp/ touch ../../class/lib/net_2_0/tmp//.stamp MCS [net_2_0] mscorlib.dll System.IO/DriveInfo.cs(193,48): warning CS0219: The variable `str' is assigned but its value is never used System.Reflection.Emit/PropertyBuilder.cs(63,36): warning CS0414: The private field `System.Reflection.Emit.PropertyBuilder.callingConvention' is assigned but its value is never used System.Runtime.Remoting.Contexts/Context.cs(67,22): warning CS0649: Field `System.Runtime.Remoting.Contexts.Context.frozen' is never assigned to, and will always have its default value `false' System.Runtime.Remoting.Messaging/ReturnMessage.cs(45,21): warning CS0414: The private field `System.Runtime.Remoting.Messaging.ReturnMessage._outArgsCount' is assigned but its value is never used System.Security.Permissions/KeyContainerPermission.cs(38,69): warning CS0649: Field `System.Security.Permissions.KeyContainerPermission._accessEntries' is never assigned to, and will always have its default value `null' Compilation succeeded - 5 warning(s) Assembly ../../class/lib/net_2_0/tmp/mscorlib.dll signed. Assembly ../../class/lib/net_2_0/mscorlib.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/corlib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' Creating ../../build/deps/net_2_0_System.dll.makefrag ... Creating ../../build/deps/System_test_net_2_0.dll.response ... Creating ../../build/deps/System_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll Mono.Security.dll System.Configuration.dll MCS [net_2_0] System.dll System.Text.RegularExpressions/parser.cs(863,37): warning CS0219: The variable `oldptr' is assigned but its value is never used System/UriBuilder.cs(224,39): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete System.Diagnostics/TraceImpl.cs(43,29): warning CS0649: Field `System.Diagnostics.TraceImplSettings.AutoFlush' is never assigned to, and will always have its default value `false' System.Diagnostics/TraceImpl.cs(44,28): warning CS0649: Field `System.Diagnostics.TraceImplSettings.IndentLevel' is never assigned to, and will always have its default value `0' System.Net/WebClient.cs(89,36): warning CS0414: The private field `System.Net.WebClient.cache_policy' is assigned but its value is never used Compilation succeeded - 5 warning(s) : -R ../../class/lib/net_2_0/tmp/System.dll ./../../class/mono.snk : -v ../../class/lib/net_2_0/System.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' Creating ../../build/deps/net_2_0_System.Xml.dll.makefrag ... Creating ../../build/deps/System.Xml_test_net_2_0.dll.response ... Creating ../../build/deps/System.Xml_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' MCS [net_2_0] System.Xml.dll System.Xml/XmlTextReader.cs(1815,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml.XPath/Parser.jay(56,28): warning CS0649: Field `Mono.Xml.XPath.XPathParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' System.Xml.XPath/Parser.cs(101,14): warning CS0649: Field `Mono.Xml.XPath.XPathParser.eof_token' is never assigned to, and will always have its default value `0' System.Xml.XPath/Parser.cs(285,7): warning CS0414: The private field `Mono.Xml.XPath.XPathParser.yyExpectingState' is assigned but its value is never used System.Xml.XPath/Parser.cs(351,24): warning CS0649: Field `Mono.Xml.XPath.XPathParser.use_global_stacks' is never assigned to, and will always have its default value `false' Mono.Xml.Xsl/PatternParser.jay(56,28): warning CS0649: Field `Mono.Xml.Xsl.XsltPatternParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' Mono.Xml.Xsl/PatternParser.cs(102,14): warning CS0649: Field `Mono.Xml.Xsl.XsltPatternParser.eof_token' is never assigned to, and will always have its default value `0' Mono.Xml.Xsl/PatternParser.cs(286,7): warning CS0414: The private field `Mono.Xml.Xsl.XsltPatternParser.yyExpectingState' is assigned but its value is never used Mono.Xml.Xsl/PatternParser.cs(352,24): warning CS0649: Field `Mono.Xml.Xsl.XsltPatternParser.use_global_stacks' is never assigned to, and will always have its default value `false' Mono.Xml.Schema/XmlSchemaValidatingReader.cs(105,27): warning CS0649: Field `Mono.Xml.Schema.XmlSchemaValidatingReader.element' is never assigned to, and will always have its default value `null' Mono.Xml.XPath/XPathNavigatorReader.cs(56,31): warning CS0414: The private field `Mono.Xml.XPath.XPathNavigatorReader.innerXmlBuilder' is assigned but its value is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0414: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used System.Xml/XmlInputStream.cs(54,37): warning CS0414: The private field `System.Xml.XmlStreamReader.invalidDataException' is assigned but its value is never used System.Xml.Xsl/XsltArgumentList.cs(58,65): warning CS0067: The event `System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered' is never used System.Xml.Schema/XmlSchemaInference.cs(172,39): warning CS0414: The private field `System.Xml.Schema.XsdInference.QNameUDecimal' is assigned but its value is never used System.Xml.Schema/XmlSchemaValidator.cs(124,27): warning CS0414: The private field `System.Xml.Schema.XmlSchemaValidator.startType' is assigned but its value is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0414: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(152,22): warning CS0414: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlSchemaImporter.cs(66,39): warning CS0414: The private field `System.Xml.Serialization.XmlSchemaImporter.options' is assigned but its value is never used Compilation succeeded - 19 warning(s) Assembly ../../class/lib/net_2_0/tmp/System.Xml.dll signed. Assembly ../../class/lib/net_2_0/System.Xml.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' Creating ../../build/deps/net_2_0_Mono.CompilerServices.SymbolWriter.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' MCS [net_2_0] Mono.CompilerServices.SymbolWriter.dll Assembly ../../class/lib/net_2_0/tmp/Mono.CompilerServices.SymbolWriter.dll signed. Assembly ../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CompilerServices.SymbolWriter' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Posix' Creating ../../build/deps/net_2_0_Mono.Posix.dll.makefrag ... Creating ../../build/deps/Mono.Posix_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Posix_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Posix' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Posix' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Posix' MCS [net_2_0] Mono.Posix.dll ./Mono.Unix/UnixSymbolicLinkInfo.cs(71,32): warning CS0219: The variable `path' is assigned but its value is never used ./Mono.Unix.Native/Syscall.cs(1146,21): warning CS3009: `Mono.Unix.Native.EpollEvents': base type `uint' is not CLS-compliant ./Mono.Unix.Native/Syscall.cs(1177,29): warning CS3003: Type of `Mono.Unix.Native.EpollEvent.u32' is not CLS-compliant ./Mono.Unix.Native/Syscall.cs(1179,30): warning CS3003: Type of `Mono.Unix.Native.EpollEvent.u64' is not CLS-compliant Compilation succeeded - 4 warning(s) Assembly ../../class/lib/net_2_0/Mono.Posix.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Posix' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Posix' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' Creating ../../build/deps/net_2_0_System.Core.dll.makefrag ... Creating ../../build/deps/System.Core_test_net_2_0.dll.response ... Creating ../../build/deps/System.Core_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' MCS [net_2_0] System.Core.dll System.Linq.Expressions/ConstantExpression.cs(66,37): warning CS0168: The variable `ig' is declared but never used System.Collections.Generic/HashSet.cs(360,29): warning CS0219: The variable `counter' is assigned but its value is never used System.IO.Pipes/PipeStream.cs(134,50): warning CS0618: `System.IO.FileStream.FileStream(System.IntPtr, System.IO.FileAccess, bool, int, bool)' is obsolete: `Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) instead' System.IO.Pipes/PipeUnix.cs(165,32): warning CS0219: The variable `access' is assigned but its value is never used System.IO.Pipes/PipeUnix.cs(209,65): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead' System.IO.Pipes/PipeUnix.cs(200,32): warning CS0219: The variable `access' is assigned but its value is never used System.IO.Pipes/PipeUnix.cs(276,57): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead' System.IO.Pipes/PipeUnix.cs(269,32): warning CS0219: The variable `access' is assigned but its value is never used System.IO.Pipes/PipeUnix.cs(214,22): warning CS0649: Field `System.IO.Pipes.UnixNamedPipeClient.is_async' is never assigned to, and will always have its default value `false' Compilation succeeded - 9 warning(s) Assembly ../../class/lib/net_2_0/System.Core.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Core' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' Creating ../../build/deps/net_2_0_Mono.Security.dll.makefrag ... Creating ../../build/deps/Mono.Security_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Security_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' MCS [net_2_0] Mono.Security.dll ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,34): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,53): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,42): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,61): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' Compilation succeeded - 6 warning(s) Assembly ../../class/lib/net_2_0/tmp/Mono.Security.dll signed. Assembly ../../class/lib/net_2_0/Mono.Security.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Configuration.dll MCS [net_2_0] System.dll System.Diagnostics/XmlWriterTraceListener.cs(182,74): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Net/HttpConnection.cs(371,46): warning CS0219: The variable `conn_close' is assigned but its value is never used System.Text.RegularExpressions/parser.cs(863,37): warning CS0219: The variable `oldptr' is assigned but its value is never used System/UriBuilder.cs(224,39): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete System.Diagnostics/TraceImpl.cs(44,28): warning CS0649: Field `System.Diagnostics.TraceImplSettings.IndentLevel' is never assigned to, and will always have its default value `0' System.Net/HttpListenerRequest.cs(53,22): warning CS0649: Field `System.Net.HttpListenerRequest.identifier' is never assigned to, and will always have its default value `null' System.Net/WebClient.cs(89,36): warning CS0414: The private field `System.Net.WebClient.cache_policy' is assigned but its value is never used Compilation succeeded - 7 warning(s) : -R ../../class/lib/net_2_0/tmp/System.dll ./../../class/mono.snk : -v ../../class/lib/net_2_0/System.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Security' Creating ../../build/deps/net_2_0_System.Security.dll.makefrag ... Creating ../../build/deps/System.Security_test_net_2_0.dll.response ... Creating ../../build/deps/System.Security_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Security' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Security' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Security' MCS [net_2_0] System.Security.dll System.Security.Cryptography.Xml/EncryptedReference.cs(40,22): warning CS0649: Field `System.Security.Cryptography.Xml.EncryptedReference.cacheValid' is never assigned to, and will always have its default value `false' System.Security.Cryptography.Xml/EncryptionProperty.cs(40,28): warning CS0649: Field `System.Security.Cryptography.Xml.EncryptionProperty.elemProp' is never assigned to, and will always have its default value `null' Compilation succeeded - 2 warning(s) Assembly ../../class/lib/net_2_0/System.Security.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Security' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Security' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration' Creating ../../build/deps/net_2_0_System.Configuration.dll.makefrag ... Creating ../../build/deps/System.Configuration_test_net_2_0.dll.response ... Creating ../../build/deps/System.Configuration_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration' MCS [net_2_0] System.Configuration.dll System.Configuration/Configuration.cs(291,48): warning CS0253: Possible unintended reference comparison. Consider casting the right side expression to type `string' to get value comparison System.Configuration/Configuration.cs(329,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/Configuration.cs(351,64): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/Configuration.cs(532,31): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, string, int)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationElement.cs(378,55): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationElement.cs(522,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationElement.cs(575,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationElementCollection.cs(173,55): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationElementCollection.cs(185,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationSection.cs(200,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationSection.cs(203,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConnectionStringSettingsCollection.cs(122,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Configuration/ConfigurationManager.cs(46,29): warning CS0414: The private field `System.Configuration.ConfigurationManager.systemWebInUse' is assigned but its value is never used System.Configuration/ConfigurationSectionGroup.cs(37,43): warning CS0649: Field `System.Configuration.ConfigurationSectionGroup.declared' is never assigned to, and will always have its default value `false' System.Configuration/SectionInformation.cs(48,36): warning CS0649: Field `System.Configuration.SectionInformation.is_declared' is never assigned to, and will always have its default value `false' System.Configuration/SectionInformation.cs(48,49): warning CS0649: Field `System.Configuration.SectionInformation.is_locked' is never assigned to, and will always have its default value `false' Compilation succeeded - 16 warning(s) Assembly ../../class/lib/net_2_0/tmp/System.Configuration.dll signed. Assembly ../../class/lib/net_2_0/System.Configuration.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' MCS [net_2_0] System.dll System.Diagnostics/XmlWriterTraceListener.cs(182,74): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Net/HttpConnection.cs(371,46): warning CS0219: The variable `conn_close' is assigned but its value is never used System.Text.RegularExpressions/parser.cs(863,37): warning CS0219: The variable `oldptr' is assigned but its value is never used System/UriBuilder.cs(224,39): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete System.Configuration/CustomizableFileSettingsProvider.cs(83,37): warning CS0649: Field `System.Configuration.CustomizableFileSettingsProvider.webConfigurationFileMapType' is never assigned to, and will always have its default value `null' System.Diagnostics/TraceImpl.cs(44,28): warning CS0649: Field `System.Diagnostics.TraceImplSettings.IndentLevel' is never assigned to, and will always have its default value `0' System.Net/HttpListenerRequest.cs(53,22): warning CS0649: Field `System.Net.HttpListenerRequest.identifier' is never assigned to, and will always have its default value `null' System.Net/WebClient.cs(89,36): warning CS0414: The private field `System.Net.WebClient.cache_policy' is assigned but its value is never used Compilation succeeded - 8 warning(s) Assembly ../../class/lib/net_2_0/tmp/System.dll signed. Assembly ../../class/lib/net_2_0/System.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[8]: Nothing to be done for `all-local'. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.XML' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/aot-compiler' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/aot-compiler' AOT [net_2_0] mscorlib.dll.so AOT [net_2_0] gmcs.exe.so make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/aot-compiler' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/aot-compiler' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Common' Creating ../../../build/deps/net_2_0_I18N.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Common' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Common' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Common' MCS [net_2_0] I18N.dll Handlers.cs(224,46): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' Handlers.cs(224,27): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' Manager.cs(55,91): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' Manager.cs(55,44): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' Compilation succeeded - 4 warning(s) Assembly ../../../class/lib/net_2_0/tmp/I18N.dll signed. Assembly ../../../class/lib/net_2_0/I18N.dll is strongnamed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Common' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Common' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/West' Creating ../../../build/deps/net_2_0_I18N.West.dll.makefrag ... Creating ../../../build/deps/I18N.West_test_net_2_0.dll.response ... Creating ../../../build/deps/I18N.West_test_net_2_0.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/West' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/West' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/West' MCS [net_2_0] I18N.West.dll Assembly ../../../class/lib/net_2_0/tmp/I18N.West.dll signed. Assembly ../../../class/lib/net_2_0/I18N.West.dll is strongnamed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/West' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/West' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/MidEast' Creating ../../../build/deps/net_2_0_I18N.MidEast.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/MidEast' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/MidEast' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/MidEast' MCS [net_2_0] I18N.MidEast.dll Assembly ../../../class/lib/net_2_0/tmp/I18N.MidEast.dll signed. Assembly ../../../class/lib/net_2_0/I18N.MidEast.dll is strongnamed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/MidEast' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/MidEast' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Other' Creating ../../../build/deps/net_2_0_I18N.Other.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Other' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Other' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Other' MCS [net_2_0] I18N.Other.dll Assembly ../../../class/lib/net_2_0/tmp/I18N.Other.dll signed. Assembly ../../../class/lib/net_2_0/I18N.Other.dll is strongnamed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Other' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Other' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Rare' Creating ../../../build/deps/net_2_0_I18N.Rare.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Rare' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Rare' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Rare' MCS [net_2_0] I18N.Rare.dll Assembly ../../../class/lib/net_2_0/tmp/I18N.Rare.dll signed. Assembly ../../../class/lib/net_2_0/I18N.Rare.dll is strongnamed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Rare' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/Rare' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/CJK' Creating ../../../build/deps/net_2_0_I18N.CJK.dll.makefrag ... Creating ../../../build/deps/I18N.CJK_test_net_2_0.dll.response ... Creating ../../../build/deps/I18N.CJK_test_net_2_0.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/CJK' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/CJK' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/CJK' MCS [net_2_0] I18N.CJK.dll CP932.cs(450,36): warning CS0108: `I18N.CJK.CP932Decoder.convert' hides inherited member `I18N.CJK.DbcsEncoding.DbcsDecoder.convert'. Use the new keyword if hiding was intended DbcsEncoding.cs(136,47): (Location of the symbol related to previous warning) Compilation succeeded - 1 warning(s) Assembly ../../../class/lib/net_2_0/tmp/I18N.CJK.dll signed. Assembly ../../../class/lib/net_2_0/I18N.CJK.dll is strongnamed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/CJK' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N/CJK' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N' make[8]: Nothing to be done for `all-local'. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/I18N' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing' Creating ../../build/deps/net_2_0_System.Drawing.dll.makefrag ... Creating ../../build/deps/System.Drawing_test_net_2_0.dll.response ... Creating ../../build/deps/System.Drawing_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing' MCS [net_2_0] System.Drawing.dll System.Drawing.Printing/PageSettings.cs(57,23): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginX' is never assigned to, and will always have its default value `0' System.Drawing.Printing/PageSettings.cs(58,23): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginY' is never assigned to, and will always have its default value `0' System.Drawing.Printing/PageSettings.cs(59,28): warning CS0649: Field `System.Drawing.Printing.PageSettings.printableArea' is never assigned to, and will always have its default value `null' Compilation succeeded - 3 warning(s) Assembly ../../class/lib/net_2_0/System.Drawing.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Transactions' Creating ../../build/deps/net_2_0_System.Transactions.dll.makefrag ... Creating ../../build/deps/System.Transactions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Transactions_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Transactions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Transactions' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Transactions' MCS [net_2_0] System.Transactions.dll System.Transactions/CommittableTransaction.cs(61,32): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `System.Transactions.CommittableTransaction' to get value comparison System.Transactions/Transaction.cs(72,63): warning CS0067: The event `System.Transactions.Transaction.TransactionCompleted' is never used System.Transactions/TransactionManager.cs(51,25): warning CS0067: The event `System.Transactions.TransactionManager.DistributedTransactionStarted' is never used Compilation succeeded - 3 warning(s) Assembly ../../class/lib/net_2_0/System.Transactions.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Transactions' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Transactions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.EnterpriseServices' Creating ../../build/deps/net_2_0_System.EnterpriseServices.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.EnterpriseServices' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.EnterpriseServices' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.EnterpriseServices' MCS [net_2_0] System.EnterpriseServices.dll System.EnterpriseServices/RegistrationErrorInfo.cs(40,24): warning CS0649: Field `System.EnterpriseServices.RegistrationErrorInfo.errorString' is never assigned to, and will always have its default value `null' System.EnterpriseServices/RegistrationException.cs(40,41): warning CS0649: Field `System.EnterpriseServices.RegistrationException.errorInfo' is never assigned to, and will always have its default value `null' Compilation succeeded - 2 warning(s) Assembly ../../class/lib/net_2_0/System.EnterpriseServices.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.EnterpriseServices' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.EnterpriseServices' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Tds' Creating ../../build/deps/net_2_0_Mono.Data.Tds.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Tds' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Tds' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Tds' MCS [net_2_0] Mono.Data.Tds.dll Assembly ../../class/lib/net_2_0/Mono.Data.Tds.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Tds' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Tds' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data' Creating ../../build/deps/net_2_0_System.Data.dll.makefrag ... Creating ../../build/deps/System.Data_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data' ./../../jay/jay -ct < ./../../jay/skeleton.cs Mono.Data.SqlExpressions/Parser.jay >Mono.Data.SqlExpressions/Parser.cs ./../../jay/jay: 6 reduce/reduce conflicts. MCS [net_2_0] System.Data.dll System.Data/CustomDataClassGenerator.cs(1823,29): warning CS0219: The variable `fIndex' is assigned but its value is never used System.Data/CustomDataClassGenerator.cs(1821,32): warning CS0168: The variable `qualifiedBaseClassName' is declared but never used System.Data/CustomDataClassGenerator.cs(1822,30): warning CS0219: The variable `type' is assigned but its value is never used System.Data/CustomDataClassGenerator.cs(2329,32): warning CS0219: The variable `dbType' is assigned but its value is never used System.Data/DataRow.cs(1256,32): warning CS0219: The variable `o' is assigned but its value is never used System.Data/DataSet.cs(1331,29): warning CS0219: The variable `relationCount' is assigned but its value is never used System.Data/DataTable.cs(2609,43): warning CS0219: The variable `htRowErrors' is assigned but its value is never used System.Data/UniqueConstraint.cs(413,31): warning CS0219: The variable `index' is assigned but its value is never used System.Data/XmlDataInferenceLoader.cs(395,44): warning CS0219: The variable `col' is assigned but its value is never used System.Data/XmlDataReader.cs(317,63): warning CS0168: The variable `e' is declared but never used System.Data/XmlDataReader.cs(322,76): warning CS0168: The variable `e' is declared but never used System.Data.Common/DbProviderFactoriesConfigurationHandler.cs(118,39): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Data.OleDb/OleDbConnection.cs(83,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data.Odbc/OdbcCommand.cs(452,44): warning CS0219: The variable `ret' is assigned but its value is never used System.Data.Odbc/OdbcConnection.cs(90,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data.Odbc/OdbcDataReader.cs(835,46): warning CS0219: The variable `read' is assigned but its value is never used System.Data.SqlClient/SqlConnection.cs(143,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data.SqlClient/SqlConnection.cs(1121,30): warning CS0108: `System.Data.SqlClient.SqlConnection.MetaDataCollections' hides inherited member `System.Data.Common.DbConnection.MetaDataCollections'. Use the new keyword if hiding was intended System.Data.Common/DbConnection.cs(246,39): (Location of the symbol related to previous warning) System.Data.SqlClient/SqlDataReader.cs(753,32): warning CS0168: The variable `datatypeName' is declared but never used System.Data.SqlClient/SqlDataReader.cs(1280,29): warning CS0168: The variable `csize' is declared but never used System.Data.SqlClient/SqlDataReader.cs(1281,31): warning CS0168: The variable `precision' is declared but never used System.Data.SqlClient/SqlDataReader.cs(1281,42): warning CS0168: The variable `scale' is declared but never used System.Data.SqlClient/SqlDataReader.cs(1282,39): warning CS0168: The variable `ctype' is declared but never used System.Data.SqlClient/SqlDataReader.cs(1283,39): warning CS0168: The variable `column' is declared but never used System.Data.SqlClient/SqlBulkCopy.cs(167,53): warning CS0219: The variable `col' is assigned but its value is never used System.Data/XmlSchemaDataImporter.cs(341,32): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' System.Data/XmlSchemaDataImporter.cs(293,27): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' System.Data/XmlSchemaDataImporter.cs(808,53): warning CS0219: The variable `ordinal' is assigned but its value is never used System.Data/XmlSchemaDataImporter.cs(1344,32): warning CS0168: The variable `cmdType' is declared but never used Mono.Data.SqlExpressions/StringFunctions.cs(132,32): warning CS0219: The variable `x' is assigned but its value is never used Mono.Data.SqlExpressions/Parser.cs(226,7): warning CS0414: The private field `Mono.Data.SqlExpressions.Parser.yyExpectingState' is assigned but its value is never used System.Data/DataRelation.cs(55,33): warning CS0414: The private field `System.Data.DataRelation.dataSet' is assigned but its value is never used System.Data/DataTable.cs(80,30): warning CS0169: The private field `System.Data.DataTable._hasErrors' is never used System.Data/DataTable.cs(91,30): warning CS0169: The private field `System.Data.DataTable._containsListCollection' is never used System.Data/DataTable.cs(92,32): warning CS0169: The private field `System.Data.DataTable._encodedTableName' is never used System.Data/DataTable.cs(96,30): warning CS0169: The private field `System.Data.DataTable.dataTablePrevEnforceConstraints' is never used System.Data/XmlDataInferenceLoader.cs(173,29): warning CS0414: The private field `System.Data.XmlDataInferenceLoader.mode' is assigned but its value is never used System.Data.OleDb/OleDbConnection.cs(426,59): warning CS0067: The event `System.Data.OleDb.OleDbConnection.InfoMessage' is never used System.Data.OleDb/OleDbDataReader.cs(47,38): warning CS0414: The private field `System.Data.OleDb.OleDbDataReader.command' is assigned but its value is never used System.Data.SqlClient/SqlCommand.cs(1020,61): warning CS0067: The event `System.Data.SqlClient.SqlCommand.StatementCompleted' is never used System.Data.SqlClient/SqlConnection.cs(101,22): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.connectionReset' is assigned but its value is never used System.Data.SqlClient/SqlConnection.cs(1732,22): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.userInstance' is assigned but its value is never used System.Data.SqlClient/SqlDependency.cs(66,51): warning CS0067: The event `System.Data.SqlClient.SqlDependency.OnChange' is never used System.Data.SqlClient/SqlParameterCollection.cs(60,28): warning CS0414: The private field `System.Data.SqlClient.SqlParameterCollection.command' is assigned but its value is never used System.Data.SqlClient/SqlBulkCopy.cs(54,36): warning CS0414: The private field `System.Data.SqlClient.SqlBulkCopy.copyOptions' is assigned but its value is never used Compilation succeeded - 45 warning(s) Assembly ../../class/lib/net_2_0/System.Data.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Accessibility' Creating ../../build/deps/net_2_0_Accessibility.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Accessibility' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Accessibility' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Accessibility' MCS [net_2_0] Accessibility.dll Assembly ../../class/lib/net_2_0/Accessibility.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Accessibility' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Accessibility' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.WebBrowser' Creating ../../build/deps/net_2_0_Mono.WebBrowser.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.WebBrowser' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.WebBrowser' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.WebBrowser' ./build-csproj2k5 MCS [net_2_0] Mono.WebBrowser.dll Mono.Mozilla/AsciiString.cs(55,30): warning CS0219: The variable `result' is assigned but its value is never used Mono.Mozilla/Callback.cs(100,30): warning CS0219: The variable `_negotiating' is assigned but its value is never used Mono.Mozilla/DOM/DocumentEncoder.cs(51,51): warning CS0168: The variable `ex' is declared but never used Mono.Mozilla/UniString.cs(52,30): warning CS0219: The variable `result' is assigned but its value is never used Mono.Mozilla/WebBrowser.cs(255,67): warning CS0168: The variable `ex' is declared but never used Mono.Mozilla/DOM/DOMObject.cs(127,41): warning CS0162: Unreachable code detected Mono.Mozilla/DOM/DOMObject.cs(130,41): warning CS0162: Unreachable code detected Mono.Mozilla/DOM/DOMObject.cs(135,41): warning CS0162: Unreachable code detected Mono.Mozilla/DOM/DOMObject.cs(147,41): warning CS0162: Unreachable code detected Mono.Mozilla/WebBrowser.cs(54,24): warning CS0649: Field `Mono.Mozilla.WebBrowser.statusText' is never assigned to, and will always have its default value `null' Mono.Mozilla/WebBrowser.cs(56,22): warning CS0169: The private field `Mono.Mozilla.WebBrowser.streamingMode' is never used Compilation succeeded - 11 warning(s) Assembly ../../class/lib/net_2_0/Mono.WebBrowser.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.WebBrowser' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.WebBrowser' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Managed.Windows.Forms' Creating ../../build/deps/net_2_0_System.Windows.Forms.dll.makefrag ... Creating ../../build/deps/System.Windows.Forms_test_net_2_0.dll.response ... Creating ../../build/deps/System.Windows.Forms_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Managed.Windows.Forms' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Managed.Windows.Forms' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Managed.Windows.Forms' MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe resources/keyboards.resx || cp resources/keyboards.resources.prebuilt resources/keyboards.resources Error: Invalid ResX input. Position: Line 30, Column 111232. Inner exception: Couldn't find assembly 'create-keyboards, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' MCS [net_2_0] System.Windows.Forms.dll System.Windows.Forms/DataGridView.cs(5256,29): warning CS0219: The variable `index' is assigned but its value is never used System.Windows.Forms/DataGridViewCell.cs(808,55): warning CS0219: The variable `style' is assigned but its value is never used System.Windows.Forms/DataGridViewRow.cs(580,40): warning CS0219: The variable `formattedValue' is assigned but its value is never used System.Windows.Forms/DataGridViewRow.cs(581,40): warning CS0219: The variable `errorText' is assigned but its value is never used System.Windows.Forms/Help.cs(57,32): warning CS0219: The variable `param' is assigned but its value is never used System.Windows.Forms/Application.cs(1064,50): warning CS0067: The event `System.Windows.Forms.Application.EnterThreadModal' is never used System.Windows.Forms/Application.cs(1067,50): warning CS0067: The event `System.Windows.Forms.Application.LeaveThreadModal' is never used System.Windows.Forms/DataGridView.cs(79,41): warning CS0169: The private field `System.Windows.Forms.DataGridView.currentRow' is never used System.Windows.Forms/TextBoxBase.cs(1745,52): warning CS0067: The event `System.Windows.Forms.TextBoxBase.Paint' is never used System.Windows.Forms/WebBrowser.cs(572,47): warning CS0067: The event `System.Windows.Forms.WebBrowser.PaddingChanged' is never used Compilation succeeded - 10 warning(s) Assembly ../../class/lib/net_2_0/System.Windows.Forms.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Managed.Windows.Forms' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Managed.Windows.Forms' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite' Creating ../../build/deps/net_2_0_Mono.Data.Sqlite.dll.makefrag ... Creating ../../build/deps/Mono.Data.Sqlite_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Data.Sqlite_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite' MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe resources/SR.resx Read in 3 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite/resources/SR.resx' Writing resource file... Done. MCS [net_2_0] Mono.Data.Sqlite.dll Mono.Data.Sqlite_2.0/SQLite3.cs(120,46): warning CS0168: The variable `ex' is declared but never used Compilation succeeded - 1 warning(s) Assembly ../../class/lib/net_2_0/Mono.Data.Sqlite.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Data.Sqlite' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.ApplicationServices' Creating ../../build/deps/net_2_0_System.Web.ApplicationServices.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.ApplicationServices' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.ApplicationServices' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.ApplicationServices' MCS [net_2_0] dummy-System.Web.ApplicationServices.dll : -R ../../class/lib/net_2_0/dummy-System.Web.ApplicationServices.dll ./../../class/mono.snk make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.ApplicationServices' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.ApplicationServices' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' Makefile:419: ../../build/deps/System.Web_standalone_test_net_2_0.dll.makefrag: No such file or directory Makefile:420: ../../build/deps/net_2_0_standalone-runner-support.dll.makefrag: No such file or directory Creating ../../build/deps/net_2_0_standalone-runner-support.dll.makefrag ... Creating ../../build/deps/System.Web_standalone_test_net_2_0.dll.makefrag ... Creating the per profile list ../../build/deps/net_2_0_System.Web.dll.sources ... /bin/sh ./../../build/gensources.sh ../../build/deps/net_2_0_System.Web.dll.sources net_2_0_System.Web.dll.sources Creating ../../build/deps/net_2_0_System.Web.dll.makefrag ... Creating ../../build/deps/System.Web_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make all-local make[10]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make[10]: Nothing to be done for `all-local'. make[10]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[9]: Nothing to be done for `all-local'. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' MONO_PATH="./../../class/lib/net_2_0::$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper --debug ./../../class/lib/net_2_0_bootstrap/culevel.exe -o System.Web/UplevelHelper.cs UplevelHelperDefinitions.xml MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo resources/TranslationResources.resx | cat` Read in 36 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/resources/TranslationResources.resx' Writing resource file... Done. ** Warning: System.Web.dll built without parts that depend on: System.Web.Services.dll Mono.Web.dll MCS [net_2_0] System.Web.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Configuration.dll (Location of the symbol related to previous warning) System.Web.Compilation/AppSettingsExpressionBuilder.cs(42,82): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Web.Compilation/AppSettingsExpressionBuilder.cs(42,82): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Configuration.dll (Location of the symbol related to previous warning) System.Web.Compilation/TemplateControlCompiler.cs(192,30): warning CS0219: The variable `isProperty' is assigned but its value is never used System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Configuration.dll (Location of the symbol related to previous warning) System.Web.UI.WebControls/ImageMap.cs(157,38): warning CS0219: The variable `enabled' is assigned but its value is never used System.Web.Util/MachineKeySectionUtils.cs(110,33): warning CS0162: Unreachable code detected System.Web.UI/Page.cs(71,23): warning CS0414: The private field `System.Web.UI.Page.machineKeyConfigPath' is assigned but its value is never used System.Web.UI/StaticPartialCachingControl.cs(41,24): warning CS0414: The private field `System.Web.UI.StaticPartialCachingControl.sqlDependency' is assigned but its value is never used System.Web/HttpResponseHeader.cs(55,29): warning CS0414: The private field `System.Web.BaseResponseHeader.headerCheckingEnabled' is assigned but its value is never used Compilation succeeded - 12 warning(s) : -R ../../class/lib/net_2_0/tmp/System.Web.dll ./../../class/mono.snk : -v ../../class/lib/net_2_0/System.Web.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Web' Creating ../../build/deps/net_2_0_Mono.Web.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Web' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Web' MCS [net_2_0] Mono.Web.dll Assembly ../../class/lib/net_2_0/Mono.Web.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Web' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Services' Creating ../../build/deps/net_2_0_System.Web.Services.dll.makefrag ... Creating ../../build/deps/System.Web.Services_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.Services_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Services' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Services' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Services' MCS [net_2_0] System.Web.Services.dll System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(178,85): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(517,31): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' System.Web.Services.Protocols/Methods.cs(479,65): warning CS0219: The variable `srs' is assigned but its value is never used System.Web.Services.Protocols/Fault12Serializer.cs(143,30): warning CS0219: The variable `b5' is assigned but its value is never used System.Web.Services.Protocols/Fault12Serializer.cs(143,40): warning CS0219: The variable `b6' is assigned but its value is never used System.Web.Services.Protocols/Fault12Serializer.cs(348,30): warning CS0219: The variable `b14' is assigned but its value is never used System.Web.Services.Protocols/HttpSimpleClientProtocol.cs(169,61): warning CS0612: `System.Uri.Uri(string, bool)' is obsolete System.Web.Services.Protocols/LogicalMethodInfo.cs(356,70): warning CS0162: Unreachable code detected System.Web.Services.Protocols/MimeFormatter.cs(89,75): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete System.Web.Services.Protocols/MimeFormatter.cs(116,75): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Web.Services.Protocols/SoapDocumentationHandler.cs(236,61): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' System.Web.Services.Protocols/WebClientProtocol.cs(115,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Web.Services.Protocols/WebClientProtocol.cs(123,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Web.Services.Protocols/WebClientProtocol.cs(131,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Web.Services.Protocols/WebServiceHandlerFactory.cs(105,32): warning CS0219: The variable `fp' is assigned but its value is never used System.Web.Services.Description/HttpSimpleProtocolImporter.cs(47,29): warning CS0414: The private field `System.Web.Services.Description.HttpSimpleProtocolImporter.httpBinding' is assigned but its value is never used System.Web.Services.Description/ServiceDescriptionCollection.cs(39,44): warning CS0414: The private field `System.Web.Services.Description.ServiceDescriptionCollection.importer' is assigned but its value is never used System.Web.Services.Protocols/Methods.cs(445,29): warning CS0414: The private field `System.Web.Services.Protocols.SoapTypeStubInfo.header_serializers' is assigned but its value is never used System.Web.Services.Protocols/Methods.cs(446,29): warning CS0414: The private field `System.Web.Services.Protocols.SoapTypeStubInfo.header_serializers_byname' is assigned but its value is never used System.Web.Services.Protocols/SoapDocumentationHandler.cs(53,34): warning CS0414: The private field `System.Web.Services.Protocols.SoapDocumentationHandler._typeStubInfo' is assigned but its value is never used System.Web.Services.Protocols/WebServiceHandler.cs(43,29): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler._context' is assigned but its value is never used System.Web.Services.Protocols/WebServiceHandler.cs(44,34): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler.session' is assigned but its value is never used Compilation succeeded - 22 warning(s) Assembly ../../class/lib/net_2_0/System.Web.Services.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Services' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Services' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make all-local make[10]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make[10]: Nothing to be done for `all-local'. make[10]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[9]: Nothing to be done for `all-local'. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' MCS [net_2_0] System.Web.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Configuration.dll (Location of the symbol related to previous warning) System.Web.Compilation/AppSettingsExpressionBuilder.cs(42,82): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Web.Compilation/AppSettingsExpressionBuilder.cs(42,82): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Configuration.dll (Location of the symbol related to previous warning) System.Web.Compilation/TemplateControlCompiler.cs(192,30): warning CS0219: The variable `isProperty' is assigned but its value is never used System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Configuration.dll (Location of the symbol related to previous warning) System.Web.UI.WebControls/ImageMap.cs(157,38): warning CS0219: The variable `enabled' is assigned but its value is never used System.Web.Util/MachineKeySectionUtils.cs(110,33): warning CS0162: Unreachable code detected System.Web.UI/Page.cs(71,23): warning CS0414: The private field `System.Web.UI.Page.machineKeyConfigPath' is assigned but its value is never used System.Web.UI/StaticPartialCachingControl.cs(41,24): warning CS0414: The private field `System.Web.UI.StaticPartialCachingControl.sqlDependency' is assigned but its value is never used System.Web/HttpResponseHeader.cs(55,29): warning CS0414: The private field `System.Web.BaseResponseHeader.headerCheckingEnabled' is assigned but its value is never used Compilation succeeded - 12 warning(s) Assembly ../../class/lib/net_2_0/tmp/System.Web.dll signed. Assembly ../../class/lib/net_2_0/System.Web.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' Creating ../../build/deps/net_2_0_System.Runtime.Serialization.Formatters.Soap.dll.makefrag ... Creating ../../build/deps/System.Runtime.Serialization.Formatters.Soap_test_net_2_0.dll.response ... Creating ../../build/deps/System.Runtime.Serialization.Formatters.Soap_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' MCS [net_2_0] System.Runtime.Serialization.Formatters.Soap.dll Assembly ../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Remoting' Creating ../../build/deps/net_2_0_System.Runtime.Remoting.dll.makefrag ... Creating ../../build/deps/System.Runtime.Remoting_test_net_2_0.dll.response ... Creating ../../build/deps/System.Runtime.Remoting_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Remoting' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Remoting' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Remoting' MCS [net_2_0] System.Runtime.Remoting.dll System.Runtime.Remoting.Channels/RemotingThreadPool.cs(172,50): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs(65,42): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' System.Runtime.Remoting.Channels.Ipc.Win32/IpcServerChannel.cs(378,30): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(75,70): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(81,52): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(221,60): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(229,42): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(334,42): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(67,63): warning CS0618: `System.Runtime.Remoting.RemotingConfiguration.Configure(string)' is obsolete: `Use Configure(String,Boolean)' System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(92,57): warning CS0618: `System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(System.Runtime.Remoting.Channels.IChannel)' is obsolete: `Use RegisterChannel(IChannel,Boolean)' System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(137,77): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(145,69): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Http/RemotingHttpListener.cs(75,52): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.MetadataServices/MetaData.cs(67,51): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete: `ICodeCompiler is obsolete' System.Runtime.Remoting.MetadataServices/MetaData.cs(81,51): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete: `ICodeCompiler is obsolete' System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs(53,26): warning CS0414: The private field `System.Runtime.Remoting.Channels.BinaryServerFormatterSink.protocol' is assigned but its value is never used System.Runtime.Remoting.Channels.Ipc.Unix/IpcServerChannel.cs(43,24): warning CS0414: The private field `System.Runtime.Remoting.Channels.Ipc.Unix.IpcServerChannel._path' is assigned but its value is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(555,24): warning CS0169: The private field `System.Runtime.Remoting.MetadataServices.CodeFile.currentNamespace' is never used Compilation succeeded - 18 warning(s) Assembly ../../class/lib/net_2_0/System.Runtime.Remoting.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Remoting' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Remoting' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration.Install' Creating ../../build/deps/net_2_0_System.Configuration.Install.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration.Install' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration.Install' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration.Install' MCS [net_2_0] System.Configuration.Install.dll System.Configuration.Install/Installer.cs(40,32): warning CS0649: Field `System.Configuration.Install.Installer.helptext' is never assigned to, and will always have its default value `null' System.Configuration.Install/InstallException.cs(39,35): warning CS0414: The private field `System.Configuration.Install.InstallException.innerException' is assigned but its value is never used System.Configuration.Install/InstallContext.cs(37,24): warning CS0414: The private field `System.Configuration.Install.InstallContext.log_file' is assigned but its value is never used Compilation succeeded - 3 warning(s) Assembly ../../class/lib/net_2_0/System.Configuration.Install.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration.Install' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Configuration.Install' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Management' Creating ../../build/deps/net_2_0_System.Management.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Management' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Management' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Management' MCS [net_2_0] System.Management.dll System.Management/ManagementBaseObject.cs(175,29): warning CS0108: `System.Management.ManagementBaseObject.Dispose()' hides inherited member `System.ComponentModel.Component.Dispose()'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.dll (Location of the symbol related to previous warning) System.Management/ManagementObject.cs(390,29): warning CS0108: `System.Management.ManagementObject.Dispose()' hides inherited member `System.Management.ManagementBaseObject.Dispose()'. Use the new keyword if hiding was intended System.Management/ManagementBaseObject.cs(175,29): (Location of the symbol related to previous warning) System.Management/ManagementEventWatcher.cs(85,55): warning CS0067: The event `System.Management.ManagementEventWatcher.EventArrived' is never used System.Management/ManagementEventWatcher.cs(86,50): warning CS0067: The event `System.Management.ManagementEventWatcher.Stopped' is never used System.Management/ManagementOperationObserver.cs(45,52): warning CS0067: The event `System.Management.ManagementOperationObserver.Completed' is never used System.Management/ManagementOperationObserver.cs(46,52): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectPut' is never used System.Management/ManagementOperationObserver.cs(47,54): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectReady' is never used System.Management/ManagementOperationObserver.cs(48,51): warning CS0067: The event `System.Management.ManagementOperationObserver.Progress' is never used Compilation succeeded - 8 warning(s) Assembly ../../class/lib/net_2_0/System.Management.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Management' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Management' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.OracleClient' Creating ../../build/deps/net_2_0_System.Data.OracleClient.dll.makefrag ... Creating ../../build/deps/System.Data.OracleClient_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data.OracleClient_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.OracleClient' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.OracleClient' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.OracleClient' MCS [net_2_0] System.Data.OracleClient.dll Assembly ../../class/lib/net_2_0/System.Data.OracleClient.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.OracleClient' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.OracleClient' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.VisualC' Creating ../../build/deps/net_2_0_Microsoft.VisualC.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.VisualC' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.VisualC' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.VisualC' MCS [net_2_0] Microsoft.VisualC.dll Assembly ../../class/lib/net_2_0/Microsoft.VisualC.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.VisualC' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.VisualC' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Cscompmgd' Creating ../../build/deps/net_2_0_Cscompmgd.dll.makefrag ... Creating ../../build/deps/Cscompmgd_test_net_2_0.dll.response ... Creating ../../build/deps/Cscompmgd_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Cscompmgd' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Cscompmgd' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Cscompmgd' MCS [net_2_0] cscompmgd.dll Assembly ../../class/lib/net_2_0/cscompmgd.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Cscompmgd' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Cscompmgd' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' Creating ../../build/deps/net_2_0_System.Design.dll.makefrag ... Creating ../../build/deps/System.Design_test_net_2_0.dll.response ... Creating ../../build/deps/System.Design_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' ** Warning: System.Web.dll built without parts that depend on: System.Drawing.Design.dll MCS [net_2_0] System.Design.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,64): warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) System.Web.UI.Design/ConnectionStringEditor.cs(50,39): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/ConnectionStringEditor.cs(56,54): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/TemplatedControlDesigner.cs(236,25): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is supported in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.' System.Web.UI.Design/TemplatedControlDesigner.cs(224,29): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended System.Web.UI.Design/ControlDesigner.cs(274,29): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/PanelDesigner.cs(33,22): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' System.Web.UI.Design.WebControls/PanelDesigner.cs(45,41): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' System.Web.UI.Design/ReadWriteControlDesigner.cs(37,52): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/TableDesigner.cs(45,40): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' overrides obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' System.Web.UI.Design/ControlDesigner.cs(171,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,39): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword System.Web.UI.Design/ControlDesigner.cs(73,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,31): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides inherited member `System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'. Use the new keyword if hiding was intended System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,31): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,31): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides inherited member `System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. Use the new keyword if hiding was intended System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,31): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,38): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' System.Web.UI.Design/ControlDesigner.cs(230,37): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,45): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' System.Web.UI.Design/TemplatedControlDesigner.cs(107,44): (Location of the symbol related to previous warning) System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(75,35): warning CS0612: `TYPELIBATTR[]' is obsolete System.Windows.Forms.Design/AxImporter.cs(90,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(96,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(106,60): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(168,57): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(170,53): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/ControlDesigner.cs(100,38): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' System.ComponentModel.Design/ComponentDesigner.cs(287,37): (Location of the symbol related to previous warning) System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,67): warning CS0108: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.ComponentModel.Design/ComponentDesigner.cs(182,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.' System.ComponentModel.Design/ComponentDesigner.cs(189,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: `This method has been deprecated. Use InitializeExistingComponent instead.' System.ComponentModel.Design/DesignerActionList.cs(67,25): warning CS0162: Unreachable code detected System.Data.Design/TypedDataSetGeneratorException.cs(50,33): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,60): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use ViewTechnology.Default.' System.Windows.Forms.Design/Native.cs(46,60): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,24): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.name' is never assigned to, and will always have its default value `null' System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,30): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.provider_name' is never assigned to, and will always have its default value `null' System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,45): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.connection_string' is never assigned to, and will always have its default value `null' System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,22): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.is_configured' is never assigned to, and will always have its default value `false' System.ComponentModel.Design.Data/DesignerDataView.cs(40,24): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.name' is never used System.ComponentModel.Design.Data/DesignerDataView.cs(40,30): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.owner' is never used System.ComponentModel.Design/DesignerActionMethodItem.cs(41,36): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action_list' is assigned but its value is never used System.ComponentModel.Design/DesignerActionService.cs(45,69): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged' is never used System.ComponentModel.Design/DesignerActionUIService.cs(43,70): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStateChange' is never used System.Web.UI.Design/TemplatedControlDesigner.cs(236,47): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is never assigned to, and will always have its default value `null' System.Web.UI.Design/TemplatedControlDesigner.cs(238,30): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never assigned to, and will always have its default value `false' System.Web.UI.Design/TemplatedControlDesigner.cs(239,38): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is never assigned to, and will always have its default value `null' System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' is assigned but its value is never used System.Windows.Forms.Design/AxParameterData.cs(131,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(132,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(133,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(134,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(135,32): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is never assigned to, and will always have its default value `null' System.Windows.Forms.Design/AxParameterData.cs(136,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is never assigned to, and will always have its default value `null' System.Windows.Forms.Design/AxParameterData.cs(137,32): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,43): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnumerator.cs(40,28): warning CS0649: Field `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator.state' is never assigned to, and will always have its default value `0' System.Windows.Forms.Design.Behavior/Glyph.cs(41,26): warning CS0649: Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never assigned to, and will always have its default value `null' Compilation succeeded - 57 warning(s) : -R ../../class/lib/net_2_0/tmp/System.Design.dll ./../../class/mono.snk : -v ../../class/lib/net_2_0/System.Design.dll make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/PEAPI' Creating ../../build/deps/net_2_0_PEAPI.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/PEAPI' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/PEAPI' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/PEAPI' MCS [net_2_0] PEAPI.dll Metadata.cs(5820,15): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' Metadata.cs(5363,30): warning CS0219: The variable `tabStart' is assigned but its value is never used Metadata.cs(5344,30): warning CS0219: The variable `startTilde' is assigned but its value is never used Metadata.cs(5556,36): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' Metadata.cs(431,48): warning CS0414: The private field `PEAPI.CustomAttribute.prolog' is assigned but its value is never used Metadata.cs(435,26): warning CS0414: The private field `PEAPI.CustomAttribute.cVal' is assigned but its value is never used Metadata.cs(633,28): warning CS0414: The private field `PEAPI.Permission.type' is assigned but its value is never used Metadata.cs(673,38): warning CS0414: The private field `PEAPI.PermissionSet.sec_action' is assigned but its value is never used Metadata.cs(675,37): warning CS0169: The private field `PEAPI.PermissionSet.ps' is never used Metadata.cs(1503,30): warning CS0414: The private field `PEAPI.ClassRefInst.is_value' is assigned but its value is never used Metadata.cs(1583,46): warning CS0414: The private field `PEAPI.ClassDef.ElementType_Class' is assigned but its value is never used Metadata.cs(1592,24): warning CS0169: The private field `PEAPI.ClassDef.securityActions' is never used Metadata.cs(1595,26): warning CS0414: The private field `PEAPI.ClassDef.parentClass' is assigned but its value is never used Metadata.cs(1962,29): warning CS0169: The private field `PEAPI.ClassRef.externClass' is never used Metadata.cs(3491,27): warning CS0414: The private field `PEAPI.Property.getterMeth' is assigned but its value is never used Metadata.cs(3828,27): warning CS0414: The private field `PEAPI.MethodDef.securityActions' is assigned but its value is never used Metadata.cs(4335,28): warning CS0169: The private field `PEAPI.FixedArray.elemType' is never used Metadata.cs(4365,24): warning CS0414: The private field `PEAPI.CustomMarshaller.typeName' is assigned but its value is never used Metadata.cs(4726,36): warning CS0414: The private field `PEAPI.MSCorLib.specialTypeSpecs' is assigned but its value is never used Metadata.cs(4951,46): warning CS0414: The private field `PEAPI.MetaData.tildeHeaderSize' is assigned but its value is never used Metadata.cs(4969,30): warning CS0414: The private field `PEAPI.MetaData.output' is assigned but its value is never used Metadata.cs(4972,22): warning CS0414: The private field `PEAPI.MetaData.mdStart' is assigned but its value is never used Code.cs(287,46): warning CS0414: The private field `PEAPI.BranchInstr.longInstrOffset' is assigned but its value is never used Code.cs(362,46): warning CS0414: The private field `PEAPI.CILInstructions.FatWords' is assigned but its value is never used Code.cs(1250,24): warning CS0414: The private field `PEAPI.Local.name' is assigned but its value is never used Code.cs(1252,38): warning CS0414: The private field `PEAPI.Local.byref' is assigned but its value is never used PEAPI.cs(75,39): warning CS0414: The private field `PEAPI.FileImage.PEHeader' is assigned but its value is never used PEAPI.cs(84,46): warning CS0414: The private field `PEAPI.FileImage.maxFileAlign' is assigned but its value is never used PEAPI.cs(104,48): warning CS0414: The private field `PEAPI.FileImage.rsrcName' is assigned but its value is never used PEAPI.cs(109,46): warning CS0649: Field `PEAPI.FileImage.rsrc' is never assigned to, and will always have its default value `null' PEAPI.cs(593,35): warning CS0414: The private field `PEAPI.PEFile.classRefList' is assigned but its value is never used PEAPI.cs(594,35): warning CS0414: The private field `PEAPI.PEFile.classDefList' is assigned but its value is never used PEAPI.cs(598,29): warning CS0414: The private field `PEAPI.PEFile.corFlags' is assigned but its value is never used Compilation succeeded - 33 warning(s) Assembly ../../class/lib/net_2_0/PEAPI.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/PEAPI' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/PEAPI' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql' Creating ../../build/deps/net_2_0_Npgsql.dll.makefrag ... Creating ../../build/deps/Npgsql_test_net_2_0.dll.response ... Creating ../../build/deps/Npgsql_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql' MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlState.resx | cat` Read in 14 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlState.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlClosedState.resx | cat` Read in 1 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlClosedState.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlParameterCollection.resx | cat` Read in 2 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlParameterCollection.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlCommand.resx | cat` Read in 11 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlCommand.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlCommandBuilder.resx | cat` Read in 1 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlCommandBuilder.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlConnectedState.resx | cat` Read in 9 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlConnectedState.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlParameter.resx | cat` Read in 1 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlParameter.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlConnection.resx | cat` Read in 14 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlConnection.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlReadyState.resx | cat` Read in 10 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlReadyState.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlTransaction.resx | cat` Read in 1 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlTransaction.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlEventLog.resx | cat` Read in 12 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlEventLog.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlException.resx | cat` Read in 2 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlException.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/PGUtil.resx | cat` Read in 2 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/PGUtil.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo Npgsql/NpgsqlConnectionString.resx | cat` Read in 6 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/Npgsql/NpgsqlConnectionString.resx' Writing resource file... Done. MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo NpgsqlTypes/NpgsqlTypesHelper.resx | cat` Read in 1 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql/NpgsqlTypes/NpgsqlTypesHelper.resx' Writing resource file... Done. MCS [net_2_0] Npgsql.dll Npgsql/NpgsqlDataAdapter.cs(151,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataAdapter.cs(178,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataAdapter.cs(206,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataAdapter.cs(233,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataReader.cs(118,24): warning CS0628: `Npgsql.NpgsqlDataReader.Dispose(bool)': new protected member declared in sealed class Npgsql/MD5CryptoServiceProvider.cs(33,10): warning CS3021: `Npgsql.MD5CryptoServiceProvider._H' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/MD5CryptoServiceProvider.cs(34,10): warning CS3021: `Npgsql.MD5CryptoServiceProvider.count' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/NpgsqlClosedState.cs(73,28): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' Npgsql/NpgsqlClosedState.cs(107,34): warning CS0168: The variable `ex' is declared but never used Npgsql/NpgsqlCommand.cs(759,28): warning CS0219: The variable `portalName' is assigned but its value is never used Npgsql/NpgsqlConnection.cs(493,20): warning CS0219: The variable `oldDatabaseName' is assigned but its value is never used Npgsql/NpgsqlDataReader.cs(322,36): warning CS0219: The variable `TI' is assigned but its value is never used Npgsql/NpgsqlParameterStatus.cs(55,19): warning CS0219: The variable `messageLength' is assigned but its value is never used Npgsql/NpgsqlState.cs(417,28): warning CS0219: The variable `cursorName' is assigned but its value is never used Npgsql/NpgsqlState.cs(617,29): warning CS0219: The variable `typeoid' is assigned but its value is never used Npgsql/NpgsqlState.cs(613,25): warning CS0219: The variable `lenght' is assigned but its value is never used NpgsqlTypes/FastPath.cs(103,31): warning CS0168: The variable `e' is declared but never used NpgsqlTypes/FastPath.cs(160,32): warning CS0219: The variable `param' is assigned but its value is never used NpgsqlTypes/FastPath.cs(158,32): warning CS0219: The variable `msg' is assigned but its value is never used NpgsqlTypes/FastPath.cs(157,31): warning CS0219: The variable `pid' is assigned but its value is never used NpgsqlTypes/FastPath.cs(156,31): warning CS0219: The variable `msglen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(174,31): warning CS0219: The variable `l_nlen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(183,31): warning CS0219: The variable `l_msgLen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(225,30): warning CS0219: The variable `l_tStatus' is assigned but its value is never used NpgsqlTypes/FastPath.cs(281,32): warning CS0219: The variable `msg' is assigned but its value is never used NpgsqlTypes/FastPath.cs(280,31): warning CS0219: The variable `pid' is assigned but its value is never used NpgsqlTypes/FastPath.cs(330,35): warning CS0219: The variable `l_endChar' is assigned but its value is never used NpgsqlTypes/NpgsqlTypesHelper.cs(129,13): warning CS0162: Unreachable code detected Npgsql/NpgsqlBind.cs(44,40): warning CS0414: The private field `Npgsql.NpgsqlBind.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlCancelRequest.cs(38,40): warning CS0414: The private field `Npgsql.NpgsqlCancelRequest.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlCommand.cs(70,65): warning CS0414: The private field `Npgsql.NpgsqlCommand.invalidTransactionDetected' is assigned but its value is never used Npgsql/NpgsqlCommandBuilder.cs(45,40): warning CS0414: The private field `Npgsql.NpgsqlCommandBuilder.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlConnectionString.cs(44,40): warning CS0414: The private field `Npgsql.NpgsqlConnectionString.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlConnectionStringBuilder.cs(79,32): warning CS0414: The private field `Npgsql.NpgsqlConnectionStringBuilder.originalConnectionString' is assigned but its value is never used Npgsql/NpgsqlDescribe.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlDescribe.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlException.cs(44,40): warning CS0414: The private field `Npgsql.NpgsqlException.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlExecute.cs(40,40): warning CS0414: The private field `Npgsql.NpgsqlExecute.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlFlush.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlFlush.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlParse.cs(45,40): warning CS0414: The private field `Npgsql.NpgsqlParse.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlSync.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlSync.CLASSNAME' is assigned but its value is never used NpgsqlTypes/NpgsqlTypesHelper.cs(44,40): warning CS0414: The private field `NpgsqlTypes.NpgsqlTypesHelper.resman' is assigned but its value is never used Compilation succeeded - 41 warning(s) Assembly ../../class/lib/net_2_0/Npgsql.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Npgsql' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' Creating ../../build/deps/net_2_0_Compat.ICSharpCode.SharpZipLib.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' /bin/sh ./../../mkinstalldirs ../../class/compat/net_2_0/ mkdir -p -- ../../class/compat/net_2_0/ touch ../../class/compat/net_2_0//.stamp MCS [net_2_0] ICSharpCode.SharpZipLib.dll ./ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(462,29): warning CS0465: Introducing `Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor? ./ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(672,38): warning CS0219: The variable `nBytes' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(328,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(328,98): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(333,65): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(333,90): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(381,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(381,75): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(526,73): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(526,84): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(160,65): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(160,83): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(143,37): warning CS0219: The variable `numSymbols' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(77,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(77,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(85,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(85,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(94,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(94,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(105,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(105,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(120,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(120,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(135,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(135,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(153,57): warning CS0429: Unreachable expression code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(153,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Tar/TarArchive.cs(79,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordSize' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Tar/TarArchive.cs(80,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordBuf' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(108,29): warning CS0414: The private field `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.defaultMethod' is assigned but its value is never used Compilation succeeded - 30 warning(s) Assembly ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/ICSharpCode.SharpZipLib' Creating ../../build/deps/net_2_0_ICSharpCode.SharpZipLib.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/ICSharpCode.SharpZipLib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/ICSharpCode.SharpZipLib' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/ICSharpCode.SharpZipLib' MCS [net_2_0] ICSharpCode.SharpZipLib.dll ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(205,65): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(205,83): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(188,37): warning CS0219: The variable `numSymbols' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(100,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(100,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(114,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(114,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(127,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(127,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(144,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(144,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(165,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(165,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(185,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(185,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(207,57): warning CS0429: Unreachable expression code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(207,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/FastZip.cs(354,88): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' ICSharpCode.SharpZipLib/Zip/ZipFile.cs(425,37): warning CS0219: The variable `internalAttributes' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(424,37): warning CS0219: The variable `diskStartNo' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(375,29): warning CS0219: The variable `startCentralDirDisk' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(374,29): warning CS0219: The variable `thisDiskNumber' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(559,46): warning CS0219: The variable `offset' is assigned but its value is never used ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(700,38): warning CS0219: The variable `nBytes' is assigned but its value is never used ICSharpCode.SharpZipLib/Core/NameFilter.cs(76,39): warning CS0219: The variable `exp' is assigned but its value is never used ICSharpCode.SharpZipLib/Core/NameFilter.cs(107,55): warning CS0219: The variable `testRE' is assigned but its value is never used ICSharpCode.SharpZipLib/Tar/TarArchive.cs(80,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordSize' is assigned but its value is never used ICSharpCode.SharpZipLib/Tar/TarArchive.cs(81,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordBuf' is assigned but its value is never used Compilation succeeded - 28 warning(s) Assembly ../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/ICSharpCode.SharpZipLib' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/ICSharpCode.SharpZipLib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make[8]: Nothing to be done for `all-local'. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Compat.ICSharpCode.SharpZipLib' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Commons.Xml.Relaxng' Creating ../../build/deps/net_2_0_Commons.Xml.Relaxng.dll.makefrag ... Creating ../../build/deps/Commons.Xml.Relaxng_test_net_2_0.dll.response ... Creating ../../build/deps/Commons.Xml.Relaxng_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Commons.Xml.Relaxng' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Commons.Xml.Relaxng' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Commons.Xml.Relaxng' ./../../jay/jay -ctv < ./../../jay/skeleton.cs Commons.Xml.Relaxng.Rnc/RncParser.jay > Commons.Xml.Relaxng.Rnc/RncParser.cs ./../../jay/jay: 16 rules never reduced ./../../jay/jay: 1 reduce/reduce conflict. MCS [net_2_0] Commons.Xml.Relaxng.dll Commons.Xml.Relaxng/RelaxngGrammar.cs(259,40): warning CS0219: The variable `ct' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngGrammar.cs(325,48): warning CS0219: The variable `target' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngPattern.cs(83,40): warning CS0219: The variable `g' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngValidatingReader.cs(422,40): warning CS0219: The variable `elementNS' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngValidatingReader.cs(566,38): warning CS0184: The given expression is never of the provided (`Commons.Xml.Relaxng.Derivative.RdpElement') type Commons.Xml.Relaxng/RelaxngValidatingReader.cs(567,33): warning CS0162: Unreachable code detected Commons.Xml.Relaxng/XsdDatatypeProvider.cs(87,32): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(89,87): warning CS0612: `System.Xml.Schema.XmlSchemaElement.ElementType' is obsolete Commons.Xml.Relaxng/XsdDatatypeProvider.cs(194,32): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(215,25): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(215,53): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1747,48): warning CS0219: The variable `c' is assigned but its value is never used Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(2051,56): warning CS0219: The variable `ct' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(204,29): warning CS0219: The variable `depth' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(898,44): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete Commons.Xml.Nvdl/NvdlXsdSupport.cs(24,36): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler, System.Xml.XmlResolver)' is obsolete: `Use XmlSchemaSet.Compile() instead.' Commons.Xml.Relaxng.Rnc/RncParser.jay(70,28): warning CS0649: Field `Commons.Xml.Relaxng.Rnc.RncParser.yacc_verbose_flag' is never assigned to, and will always have its default value `0' Commons.Xml.Relaxng.Rnc/RncParser.cs(457,7): warning CS0414: The private field `Commons.Xml.Relaxng.Rnc.RncParser.yyExpectingState' is assigned but its value is never used Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(750,22): warning CS0649: Field `Commons.Xml.Relaxng.Derivative.RdpAbstractBinary.expanded' is never assigned to, and will always have its default value `false' Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1399,22): warning CS0649: Field `Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent.isExpanded' is never assigned to, and will always have its default value `false' Commons.Xml.Relaxng.Inference/RelaxngInference.cs(114,39): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameAnyType' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(144,39): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameUDecimal' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(166,37): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.nsmgr' is assigned but its value is never used Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,22): warning CS0169: The private field `Commons.Xml.Relaxng.Rnc.RncTokenizer.isLiteralNsUri' is never used Commons.Xml.Nvdl/NvdlSimplified.cs(549,29): warning CS0649: Field `Commons.Xml.Nvdl.SimpleValidate.resolver' is never assigned to, and will always have its default value `null' Compilation succeeded - 25 warning(s) Assembly ../../class/lib/net_2_0/Commons.Xml.Relaxng.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Commons.Xml.Relaxng' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Commons.Xml.Relaxng' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap' Creating ../../build/deps/net_2_0_Novell.Directory.Ldap.dll.makefrag ... Creating ../../build/deps/Novell.Directory.Ldap_test_net_2_0.dll.response ... Creating ../../build/deps/Novell.Directory.Ldap_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap' MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources Read in 61 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt' Writing resource file... Done. MCS [net_2_0] Novell.Directory.Ldap.dll Novell.Directory.Ldap/SupportClass.cs(1060,45): warning CS0114: `SupportClass.ListCollectionSupport.Add(object)' hides inherited member `System.Collections.ArrayList.Add(object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) Novell.Directory.Ldap.Utilclass/DN.cs(58,22): warning CS0659: `Novell.Directory.Ldap.Utilclass.DN' overrides Object.Equals(object) but does not override Object.GetHashCode() Novell.Directory.Ldap.Rfc2251/RfcBindRequest.cs(103,60): warning CS0109: The member `Novell.Directory.Ldap.Rfc2251.RfcBindRequest.ID' does not hide an inherited member. The new keyword is not required Novell.Directory.Ldap/LdapCompareAttrNames.cs(53,22): warning CS0659: `Novell.Directory.Ldap.LdapCompareAttrNames' overrides Object.Equals(object) but does not override Object.GetHashCode() Novell.Directory.Ldap/LdapSearchConstraints.cs(241,50): warning CS0109: The member `Novell.Directory.Ldap.LdapSearchConstraints.nameLock' does not hide an inherited member. The new keyword is not required Novell.Directory.Ldap/LdapSearchConstraints.cs(243,43): warning CS0109: The member `Novell.Directory.Ldap.LdapSearchConstraints.name' does not hide an inherited member. The new keyword is not required Novell.Directory.Ldap/SupportClass.cs(752,45): warning CS0612: `System.Threading.Thread.Resume()' is obsolete Novell.Directory.Ldap/SupportClass.cs(785,45): warning CS0612: `System.Threading.Thread.Suspend()' is obsolete Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(170,46): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(220,42): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(221,36): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(222,36): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBERDecoder.cs(229,38): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBERDecoder.cs(236,46): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(245,74): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(250,74): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(278,75): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(298,80): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap/Connection.cs(434,67): warning CS1717: Assignment made to same variable; did you mean to assign something else? Novell.Directory.Ldap/Connection.cs(744,81): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' Novell.Directory.Ldap/Connection.cs(970,67): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `string' to get value comparison Novell.Directory.Ldap.Utilclass/ResourcesHandler.cs(62,46): warning CS0414: The private field `Novell.Directory.Ldap.Utilclass.ResourcesHandler.pkg' is assigned but its value is never used Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(48,29): warning CS0414: The private field `Novell.Directory.Ldap.Utilclass.SchemaTokenCreator.ichar' is assigned but its value is never used Novell.Directory.Ldap.Rfc2251/RfcLdapMessage.cs(156,37): warning CS0414: The private field `Novell.Directory.Ldap.Rfc2251.RfcLdapMessage.controls' is assigned but its value is never used Novell.Directory.Ldap/LdapConnection.cs(481,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapConnection.lConnNum' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchConstraints.cs(241,50): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchConstraints.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchConstraints.cs(242,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchConstraints.lSConsNum' is assigned but its value is never used Novell.Directory.Ldap/LdapConstraints.cs(211,46): warning CS0414: The private field `Novell.Directory.Ldap.LdapConstraints.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapConstraints.cs(212,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapConstraints.lConsNum' is assigned but its value is never used Novell.Directory.Ldap/Connection.cs(389,46): warning CS0414: The private field `Novell.Directory.Ldap.Connection.nameLock' is assigned but its value is never used Novell.Directory.Ldap/Connection.cs(390,36): warning CS0414: The private field `Novell.Directory.Ldap.Connection.connNum' is assigned but its value is never used Novell.Directory.Ldap/Message.cs(297,42): warning CS0414: The private field `Novell.Directory.Ldap.Message.queue' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(210,46): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(211,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.resultsNum' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(213,40): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.conn' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(215,54): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.referralConn' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResultReference.cs(66,46): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResultReference.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResultReference.cs(67,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResultReference.refNum' is assigned but its value is never used Novell.Directory.Ldap/MessageAgent.cs(117,46): warning CS0414: The private field `Novell.Directory.Ldap.MessageAgent.nameLock' is assigned but its value is never used Novell.Directory.Ldap/MessageAgent.cs(118,36): warning CS0414: The private field `Novell.Directory.Ldap.MessageAgent.agentNum' is assigned but its value is never used Novell.Directory.Ldap/LdapException.cs(249,39): warning CS0414: The private field `Novell.Directory.Ldap.LdapException.messageOrKey' is assigned but its value is never used Novell.Directory.Ldap/LdapException.cs(251,41): warning CS0414: The private field `Novell.Directory.Ldap.LdapException.arguments' is assigned but its value is never used Compilation succeeded - 42 warning(s) Assembly ../../class/lib/net_2_0/Novell.Directory.Ldap.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Novell.Directory.Ldap' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security.Win32' Creating ../../build/deps/net_2_0_Mono.Security.Win32.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security.Win32' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security.Win32' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security.Win32' MCS [net_2_0] Mono.Security.Win32.dll Assembly ../../class/lib/net_2_0/Mono.Security.Win32.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security.Win32' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Security.Win32' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.DirectoryServices' Creating ../../build/deps/net_2_0_System.DirectoryServices.dll.makefrag ... Creating ../../build/deps/System.DirectoryServices_test_net_2_0.dll.response ... Creating ../../build/deps/System.DirectoryServices_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.DirectoryServices' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.DirectoryServices' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.DirectoryServices' MCS [net_2_0] System.DirectoryServices.dll System.DirectoryServices/DirectoryEntries.cs(168,53): warning CS0168: The variable `e' is declared but never used System.DirectoryServices/DirectoryEntries.cs(266,51): warning CS0219: The variable `nextEntry' is assigned but its value is never used System.DirectoryServices/DirectoryEntry.cs(489,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.DirectoryServices/DirectoryEntry.cs(578,114): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' System.DirectoryServices/DirectoryEntry.cs(597,114): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' System.DirectoryServices/DirectoryEntry.cs(777,51): warning CS0219: The variable `nextEntry' is assigned but its value is never used System.DirectoryServices/DirectorySearcher.cs(168,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.DirectoryServices/DirectorySearcher.cs(315,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' Compilation succeeded - 8 warning(s) Assembly ../../class/lib/net_2_0/System.DirectoryServices.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.DirectoryServices' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.DirectoryServices' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/apigen' Creating ../../../../build/deps/net_2_0_RabbitMQ.Client.Apigen.exe.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/apigen' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/apigen' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/apigen' MCS [net_2_0] RabbitMQ.Client.Apigen.exe make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/apigen' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/apigen' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/docs/specs' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/docs/specs' MONO_PATH="./../../../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" amqp0-9.stripped.xml autogenerated-api-0-9.cs * Loading spec from 'amqp0-9.stripped.xml' * Parsing spec * Generating code into 'autogenerated-api-0-9.cs' MONO_PATH="./../../../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" amqp0-8.stripped.xml autogenerated-api-0-8.cs * Loading spec from 'amqp0-8.stripped.xml' * Parsing spec * Generating code into 'autogenerated-api-0-8.cs' MONO_PATH="./../../../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ../../src/apigen/RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" qpid-amqp.0-8.stripped.xml autogenerated-api-qpid-0-8.cs * Loading spec from 'qpid-amqp.0-8.stripped.xml' * Parsing spec * Generating code into 'autogenerated-api-qpid-0-8.cs' make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/docs/specs' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/docs/specs' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/client' Creating ../../../../build/deps/net_2_0_RabbitMQ.Client.dll.makefrag ... make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/client' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/client' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/client' MCS [net_2_0] RabbitMQ.Client.dll ./events/EventingBasicConsumer.cs(92,55): warning CS3001: Argument type `ulong' is not CLS-compliant ./events/BasicReturnEventArgs.cs(77,23): warning CS3003: Type of `RabbitMQ.Client.Events.BasicReturnEventArgs.ReplyCode' is not CLS-compliant ./events/BasicDeliverEventArgs.cs(79,44): warning CS3001: Argument type `ulong' is not CLS-compliant ./events/BasicDeliverEventArgs.cs(105,22): warning CS3003: Type of `RabbitMQ.Client.Events.BasicDeliverEventArgs.DeliveryTag' is not CLS-compliant ./messagepatterns/Subscription.cs(104,50): warning CS3026: CLS-compliant field `RabbitMQ.Client.MessagePatterns.Subscription.m_consumer' cannot be volatile ./messagepatterns/Subscription.cs(106,33): warning CS3026: CLS-compliant field `RabbitMQ.Client.MessagePatterns.Subscription.m_shouldDelete' cannot be volatile ./impl/UnexpectedFrameException.cs(82,32): warning CS3003: Type of `RabbitMQ.Client.Impl.UnexpectedFrameException.ReplyCode' is not CLS-compliant ./impl/ContentHeaderPropertyReader.cs(134,23): warning CS3002: Return type of `RabbitMQ.Client.Impl.ContentHeaderPropertyReader.ReadShort()' is not CLS-compliant ./impl/ContentHeaderPropertyReader.cs(139,21): warning CS3002: Return type of `RabbitMQ.Client.Impl.ContentHeaderPropertyReader.ReadLong()' is not CLS-compliant ./impl/ContentHeaderPropertyReader.cs(144,22): warning CS3002: Return type of `RabbitMQ.Client.Impl.ContentHeaderPropertyReader.ReadLonglong()' is not CLS-compliant ./impl/ContentHeaderPropertyReader.cs(71,26): warning CS3003: Type of `RabbitMQ.Client.Impl.ContentHeaderPropertyReader.m_flagWord' is not CLS-compliant ./impl/ContentHeaderPropertyReader.cs(72,26): warning CS3003: Type of `RabbitMQ.Client.Impl.ContentHeaderPropertyReader.m_bitCount' is not CLS-compliant ./impl/SessionManager.cs(81,65): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/SessionManager.cs(78,32): warning CS3003: Type of `RabbitMQ.Client.Impl.SessionManager.ChannelMax' is not CLS-compliant ./impl/AbstractProtocolBase.cs(79,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/AbstractProtocolBase.cs(87,56): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/MalformedFrameException.cs(77,32): warning CS3003: Type of `RabbitMQ.Client.Impl.MalformedFrameException.ReplyCode' is not CLS-compliant ./impl/ModelBase.cs(346,46): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/ModelBase.cs(380,46): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(397,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ChannelFlowOk()' is not CLS-compliant ./impl/ModelBase.cs(432,50): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(434,50): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(435,50): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(460,47): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(462,47): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(463,47): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(554,30): warning CS3002: Return type of `RabbitMQ.Client.Impl.ModelBase.QueuePurge(string, bool)' is not CLS-compliant ./impl/ModelBase.cs(557,30): warning CS3002: Return type of `RabbitMQ.Client.Impl.ModelBase.QueueDelete(string, bool, bool, bool)' is not CLS-compliant ./impl/ModelBase.cs(725,44): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/ModelBase.cs(726,46): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(729,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_BasicConsume(string, string, bool, bool, bool, bool, System.Collections.IDictionary)' is not CLS-compliant ./impl/ModelBase.cs(737,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_BasicCancel(string, bool)' is not CLS-compliant ./impl/ModelBase.cs(782,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_BasicPublish(string, string, bool, bool, RabbitMQ.Client.IBasicProperties, byte[])' is not CLS-compliant ./impl/ModelBase.cs(789,45): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/ModelBase.cs(792,48): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/ModelBase.cs(814,42): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(824,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(829,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(856,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ChannelOpen(string)' is not CLS-compliant ./impl/ModelBase.cs(858,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ChannelClose(ushort, string, ushort, ushort)' is not CLS-compliant ./impl/ModelBase.cs(858,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(860,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(861,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(863,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ChannelCloseOk()' is not CLS-compliant ./impl/ModelBase.cs(865,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_BasicGet(string, bool)' is not CLS-compliant ./impl/ModelBase.cs(868,44): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/ModelBase.cs(872,43): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/ModelBase.cs(899,54): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(900,52): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/ModelBase.cs(901,54): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(936,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ConnectionOpen(string, string, bool)' is not CLS-compliant ./impl/ModelBase.cs(959,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ConnectionClose(ushort, string, ushort, ushort)' is not CLS-compliant ./impl/ModelBase.cs(959,62): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(961,62): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(962,62): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ModelBase.cs(964,30): warning CS3008: Identifier `RabbitMQ.Client.Impl.ModelBase._Private_ConnectionCloseOk()' is not CLS-compliant ./impl/ConnectionBase.cs(221,23): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionBase.ChannelMax' is not CLS-compliant ./impl/ConnectionBase.cs(229,21): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionBase.FrameMax' is not CLS-compliant ./impl/ConnectionBase.cs(241,23): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionBase.Heartbeat' is not CLS-compliant ./impl/ConnectionBase.cs(378,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(390,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(407,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(419,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(424,34): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(952,54): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(95,21): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionBase.m_frameMax' is not CLS-compliant ./impl/ConnectionBase.cs(96,23): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionBase.m_heartbeat' is not CLS-compliant ./impl/ConnectionBase.cs(106,30): warning CS3026: CLS-compliant field `RabbitMQ.Client.Impl.ConnectionBase.m_running' cannot be volatile ./impl/ConnectionBase.cs(111,43): warning CS3026: CLS-compliant field `RabbitMQ.Client.Impl.ConnectionBase.m_closeReason' cannot be volatile ./impl/ConnectionBase.cs(117,30): warning CS3026: CLS-compliant field `RabbitMQ.Client.Impl.ConnectionBase.m_closed' cannot be volatile ./impl/ConnectionBase.cs(486,61): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(488,61): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ConnectionBase.cs(489,61): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ContentHeaderBase.cs(73,22): warning CS3002: Return type of `RabbitMQ.Client.Impl.ContentHeaderBase.ReadFrom(RabbitMQ.Util.NetworkBinaryReader)' is not CLS-compliant ./impl/ContentHeaderBase.cs(81,63): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/WireFormatting.cs(91,30): warning CS3002: Return type of `RabbitMQ.Client.Impl.WireFormatting.ReadShort(RabbitMQ.Util.NetworkBinaryReader)' is not CLS-compliant ./impl/WireFormatting.cs(96,28): warning CS3002: Return type of `RabbitMQ.Client.Impl.WireFormatting.ReadLong(RabbitMQ.Util.NetworkBinaryReader)' is not CLS-compliant ./impl/WireFormatting.cs(101,29): warning CS3002: Return type of `RabbitMQ.Client.Impl.WireFormatting.ReadLonglong(RabbitMQ.Util.NetworkBinaryReader)' is not CLS-compliant ./impl/WireFormatting.cs(106,62): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/WireFormatting.cs(257,74): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/WireFormatting.cs(262,71): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/WireFormatting.cs(267,76): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/MethodArgumentReader.cs(106,23): warning CS3002: Return type of `RabbitMQ.Client.Impl.MethodArgumentReader.ReadShort()' is not CLS-compliant ./impl/MethodArgumentReader.cs(112,21): warning CS3002: Return type of `RabbitMQ.Client.Impl.MethodArgumentReader.ReadLong()' is not CLS-compliant ./impl/MethodArgumentReader.cs(118,22): warning CS3002: Return type of `RabbitMQ.Client.Impl.MethodArgumentReader.ReadLonglong()' is not CLS-compliant ./impl/ContentHeaderPropertyWriter.cs(129,39): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ContentHeaderPropertyWriter.cs(134,36): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/ContentHeaderPropertyWriter.cs(139,41): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/ContentHeaderPropertyWriter.cs(72,26): warning CS3003: Type of `RabbitMQ.Client.Impl.ContentHeaderPropertyWriter.m_flagWord' is not CLS-compliant ./impl/ChannelErrorException.cs(83,32): warning CS3003: Type of `RabbitMQ.Client.Impl.ChannelErrorException.ReplyCode' is not CLS-compliant ./impl/v0_9/ProtocolBase.cs(79,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/v0_9/ProtocolBase.cs(92,56): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/MethodArgumentWriter.cs(125,39): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/MethodArgumentWriter.cs(131,36): warning CS3001: Argument type `uint' is not CLS-compliant ./impl/MethodArgumentWriter.cs(137,41): warning CS3001: Argument type `ulong' is not CLS-compliant ./impl/SyntaxError.cs(74,32): warning CS3003: Type of `RabbitMQ.Client.Impl.SyntaxError.ReplyCode' is not CLS-compliant ./impl/v0_8/ProtocolBase.cs(79,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/v0_8/ProtocolBase.cs(92,56): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/UnknownClassOrMethodException.cs(83,53): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/UnknownClassOrMethodException.cs(83,69): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/UnknownClassOrMethodException.cs(78,23): warning CS3003: Type of `RabbitMQ.Client.Impl.UnknownClassOrMethodException.ClassId' is not CLS-compliant ./impl/UnknownClassOrMethodException.cs(81,23): warning CS3003: Type of `RabbitMQ.Client.Impl.UnknownClassOrMethodException.MethodId' is not CLS-compliant ./impl/UnknownClassOrMethodException.cs(102,32): warning CS3003: Type of `RabbitMQ.Client.Impl.UnknownClassOrMethodException.ReplyCode' is not CLS-compliant ./impl/v0_8qpid/ProtocolBase.cs(79,59): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/v0_8qpid/ProtocolBase.cs(92,56): warning CS3001: Argument type `ushort' is not CLS-compliant ./impl/ProtocolException.cs(69,32): warning CS3003: Type of `RabbitMQ.Client.Impl.ProtocolException.ReplyCode' is not CLS-compliant ./impl/CommandAssembler.cs(85,22): warning CS3003: Type of `RabbitMQ.Client.Impl.CommandAssembler.m_remainingBodyBytes' is not CLS-compliant ./api/IConnection.cs(109,16): warning CS3003: Type of `RabbitMQ.Client.IConnection.ChannelMax' is not CLS-compliant ./api/IConnection.cs(113,14): warning CS3003: Type of `RabbitMQ.Client.IConnection.FrameMax' is not CLS-compliant ./api/IConnection.cs(117,16): warning CS3003: Type of `RabbitMQ.Client.IConnection.Heartbeat' is not CLS-compliant ./api/IConnection.cs(196,27): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IConnection.cs(233,27): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IConnection.cs(258,27): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IConnection.cs(292,27): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(230,14): warning CS3002: Return type of `RabbitMQ.Client.IModel.QueuePurge(string, bool)' is not CLS-compliant ./api/IModel.cs(241,14): warning CS3002: Return type of `RabbitMQ.Client.IModel.QueueDelete(string, bool, bool, bool)' is not CLS-compliant ./api/IModel.cs(297,28): warning CS3001: Argument type `uint' is not CLS-compliant ./api/IModel.cs(298,30): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(331,29): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/IModel.cs(335,32): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/IModel.cs(389,27): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(416,27): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(436,37): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/IModel.cs(440,36): warning CS3001: Argument type `uint' is not CLS-compliant ./api/IModel.cs(454,22): warning CS3003: Type of `RabbitMQ.Client.BasicGetResult.DeliveryTag' is not CLS-compliant ./api/IModel.cs(469,21): warning CS3003: Type of `RabbitMQ.Client.BasicGetResult.MessageCount' is not CLS-compliant ./api/IModel.cs(501,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_BasicPublish(string, string, bool, bool, RabbitMQ.Client.IBasicProperties, byte[])' is not CLS-compliant ./api/IModel.cs(515,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_BasicConsume(string, string, bool, bool, bool, bool, System.Collections.IDictionary)' is not CLS-compliant ./api/IModel.cs(534,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_BasicCancel(string, bool)' is not CLS-compliant ./api/IModel.cs(543,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ChannelOpen(string)' is not CLS-compliant ./api/IModel.cs(548,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ChannelCloseOk()' is not CLS-compliant ./api/IModel.cs(554,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ChannelClose(ushort, string, ushort, ushort)' is not CLS-compliant ./api/IModel.cs(554,43): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(556,43): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(557,43): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(565,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_BasicGet(string, bool)' is not CLS-compliant ./api/IModel.cs(570,37): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/IModel.cs(574,36): warning CS3001: Argument type `uint' is not CLS-compliant ./api/IModel.cs(592,39): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/IModel.cs(603,39): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(615,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ChannelFlowOk()' is not CLS-compliant ./api/IModel.cs(623,40): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(625,40): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(626,40): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(654,38): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(655,36): warning CS3001: Argument type `uint' is not CLS-compliant ./api/IModel.cs(656,38): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(663,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ConnectionOpen(string, string, bool)' is not CLS-compliant ./api/IModel.cs(677,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ConnectionClose(ushort, string, ushort, ushort)' is not CLS-compliant ./api/IModel.cs(677,46): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(679,46): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(680,46): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(685,14): warning CS3008: Identifier `RabbitMQ.Client.Impl.IFullModel._Private_ConnectionCloseOk()' is not CLS-compliant ./api/IModel.cs(689,43): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(691,43): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(692,43): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/IModel.cs(700,23): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionTuneDetails.m_channelMax' is not CLS-compliant ./api/IModel.cs(702,21): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionTuneDetails.m_frameMax' is not CLS-compliant ./api/IModel.cs(704,23): warning CS3003: Type of `RabbitMQ.Client.Impl.ConnectionTuneDetails.m_heartbeat' is not CLS-compliant ./api/QueueingBasicConsumer.cs(150,55): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/IBasicConsumer.cs(97,39): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/ShutdownEventArgs.cs(100,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(111,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(125,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(127,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(128,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(140,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(142,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(143,41): warning CS3001: Argument type `ushort' is not CLS-compliant ./api/ShutdownEventArgs.cs(82,23): warning CS3003: Type of `RabbitMQ.Client.ShutdownEventArgs.ReplyCode' is not CLS-compliant ./api/ShutdownEventArgs.cs(88,23): warning CS3003: Type of `RabbitMQ.Client.ShutdownEventArgs.ClassId' is not CLS-compliant ./api/ShutdownEventArgs.cs(91,23): warning CS3003: Type of `RabbitMQ.Client.ShutdownEventArgs.MethodId' is not CLS-compliant ./api/Protocols.cs(173,27): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' ./api/Protocols.cs(211,49): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' ./api/Protocols.cs(230,49): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' ./api/DefaultBasicConsumer.cs(167,54): warning CS3001: Argument type `ulong' is not CLS-compliant ./api/ConnectionFactory.cs(119,29): warning CS3003: Type of `RabbitMQ.Client.ConnectionFactory.DefaultChannelMax' is not CLS-compliant ./api/ConnectionFactory.cs(123,27): warning CS3003: Type of `RabbitMQ.Client.ConnectionFactory.DefaultFrameMax' is not CLS-compliant ./api/ConnectionFactory.cs(127,29): warning CS3003: Type of `RabbitMQ.Client.ConnectionFactory.DefaultHeartbeat' is not CLS-compliant ./api/ConnectionFactory.cs(139,23): warning CS3003: Type of `RabbitMQ.Client.ConnectionFactory.RequestedChannelMax' is not CLS-compliant ./api/ConnectionFactory.cs(142,21): warning CS3003: Type of `RabbitMQ.Client.ConnectionFactory.RequestedFrameMax' is not CLS-compliant ./api/ConnectionFactory.cs(145,23): warning CS3003: Type of `RabbitMQ.Client.ConnectionFactory.RequestedHeartbeat' is not CLS-compliant ../util/NetworkBinaryReader.cs(101,32): warning CS3002: Return type of `RabbitMQ.Util.NetworkBinaryReader.ReadUInt16()' is not CLS-compliant ../util/NetworkBinaryReader.cs(121,30): warning CS3002: Return type of `RabbitMQ.Util.NetworkBinaryReader.ReadUInt32()' is not CLS-compliant ../util/NetworkBinaryReader.cs(147,31): warning CS3002: Return type of `RabbitMQ.Util.NetworkBinaryReader.ReadUInt64()' is not CLS-compliant ../util/NetworkBinaryWriter.cs(95,43): warning CS3001: Argument type `ushort' is not CLS-compliant ../util/NetworkBinaryWriter.cs(113,41): warning CS3001: Argument type `uint' is not CLS-compliant ../util/NetworkBinaryWriter.cs(133,42): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(759,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionTune.ChannelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(760,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionTune.FrameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(761,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionTune.Heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(765,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.ChannelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(766,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.FrameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(767,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionTuneOk.Heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(786,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionClose.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(788,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionClose.ClassId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(789,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IConnectionClose.MethodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(812,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IChannelClose.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(814,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IChannelClose.ClassId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(815,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IChannelClose.MethodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(844,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IAccessRequestOk.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(848,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IExchangeDeclare.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(863,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IExchangeDelete.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(873,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueDeclare.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(885,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(886,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueDeclareOk.ConsumerCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(890,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueBind.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(902,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueUnbind.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(913,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueuePurge.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(919,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueuePurgeOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(923,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueDelete.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(931,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IQueueDeleteOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(935,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(936,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(944,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(968,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicPublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(976,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(984,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(991,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicGet.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(997,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicGetOk.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1001,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicGetOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1009,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicAck.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1014,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IBasicReject.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1023,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1024,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1032,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1057,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileOpen.ContentSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1061,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileOpenOk.StagedSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1068,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFilePublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1077,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1085,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1093,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileAck.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1098,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IFileReject.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1103,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1104,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1105,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamQos.ConsumeRate' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1113,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1136,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamPublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1144,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1152,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IStreamDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1193,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1197,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageTransfer.Ttl' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1218,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1232,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageGet.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1266,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1267,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1278,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageReject.Code' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(1283,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_9.IMessageOffset.Value' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2197,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2198,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2199,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2187,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionTune.m_channelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2188,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionTune.m_frameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2189,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionTune.m_heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2246,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2247,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2248,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2236,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionTuneOk.m_channelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2237,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionTuneOk.m_frameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2238,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionTuneOk.m_heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2423,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2425,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2426,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2411,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionClose.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2413,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionClose.m_classId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2414,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ConnectionClose.m_methodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2647,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2649,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2650,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2635,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ChannelClose.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2637,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ChannelClose.m_classId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2638,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ChannelClose.m_methodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2914,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2908,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.AccessRequestOk.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2965,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(2943,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ExchangeDeclare.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3074,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3062,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.ExchangeDelete.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3166,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3146,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueDeclare.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3241,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3242,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3231,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueDeclareOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3232,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueDeclareOk.m_consumerCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3295,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3279,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueBind.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3391,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3377,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueUnbind.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3478,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3468,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueuePurge.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3523,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3517,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueuePurgeOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3566,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3552,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueDelete.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3621,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3615,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.QueueDeleteOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3660,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3661,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3650,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3651,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3747,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3727,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3937,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3923,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicPublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3998,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(3986,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4057,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4043,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4115,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4105,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicGet.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4168,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4172,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4154,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicGetOk.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4158,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicGetOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4260,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4252,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicAck.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4302,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4294,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.BasicReject.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4381,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4382,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4371,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4372,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4468,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4448,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4653,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4645,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileOpen.m_contentSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4692,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4686,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileOpenOk.m_stagedSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4765,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4749,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FilePublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4831,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4819,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4892,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4876,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4953,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4945,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileAck.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4995,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(4987,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.FileReject.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5041,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5042,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5043,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5029,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5030,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5031,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamQos.m_consumeRate' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5131,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5113,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5316,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5302,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamPublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5377,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5365,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5434,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5422,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.StreamDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5847,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5851,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5799,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageTransfer.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5803,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageTransfer.m_ttl' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5999,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(5981,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6105,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6093,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageGet.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6390,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6391,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6380,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6381,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6493,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6485,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageReject.m_code' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6533,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6527,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_9.MessageOffset.m_value' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6560,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_BasicPublish(string, string, bool, bool, RabbitMQ.Client.IBasicProperties, byte[])' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6575,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_BasicConsume(string, string, bool, bool, bool, bool, System.Collections.IDictionary)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6594,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_BasicCancel(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6603,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ChannelOpen(string)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6612,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ChannelCloseOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6617,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ChannelClose(ushort, string, ushort, ushort)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6618,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6620,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6621,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6630,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_BasicGet(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6639,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ChannelFlowOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6665,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6666,22): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6667,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6675,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ConnectionOpen(string, string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6686,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ConnectionClose(ushort, string, ushort, ushort)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6687,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6689,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6690,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6701,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_9.Model._Private_ConnectionCloseOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6830,35): warning CS3002: Return type of `RabbitMQ.Client.Framing.Impl.v0_9.Model.QueuePurge(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6846,35): warning CS3002: Return type of `RabbitMQ.Client.Framing.Impl.v0_9.Model.QueueDelete(string, bool, bool, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6867,22): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6868,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6880,22): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-9.cs(6889,22): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(704,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionTune.ChannelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(705,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionTune.FrameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(706,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionTune.Heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(710,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.ChannelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(711,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.FrameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(712,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionTuneOk.Heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(731,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionClose.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(733,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionClose.ClassId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(734,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IConnectionClose.MethodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(756,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IChannelAlert.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(762,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IChannelClose.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(764,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IChannelClose.ClassId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(765,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IChannelClose.MethodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(781,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IAccessRequestOk.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(785,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IExchangeDeclare.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(800,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IExchangeDelete.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(810,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueDeclare.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(822,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(823,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueDeclareOk.ConsumerCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(827,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueBind.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(839,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueUnbind.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(850,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueuePurge.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(856,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueuePurgeOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(860,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueDelete.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(868,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IQueueDeleteOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(872,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(873,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(881,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(904,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicPublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(912,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(920,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(927,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicGet.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(933,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicGetOk.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(937,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicGetOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(945,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicAck.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(950,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IBasicReject.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(959,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(960,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(968,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(992,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileOpen.ContentSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(996,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileOpenOk.StagedSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1003,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFilePublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1012,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1020,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1028,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileAck.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1033,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IFileReject.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1038,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1039,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1040,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamQos.ConsumeRate' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1048,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1070,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamPublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1078,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1086,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.IStreamDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1128,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer2' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1129,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer3' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1130,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.ITestInteger.Integer4' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1135,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.ITestIntegerOk.Result' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1155,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.ITestTableOk.IntegerResult' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(1163,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8.ITestContentOk.ContentChecksum' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2101,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2102,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2103,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2091,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionTune.m_channelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2092,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionTune.m_frameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2093,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionTune.m_heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2150,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2151,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2152,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2140,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionTuneOk.m_channelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2141,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionTuneOk.m_frameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2142,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionTuneOk.m_heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2327,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2329,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2330,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2315,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionClose.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2317,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionClose.m_classId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2318,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ConnectionClose.m_methodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2542,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2532,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ChannelAlert.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2593,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2595,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2596,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2581,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ChannelClose.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2583,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ChannelClose.m_classId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2584,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ChannelClose.m_methodId' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2741,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2735,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.AccessRequestOk.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2792,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2770,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ExchangeDeclare.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2901,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2889,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.ExchangeDelete.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2993,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(2973,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueDeclare.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3068,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3069,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3058,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueDeclareOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3059,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueDeclareOk.m_consumerCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3122,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3106,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueBind.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3218,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3204,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueUnbind.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3305,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3295,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueuePurge.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3350,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3344,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueuePurgeOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3393,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3379,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueDelete.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3448,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3442,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.QueueDeleteOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3487,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3488,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3477,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3478,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3572,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3554,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3757,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3743,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicPublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3818,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3806,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3877,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3863,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3935,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3925,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicGet.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3988,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3992,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3974,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicGetOk.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(3978,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicGetOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4080,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4072,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicAck.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4122,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4114,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.BasicReject.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4201,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4202,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4191,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4192,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4286,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4268,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4466,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4458,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileOpen.m_contentSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4505,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4499,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileOpenOk.m_stagedSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4578,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4562,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FilePublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4644,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4632,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4705,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4689,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4766,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4758,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileAck.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4808,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4800,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.FileReject.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4854,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4855,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4856,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4842,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4843,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4844,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamQos.m_consumeRate' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4942,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(4926,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5122,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5108,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamPublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5183,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5171,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5240,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5228,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.StreamDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5620,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5621,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5622,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5606,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.TestInteger.m_integer2' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5607,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.TestInteger.m_integer3' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5608,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.TestInteger.m_integer4' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5674,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5668,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.TestIntegerOk.m_result' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5844,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5836,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.TestTableOk.m_integerResult' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5912,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5906,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8.TestContentOk.m_contentChecksum' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5939,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_BasicPublish(string, string, bool, bool, RabbitMQ.Client.IBasicProperties, byte[])' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5954,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_BasicConsume(string, string, bool, bool, bool, bool, System.Collections.IDictionary)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5975,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_BasicCancel(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5984,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ChannelOpen(string)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5993,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ChannelCloseOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5998,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ChannelClose(ushort, string, ushort, ushort)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(5999,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6001,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6002,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6011,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_BasicGet(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6020,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ChannelFlowOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6046,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6047,22): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6048,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6056,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ConnectionOpen(string, string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6067,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ConnectionClose(ushort, string, ushort, ushort)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6068,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6070,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6071,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6082,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8.Model._Private_ConnectionCloseOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6211,35): warning CS3002: Return type of `RabbitMQ.Client.Framing.Impl.v0_8.Model.QueuePurge(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6227,35): warning CS3002: Return type of `RabbitMQ.Client.Framing.Impl.v0_8.Model.QueueDelete(string, bool, bool, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6248,22): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6249,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6261,22): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-0-8.cs(6270,22): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(709,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.ChannelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(710,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.FrameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(711,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionTune.Heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(715,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.ChannelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(716,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.FrameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(717,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionTuneOk.Heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(736,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(738,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.ClassId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(739,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IConnectionClose.MethodId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(761,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IChannelAlert.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(767,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(769,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.ClassId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(770,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IChannelClose.MethodId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(786,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IAccessRequestOk.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(790,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IExchangeDeclare.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(805,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IExchangeDelete.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(821,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IExchangeBoundOk.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(826,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclare.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(838,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(839,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueueDeclareOk.ConsumerCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(843,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueueBind.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(855,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueuePurge.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(861,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueuePurgeOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(865,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueueDelete.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(873,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IQueueDeleteOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(877,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(878,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(886,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(910,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicPublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(918,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(926,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(933,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicGet.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(939,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(943,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicGetOk.MessageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(951,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicAck.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(956,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IBasicReject.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(968,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(969,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(977,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1001,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileOpen.ContentSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1005,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileOpenOk.StagedSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1012,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFilePublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1021,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1029,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1037,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileAck.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1042,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IFileReject.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1047,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1048,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.PrefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1049,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamQos.ConsumeRate' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1057,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamConsume.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1079,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamPublish.Ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1087,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamReturn.ReplyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1095,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.IStreamDeliver.DeliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1137,12): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer2' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1138,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer3' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1139,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.ITestInteger.Integer4' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1144,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.ITestIntegerOk.Result' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1164,11): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.ITestTableOk.IntegerResult' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(1172,10): warning CS3003: Type of `RabbitMQ.Client.Framing.v0_8qpid.ITestContentOk.ContentChecksum' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2110,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2111,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2112,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2100,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionTune.m_channelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2101,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionTune.m_frameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2102,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionTune.m_heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2159,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2160,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2161,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2149,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionTuneOk.m_channelMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2150,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionTuneOk.m_frameMax' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2151,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionTuneOk.m_heartbeat' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2336,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2338,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2339,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2324,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionClose.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2326,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionClose.m_classId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2327,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ConnectionClose.m_methodId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2551,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2541,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ChannelAlert.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2602,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2604,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2605,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2590,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ChannelClose.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2592,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ChannelClose.m_classId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2593,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ChannelClose.m_methodId' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2750,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2744,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.AccessRequestOk.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2801,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2779,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ExchangeDeclare.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2910,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(2898,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ExchangeDelete.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3039,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3031,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.ExchangeBoundOk.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3093,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3073,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueueDeclare.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3168,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3169,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3158,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueueDeclareOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3159,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueueDeclareOk.m_consumerCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3222,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3206,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueueBind.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3314,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3304,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueuePurge.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3359,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3353,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueuePurgeOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3402,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3388,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueueDelete.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3457,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3451,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.QueueDeleteOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3496,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3497,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3486,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3487,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3583,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3563,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3773,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3759,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicPublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3834,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3822,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3893,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3879,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3951,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3941,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicGet.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4004,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4008,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3990,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicGetOk.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(3994,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicGetOk.m_messageCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4096,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4088,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicAck.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4138,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4130,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.BasicReject.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4245,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4246,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4235,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4236,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4330,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4312,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4510,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4502,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileOpen.m_contentSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4549,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4543,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileOpenOk.m_stagedSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4622,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4606,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FilePublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4688,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4676,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4749,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4733,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4810,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4802,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileAck.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4852,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4844,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.FileReject.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4898,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4899,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4900,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4886,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamQos.m_prefetchSize' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4887,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamQos.m_prefetchCount' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4888,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamQos.m_consumeRate' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4986,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(4970,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamConsume.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5166,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5152,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamPublish.m_ticket' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5227,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5215,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamReturn.m_replyCode' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5284,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5272,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.StreamDeliver.m_deliveryTag' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5664,14): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5665,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5666,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5650,19): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.TestInteger.m_integer2' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5651,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.TestInteger.m_integer3' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5652,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.TestInteger.m_integer4' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5718,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5712,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.TestIntegerOk.m_result' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5888,13): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5880,18): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.TestTableOk.m_integerResult' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5956,12): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5950,17): warning CS3003: Type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.TestContentOk.m_contentChecksum' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5983,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_BasicPublish(string, string, bool, bool, RabbitMQ.Client.IBasicProperties, byte[])' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(5998,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_BasicConsume(string, string, bool, bool, bool, bool, System.Collections.IDictionary)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6017,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_BasicCancel(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6026,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ChannelOpen(string)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6035,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ChannelCloseOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6040,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ChannelClose(ushort, string, ushort, ushort)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6041,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6043,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6044,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6053,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_BasicGet(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6062,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ChannelFlowOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6088,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6089,22): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6090,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6098,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ConnectionOpen(string, string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6109,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ConnectionClose(ushort, string, ushort, ushort)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6110,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6112,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6113,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6124,26): warning CS3008: Identifier `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model._Private_ConnectionCloseOk()' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6246,35): warning CS3002: Return type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model.QueuePurge(string, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6262,35): warning CS3002: Return type of `RabbitMQ.Client.Framing.Impl.v0_8qpid.Model.QueueDelete(string, bool, bool, bool)' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6283,22): warning CS3001: Argument type `uint' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6284,22): warning CS3001: Argument type `ushort' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6296,22): warning CS3001: Argument type `ulong' is not CLS-compliant ../../docs/specs/autogenerated-api-qpid-0-8.cs(6305,22): warning CS3001: Argument type `ulong' is not CLS-compliant Compilation succeeded - 800 warning(s) Assembly ../../../../class/lib/net_2_0/RabbitMQ.Client.dll signed. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/client' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client/src/client' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client' make[8]: Nothing to be done for `all-local'. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/RabbitMQ.Client' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging' Creating ../../build/deps/net_2_0_Mono.Messaging.dll.makefrag ... Creating ../../build/deps/Mono.Messaging_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Messaging_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging' MCS [net_2_0] Mono.Messaging.dll ./Mono.Messaging/MessageBase.cs(44,22): warning CS0649: Field `Mono.Messaging.MessageBase.authenticated' is never assigned to, and will always have its default value `false' Compilation succeeded - 1 warning(s) Assembly ../../class/lib/net_2_0/Mono.Messaging.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Messaging' Creating ../../build/deps/net_2_0_System.Messaging.dll.makefrag ... Creating ../../build/deps/System.Messaging_test_net_2_0.dll.response ... Creating ../../build/deps/System.Messaging_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Messaging' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Messaging' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Messaging' MCS [net_2_0] System.Messaging.dll System.Messaging/MessageQueue.cs(296,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Messaging/MessageQueuePermission.cs(113,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueuePermission.cs(120,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueuePermission.cs(139,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/XmlMessageFormatter.cs(112,32): warning CS0219: The variable `result' is assigned but its value is never used System.Messaging/MessageQueuePermissionEntryCollection.cs(38,48): warning CS0414: The private field `System.Messaging.MessageQueuePermissionEntryCollection.owner' is assigned but its value is never used Compilation succeeded - 6 warning(s) Assembly ../../class/lib/net_2_0/System.Messaging.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Messaging' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Messaging' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging.RabbitMQ' Creating ../../build/deps/net_2_0_Mono.Messaging.RabbitMQ.dll.makefrag ... Creating ../../build/deps/Mono.Messaging.RabbitMQ_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Messaging.RabbitMQ_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging.RabbitMQ' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging.RabbitMQ' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging.RabbitMQ' MCS [net_2_0] Mono.Messaging.RabbitMQ.dll ./Mono.Messaging.RabbitMQ/RabbitMQMessagingProvider.cs(55,51): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' Compilation succeeded - 1 warning(s) Assembly ../../class/lib/net_2_0/Mono.Messaging.RabbitMQ.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging.RabbitMQ' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Messaging.RabbitMQ' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceProcess' Creating ../../build/deps/net_2_0_System.ServiceProcess.dll.makefrag ... Creating ../../build/deps/System.ServiceProcess_test_net_2_0.dll.response ... Creating ../../build/deps/System.ServiceProcess_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceProcess' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceProcess' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceProcess' MCS [net_2_0] System.ServiceProcess.dll System.ServiceProcess/ServiceBase.cs(54,22): warning CS0649: Field `System.ServiceProcess.ServiceBase.hasStarted' is never assigned to, and will always have its default value `false' System.ServiceProcess.Design/ServiceInstallerDialog.cs(40,46): warning CS0649: Field `System.ServiceProcess.Design.ServiceInstallerDialog.result' is never assigned to, and will always have its default value `0' Compilation succeeded - 2 warning(s) Assembly ../../class/lib/net_2_0/System.ServiceProcess.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceProcess' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceProcess' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing.Design' Creating ../../build/deps/net_2_0_System.Drawing.Design.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing.Design' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing.Design' MCS [net_2_0] System.Drawing.Design.dll Assembly ../../class/lib/net_2_0/System.Drawing.Design.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing.Design' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Drawing.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' MCS [net_2_0] System.Design.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,64): warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) System.Web.UI.Design/ConnectionStringEditor.cs(50,39): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/ConnectionStringEditor.cs(56,54): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/TemplatedControlDesigner.cs(236,25): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is supported in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.' System.Web.UI.Design/TemplatedControlDesigner.cs(224,29): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended System.Web.UI.Design/ControlDesigner.cs(274,29): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/PanelDesigner.cs(33,22): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' System.Web.UI.Design.WebControls/PanelDesigner.cs(45,41): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' System.Web.UI.Design/ReadWriteControlDesigner.cs(37,52): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/TableDesigner.cs(45,40): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' overrides obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' System.Web.UI.Design/ControlDesigner.cs(171,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,39): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword System.Web.UI.Design/ControlDesigner.cs(73,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,31): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides inherited member `System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'. Use the new keyword if hiding was intended System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,31): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,31): warning CS0108: `System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides inherited member `System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. Use the new keyword if hiding was intended System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,31): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,38): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' System.Web.UI.Design/ControlDesigner.cs(230,37): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,45): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' System.Web.UI.Design/TemplatedControlDesigner.cs(107,44): (Location of the symbol related to previous warning) System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(75,35): warning CS0612: `TYPELIBATTR[]' is obsolete System.Windows.Forms.Design/AxImporter.cs(90,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(96,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(106,60): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(168,57): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(170,53): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/ControlDesigner.cs(100,38): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' System.ComponentModel.Design/ComponentDesigner.cs(287,37): (Location of the symbol related to previous warning) System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,67): warning CS0108: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.ComponentModel.Design/ComponentDesigner.cs(182,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.' System.ComponentModel.Design/ComponentDesigner.cs(189,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: `This method has been deprecated. Use InitializeExistingComponent instead.' System.ComponentModel.Design/DesignerActionList.cs(67,25): warning CS0162: Unreachable code detected System.Data.Design/TypedDataSetGeneratorException.cs(50,33): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,60): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use ViewTechnology.Default.' System.Windows.Forms.Design/Native.cs(46,60): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,24): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.name' is never assigned to, and will always have its default value `null' System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,30): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.provider_name' is never assigned to, and will always have its default value `null' System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,45): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.connection_string' is never assigned to, and will always have its default value `null' System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,22): warning CS0649: Field `System.ComponentModel.Design.Data.DesignerDataConnection.is_configured' is never assigned to, and will always have its default value `false' System.ComponentModel.Design.Data/DesignerDataView.cs(40,24): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.name' is never used System.ComponentModel.Design.Data/DesignerDataView.cs(40,30): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.owner' is never used System.ComponentModel.Design/DesignerActionMethodItem.cs(41,36): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action_list' is assigned but its value is never used System.ComponentModel.Design/DesignerActionService.cs(45,69): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged' is never used System.ComponentModel.Design/DesignerActionUIService.cs(43,70): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStateChange' is never used System.Web.UI.Design/TemplatedControlDesigner.cs(236,47): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is never assigned to, and will always have its default value `null' System.Web.UI.Design/TemplatedControlDesigner.cs(238,30): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never assigned to, and will always have its default value `false' System.Web.UI.Design/TemplatedControlDesigner.cs(239,38): warning CS0649: Field `System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is never assigned to, and will always have its default value `null' System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' is assigned but its value is never used System.Windows.Forms.Design/AxParameterData.cs(131,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(132,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(133,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(134,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is never assigned to, and will always have its default value `false' System.Windows.Forms.Design/AxParameterData.cs(135,32): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is never assigned to, and will always have its default value `null' System.Windows.Forms.Design/AxParameterData.cs(136,30): warning CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is never assigned to, and will always have its default value `null' System.Windows.Forms.Design/AxParameterData.cs(137,32): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,43): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnumerator.cs(40,28): warning CS0649: Field `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator.state' is never assigned to, and will always have its default value `0' System.Windows.Forms.Design.Behavior/Glyph.cs(41,26): warning CS0649: Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never assigned to, and will always have its default value `null' Compilation succeeded - 57 warning(s) Assembly ../../class/lib/net_2_0/tmp/System.Design.dll signed. Assembly ../../class/lib/net_2_0/System.Design.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Http' Creating ../../build/deps/net_2_0_Mono.Http.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Http' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Http' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Http' MCS [net_2_0] Mono.Http.dll Mono.Http.Configuration/AcceptEncodingSectionHandler.cs(88,31): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete. Use System.Configuration.ConfigurationErrorsException' Mono.Http.Modules/AcceptEncodingModule.cs(60,77): warning CS0618: `System.Web.HttpContext.GetConfig(string)' is obsolete: `The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202' Mono.Http.Modules/AuthenticationModule.cs(89,85): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/BasicAuthenticationModule.cs(59,90): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/BasicAuthenticationModule.cs(101,62): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/DigestAuthenticationModule.cs(71,48): warning CS0168: The variable `e' is declared but never used Mono.Http.Modules/DigestAuthenticationModule.cs(84,90): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/DigestAuthenticationModule.cs(129,62): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/DigestAuthenticationModule.cs(198,62): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Compilation succeeded - 9 warning(s) Assembly ../../class/lib/net_2_0/Mono.Http.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Http' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Http' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cairo' Creating ../../build/deps/net_2_0_Mono.Cairo.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cairo' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cairo' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cairo' MCS [net_2_0] Mono.Cairo.dll ./Mono.Cairo/SurfacePattern.cs(45,31): warning CS0108: `Cairo.SurfacePattern.Extend' hides inherited member `Cairo.Pattern.Extend'. Use the new keyword if hiding was intended ./Mono.Cairo/Pattern.cs(120,31): (Location of the symbol related to previous warning) Compilation succeeded - 1 warning(s) Assembly ../../class/lib/net_2_0/Mono.Cairo.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cairo' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cairo' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/IBM.Data.DB2' Creating ../../build/deps/net_2_0_IBM.Data.DB2.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/IBM.Data.DB2' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/IBM.Data.DB2' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/IBM.Data.DB2' MCS [net_2_0] IBM.Data.DB2.dll ./IBM.Data.DB2/DB2DataAdapter.cs(71,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2DataAdapter.cs(77,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2DataAdapter.cs(83,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2DataAdapter.cs(89,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2Command.cs(135,47): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Command.cs(140,47): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Command.cs(597,32): warning CS0219: The variable `numParams' is assigned but its value is never used ./IBM.Data.DB2/DB2OpenConnection.cs(168,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(337,54): warning CS0219: The variable `primary' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(335,56): warning CS0219: The variable `indexName' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(225,29): warning CS0219: The variable `updatable' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(647,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(686,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(726,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(765,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(868,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(914,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(961,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1051,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1104,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1144,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1181,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1219,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1293,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1451,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2ConnectionPool.cs(36,41): warning CS0169: The private field `IBM.Data.DB2.DB2ConnectionPool.openFreeMinimalAllocated' is never used ./IBM.Data.DB2/DB2ConnectionSettings.cs(39,42): warning CS0414: The private field `IBM.Data.DB2.DB2ConnectionSettings.connectionPoolSizeMax' is assigned but its value is never used ./IBM.Data.DB2/DB2ParameterCollection.cs(33,24): warning CS0414: The private field `IBM.Data.DB2.DB2ParameterCollection.hwndStmt' is assigned but its value is never used Compilation succeeded - 28 warning(s) Assembly ../../class/lib/net_2_0/IBM.Data.DB2.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/IBM.Data.DB2' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/IBM.Data.DB2' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/CustomMarshalers' Creating ../../build/deps/net_2_0_CustomMarshalers.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/CustomMarshalers' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/CustomMarshalers' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/CustomMarshalers' MCS [net_2_0] CustomMarshalers.dll Assembly ../../class/lib/net_2_0/CustomMarshalers.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/CustomMarshalers' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/CustomMarshalers' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/OpenSystem.C' Creating ../../build/deps/net_2_0_OpenSystem.C.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/OpenSystem.C' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/OpenSystem.C' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/OpenSystem.C' MCS [net_2_0] OpenSystem.C.dll Assembly ../../class/lib/net_2_0/OpenSystem.C.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/OpenSystem.C' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/OpenSystem.C' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil' Creating ../../build/deps/net_2_0_Mono.Cecil.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil' MCS [net_2_0] Mono.Cecil.dll ./Mono.Cecil/HashCodeProvider.cs(33,31): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' ./Mono.Cecil.Metadata/BlobHeap.cs(57,15): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' ./Mono.Cecil/ExternTypeCollection.cs(86,25): warning CS0618: `System.Collections.Specialized.NameObjectCollectionBase.NameObjectCollectionBase(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Use NameObjectCollectionBase(IEqualityComparer)' ./Mono.Cecil/TypeDefinitionCollection.cs(86,25): warning CS0618: `System.Collections.Specialized.NameObjectCollectionBase.NameObjectCollectionBase(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Use NameObjectCollectionBase(IEqualityComparer)' ./Mono.Cecil/TypeReferenceCollection.cs(86,25): warning CS0618: `System.Collections.Specialized.NameObjectCollectionBase.NameObjectCollectionBase(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Use NameObjectCollectionBase(IEqualityComparer)' ./Mono.Cecil.Metadata/MetadataWriter.cs(134,39): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' Compilation succeeded - 6 warning(s) Assembly ../../class/lib/net_2_0/Mono.Cecil.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil.Mdb' Creating ../../build/deps/net_2_0_Mono.Cecil.Mdb.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil.Mdb' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil.Mdb' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil.Mdb' MCS [net_2_0] Mono.Cecil.Mdb.dll Assembly ../../class/lib/net_2_0/Mono.Cecil.Mdb.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil.Mdb' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Cecil.Mdb' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Debugger.Soft' Creating ../../build/deps/net_2_0_Mono.Debugger.Soft.dll.makefrag ... Creating ../../build/deps/Mono.Debugger.Soft_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Debugger.Soft_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Debugger.Soft' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Debugger.Soft' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Debugger.Soft' MCS [net_2_0] Mono.Debugger.Soft.dll Assembly ../../class/lib/net_2_0/Mono.Debugger.Soft.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Debugger.Soft' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Debugger.Soft' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/SystemWebTestShim' Creating ../../build/deps/net_2_0_SystemWebTestShim.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/SystemWebTestShim' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/SystemWebTestShim' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/SystemWebTestShim' MCS [net_2_0] SystemWebTestShim.dll Assembly/AssemblyInfo.cs(41,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) Compilation succeeded - 1 warning(s) : -R ../../class/lib/net_2_0/SystemWebTestShim.dll ./../../class/mono.snk make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/SystemWebTestShim' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/SystemWebTestShim' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Framework' Creating ../../build/deps/net_2_0_Microsoft.Build.Framework.dll.makefrag ... Creating ../../build/deps/Microsoft.Build.Framework_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Framework_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Framework' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Framework' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Framework' MCS [net_2_0] Microsoft.Build.Framework.dll Assembly ../../class/lib/net_2_0/Microsoft.Build.Framework.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Framework' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Framework' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Utilities' Creating ../../build/deps/net_2_0_Microsoft.Build.Utilities.dll.makefrag ... Creating ../../build/deps/Microsoft.Build.Utilities_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Utilities_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Utilities' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Utilities' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Utilities' MCS [net_2_0] Microsoft.Build.Utilities.dll ../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,25): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' ../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,81): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,33): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' Compilation succeeded - 3 warning(s) Assembly ../../class/lib/net_2_0/Microsoft.Build.Utilities.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Utilities' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Utilities' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Engine' Creating ../../build/deps/net_2_0_Microsoft.Build.Engine.dll.makefrag ... Creating ../../build/deps/Microsoft.Build.Engine_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Engine_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Engine' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Engine' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Engine' MCS [net_2_0] Microsoft.Build.Engine.dll ../../tools/xbuild/SolutionParser.cs(316,32): warning CS0219: The variable `strVersion' is assigned but its value is never used Microsoft.Build.BuildEngine/DirectoryScanner.cs(60,34): warning CS0168: The variable `splitExclude' is declared but never used Microsoft.Build.BuildEngine/BuildChoose.cs(38,33): warning CS0414: The private field `Microsoft.Build.BuildEngine.BuildChoose.project' is assigned but its value is never used Microsoft.Build.BuildEngine/BuildChoose.cs(39,33): warning CS0414: The private field `Microsoft.Build.BuildEngine.BuildChoose.xmlElement' is assigned but its value is never used Microsoft.Build.BuildEngine/BuildWhen.cs(36,41): warning CS0414: The private field `Microsoft.Build.BuildEngine.BuildWhen.parentProject' is assigned but its value is never used Microsoft.Build.BuildEngine/Engine.cs(47,44): warning CS0414: The private field `Microsoft.Build.BuildEngine.Engine.toolsetLocations' is assigned but its value is never used Microsoft.Build.BuildEngine/Project.cs(47,57): warning CS0649: Field `Microsoft.Build.BuildEngine.Project.conditionedProperties' is never assigned to, and will always have its default value `null' Compilation succeeded - 7 warning(s) Assembly ../../class/lib/net_2_0/Microsoft.Build.Engine.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Engine' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Engine' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Tasks' Creating ../../build/deps/net_2_0_Microsoft.Build.Tasks.dll.makefrag ... Creating ../../build/deps/Microsoft.Build.Tasks_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Tasks_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Tasks' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Tasks' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Tasks' MCS [net_2_0] Microsoft.Build.Tasks.dll ../Microsoft.Build.Engine/Microsoft.Build.BuildEngine/DirectoryScanner.cs(60,34): warning CS0168: The variable `splitExclude' is declared but never used Microsoft.Build.Tasks/AL.cs(40,25): warning CS0169: The private field `Microsoft.Build.Tasks.AL.alProcess' is never used Microsoft.Build.Tasks/AssemblyResolver.cs(49,30): warning CS0169: The private field `Microsoft.Build.Tasks.AssemblyResolver.sw' is never used Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.products' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is never assigned to, and will always have its default value `0' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_keyword' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity' is never assigned to, and will always have its default value `0' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.component_files' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded' is never assigned to, and will always have its default value `false' Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,49): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.productBuilders' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.product' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isFrameworkAssembly' is never assigned to, and will always have its default value `false' Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isNeutralPlatform' is never assigned to, and will always have its default value `false' Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isStrongName' is never assigned to, and will always have its default value `false' Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.externalProxyStubs' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.description' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.threadingModel' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.comClasses' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.proxyStubs' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.typeLibs' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,49): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemblyReferences' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileReferences' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,49): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.outputMessages' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(41,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.error_count' is never assigned to, and will always have its default value `0' Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(43,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.warning_count' is never assigned to, and will always have its default value `0' Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.name' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.text' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,41): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.type' is never assigned to, and will always have its default value `0' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.baseInterface' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numMethods' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbId' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,33): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUnmanagedCodePermission' is never assigned to, and will always have its default value `false' Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDirectory' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resourceId' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.name' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,25): warning CS0649: Field `Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.versioned' is never assigned to, and will always have its default value `false' Microsoft.Build.Tasks/ResolveAssemblyReference.cs(63,33): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,33): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks/ResolveAssemblyReference.cs(68,33): warning CS0649: Field `Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is never assigned to, and will always have its default value `null' Microsoft.Build.Tasks/SGen.cs(44,24): warning CS0649: Field `Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned to, and will always have its default value `null' Compilation succeeded - 55 warning(s) Assembly ../../class/lib/net_2_0/Microsoft.Build.Tasks.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Tasks' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Microsoft.Build.Tasks' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Xml.Linq' Creating ../../build/deps/net_2_0_System.Xml.Linq.dll.makefrag ... Creating ../../build/deps/System.Xml.Linq_test_net_2_0.dll.response ... Creating ../../build/deps/System.Xml.Linq_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Xml.Linq' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Xml.Linq' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Xml.Linq' MCS [net_2_0] System.Xml.Linq.dll System.Xml.Linq/XObject.cs(44,67): warning CS0067: The event `System.Xml.Linq.XObject.Changing' is never used System.Xml.Linq/XObject.cs(45,67): warning CS0067: The event `System.Xml.Linq.XObject.Changed' is never used Compilation succeeded - 2 warning(s) Assembly ../../class/lib/net_2_0/System.Xml.Linq.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Xml.Linq' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Xml.Linq' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization' Creating ../../build/deps/net_2_0_System.Runtime.Serialization.dll.makefrag ... Creating ../../build/deps/System.Runtime.Serialization_test_net_2_0.dll.response ... Creating ../../build/deps/System.Runtime.Serialization_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization' MCS [net_2_0] System.Runtime.Serialization.dll System.Runtime.Serialization/XsdDataContractExporter-new.cs(77,47): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' System.Runtime.Serialization/ExportOptions.cs(36,37): warning CS0649: Field `System.Runtime.Serialization.ExportOptions.known_types' is never assigned to, and will always have its default value `null' Compilation succeeded - 2 warning(s) Assembly ../../class/lib/net_2_0/System.Runtime.Serialization.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Runtime.Serialization' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions' Creating ../../build/deps/net_2_0_System.Data.DataSetExtensions.dll.makefrag ... Creating ../../build/deps/System.Data.DataSetExtensions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data.DataSetExtensions_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions/Test' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions/Test' make[9]: Nothing to be done for `all-local'. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions/Test' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions/Test' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions' MCS [net_2_0] System.Data.DataSetExtensions.dll System.Data/OrderedEnumerableRowCollection.cs(40,70): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data.OrderedEnumerableRowCollection' System.Data/OrderedEnumerableRowCollection.cs(37,29): (Location of the symbol related to previous warning) System.Data/OrderedEnumerableRowCollection.cs(47,70): warning CS0693: Type parameter `TRow' has the same name as the type parameter from outer type `System.Data.OrderedEnumerableRowCollection' System.Data/OrderedEnumerableRowCollection.cs(37,29): (Location of the symbol related to previous warning) System.Data/OrderedEnumerableRowCollection.cs(68,44): warning CS0109: The member `System.Data.SortComparer.comparers' does not hide an inherited member. The new keyword is not required Compilation succeeded - 3 warning(s) Assembly ../../class/lib/net_2_0/System.Data.DataSetExtensions.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.DataSetExtensions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.Linq' Creating ../../build/deps/net_2_0_System.Data.Linq.dll.makefrag ... Creating ../../build/deps/System.Data.Linq_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data.Linq_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.Linq' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.Linq' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.Linq' MCS [net_2_0] System.Data.Linq.dll src/DbLinq/Schema/Dbml/DatabaseSerializer.cs(2205,38): warning CS0114: `DbLinq.Schema.Dbml.XmlSerializerContract.GetSerializer(System.Type)' hides inherited member `System.Xml.Serialization.XmlSerializerImplementation.GetSerializer(System.Type)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Xml.dll (Location of the symbol related to previous warning) src/DbLinq.Firebird/FirebirdSchemaLoader.cs(65,13): warning CS0162: Unreachable code detected src/DbLinq.Firebird/FirebirdSchemaLoader.cs(71,17): warning CS0162: Unreachable code detected src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq.MySql/MySqlVendor.cs(101,25): warning CS0168: The variable `result' is declared but never used src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays as attribute arguments are not CLS-compliant src/DbLinq/Data/Linq/DataContext.cs(672,30): warning CS0219: The variable `thisType' is assigned but its value is never used src/DbLinq/Data/Linq/EntitySet.cs(303,30): warning CS0168: The variable `item' is declared but never used src/DbLinq/Data/Linq/EntitySet.cs(540,17): warning CS0168: The variable `_' is declared but never used src/DbLinq/Data/Linq/Mapping/XmlMappingSource.cs(176,85): warning CS0162: Unreachable code detected src/DbLinq/Data/Linq/Sugar/Expressions/EntitySetExpression.cs(100,22): warning CS0219: The variable `ho' is assigned but its value is never used src/DbLinq/Data/Linq/Sugar/Expressions/EntitySetExpression.cs(100,26): warning CS0219: The variable `ht' is assigned but its value is never used src/DbLinq/Data/Linq/Sugar/Expressions/SpecialExpression.cs(172,42): warning CS0168: The variable `dontCare' is declared but never used src/DbLinq/Data/Linq/Sugar/Implementation/ExpressionDispatcher.Analyzer.cs(406,36): warning CS0219: The variable `tier' is assigned but its value is never used src/DbLinq/Data/Linq/Sugar/Implementation/ExpressionDispatcher.Registrar.cs(474,17): warning CS0168: The variable `entityType' is declared but never used src/DbLinq/Data/Linq/Sugar/Implementation/QueryRunner.cs(224,21): warning CS0219: The variable `rowsCount' is assigned but its value is never used src/DbLinq/Data/Linq/Sugar/Implementation/QueryRunner.cs(291,21): warning CS0219: The variable `rowsCount' is assigned but its value is never used src/DbLinq/Data/Linq/Sugar/Implementation/SqlBuilder.cs(206,37): warning CS0219: The variable `p' is assigned but its value is never used src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: Identifier `DbLinq.Util.BaseLock._Locks' is not CLS-compliant src/DbLinq/Vendor/DbSchemaLoader.cs(141,17): warning CS0168: The variable `iDatPrec' is declared but never used src/DbLinq/Data/Linq/DataContext.cs(664,30): warning CS0414: The private field `System.Data.Linq.DataContext.DataMapper' is assigned but its value is never used src/DbLinq/Data/Linq/Mapping/AttributedMetaTable.cs(53,32): warning CS0414: The private field `DbLinq.Data.Linq.Mapping.AttributedMetaTable._tableAttribute' is assigned but its value is never used Compilation succeeded - 27 warning(s) Assembly ../../class/lib/net_2_0/System.Data.Linq.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.Linq' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Data.Linq' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make all-local make[10]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make[10]: Nothing to be done for `all-local'. make[10]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test/TestMonoWeb' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[9]: Nothing to be done for `all-local'. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web/Test' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[8]: Nothing to be done for `all-local'. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Abstractions' Creating ../../build/deps/net_2_0_System.Web.Abstractions.dll.makefrag ... Creating ../../build/deps/System.Web.Abstractions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.Abstractions_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Abstractions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Abstractions' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Abstractions' MCS [net_2_0] System.Web.Abstractions.dll Assembly ../../class/lib/net_2_0/System.Web.Abstractions.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Abstractions' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Abstractions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Routing' Creating ../../build/deps/net_2_0_System.Web.Routing.dll.makefrag ... Creating ../../build/deps/System.Web.Routing_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.Routing_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Routing' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Routing' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Routing' MCS [net_2_0] System.Web.Routing.dll System.Web.Routing/RouteCollection.cs(83,37): warning CS0414: The private field `System.Web.Routing.RouteCollection.provider' is assigned but its value is never used Compilation succeeded - 1 warning(s) Assembly ../../class/lib/net_2_0/System.Web.Routing.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Routing' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Routing' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel' Creating ../../build/deps/net_2_0_System.IdentityModel.dll.makefrag ... Creating ../../build/deps/System.IdentityModel_test_net_2_0.dll.response ... Creating ../../build/deps/System.IdentityModel_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel' MCS [net_2_0] System.IdentityModel.dll System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,49): warning CS0109: The member `System.IdentityModel.Tokens.SamlAuthenticationStatement.bindings' does not hide an inherited member. The new keyword is not required System.IdentityModel.Claims/ClaimSet.cs(39,33): warning CS0649: Field `System.IdentityModel.Claims.ClaimSet.win' is never assigned to, and will always have its default value `null' System.IdentityModel.Claims/WindowsClaimSet.cs(38,33): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.identity' is never assigned to, and will always have its default value `null' System.IdentityModel.Claims/WindowsClaimSet.cs(39,26): warning CS0649: Field `System.IdentityModel.Claims.WindowsClaimSet.expiration_time' is never assigned to, and will always have its default value `null' System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(42,51): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator.authenticators' is assigned but its value is never used System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(43,26): warning CS0414: The private field `System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator.max_clock_skew' is assigned but its value is never used System.IdentityModel.Selectors/WindowsUserNameSecurityTokenAuthenticator.cs(38,22): warning CS0414: The private field `System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator.include_win_groups' is assigned but its value is never used System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,35): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.cred' is never used System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,41): warning CS0169: The private field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.imp_level' is never used System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,24): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.svc_principal_name' is never assigned to, and will always have its default value `null' System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,44): warning CS0649: Field `System.IdentityModel.Tokens.KerberosRequestorSecurityToken.id' is never assigned to, and will always have its default value `null' Compilation succeeded - 11 warning(s) Assembly ../../class/lib/net_2_0/System.IdentityModel.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel.Selectors' Creating ../../build/deps/net_2_0_System.IdentityModel.Selectors.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel.Selectors' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel.Selectors' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel.Selectors' MCS [net_2_0] System.IdentityModel.Selectors.dll Assembly ../../class/lib/net_2_0/System.IdentityModel.Selectors.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel.Selectors' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.IdentityModel.Selectors' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel' Creating ../../build/deps/net_2_0_System.ServiceModel.dll.makefrag ... Creating ../../build/deps/System.ServiceModel_test_net_2_0.dll.response ... Creating ../../build/deps/System.ServiceModel_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel' MCS [net_2_0] System.ServiceModel.dll Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0): warning CS1030: #warning: `"Client certificate selection is unfinished"' Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): warning CS1030: #warning: `Review that selected alert is correct' Mono.Security.Protocol.Tls/HttpsClientStream.cs(98,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally System.ServiceModel.Channels/TcpReplyChannel.cs(121,44): warning CS0168: The variable `ex' is declared but never used System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs(85,29): warning CS0168: The variable `listener' is declared but never used System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,33): warning CS0162: Unreachable code detected System.ServiceModel/ClientBase.cs(288,52): warning CS0168: The variable `ex' is declared but never used System.ServiceModel/ClientRuntimeChannel.cs(477,44): warning CS0168: The variable `ex' is declared but never used Mono.CodeGeneration/CodeAnd.cs(35,22): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always have its default value `null' Mono.CodeGeneration/CodeAnd.cs(36,22): warning CS0649: Field `Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always have its default value `null' Mono.CodeGeneration/CodeOr.cs(34,22): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always have its default value `null' Mono.CodeGeneration/CodeOr.cs(35,22): warning CS0649: Field `Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always have its default value `null' Mono.CodeGeneration/CodeTryBlock.cs(48,32): warning CS0649: Field `Mono.CodeGeneration.CodeTry.condition' is never assigned to, and will always have its default value `null' System.ServiceModel.Channels/MsmqBindingElementBase.cs(39,59): warning CS0649: Field `System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is never assigned to, and will always have its default value `false' System.ServiceModel.Channels/MsmqInputChannel.cs(36,33): warning CS0649: Field `System.ServiceModel.Channels.MsmqInputChannel.local_address' is never assigned to, and will always have its default value `null' System.ServiceModel.Channels/MsmqMessageProperty.cs(43,21): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never assigned to, and will always have its default value `0' System.ServiceModel.Channels/MsmqMessageProperty.cs(43,34): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never assigned to, and will always have its default value `0' System.ServiceModel.Channels/MsmqMessageProperty.cs(44,34): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' is never assigned to, and will always have its default value `null' System.ServiceModel.Channels/MsmqMessageProperty.cs(45,33): warning CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is never assigned to, and will always have its default value `null' System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,46): warning CS0649: Field `System.ServiceModel.Configuration.MsmqIntegrationBindingElement.binding_element_type' is never assigned to, and will always have its default value `null' System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,46): warning CS0649: Field `System.ServiceModel.Configuration.NetMsmqBindingElement.binding_element_type' is never assigned to, and will always have its default value `null' System.ServiceModel.Description/WSTrustSTSContract.cs(279,31): warning CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is never assigned to, and will always have its default value `null' System.ServiceModel.Description/WSTrustSTSContract.cs(294,31): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is never assigned to, and will always have its default value `null' System.ServiceModel.Description/WSTrustSTSContract.cs(296,31): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is never assigned to, and will always have its default value `null' System.ServiceModel.Description/WSTrustSTSContract.cs(298,31): warning CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is never assigned to, and will always have its default value `null' System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,31): warning CS0649: Field `System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolved_token' is never assigned to, and will always have its default value `null' System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,26): warning CS0649: Field `System.ServiceModel.Security.Tokens.SspiSecurityToken.valid_to' is never assigned to, and will always have its default value `null' System.ServiceModel.Security.Tokens/SspiSession.cs(17,49): warning CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' is never assigned to, and will always have its default value `0' System.ServiceModel.Security.Tokens/SspiSession.cs(159,29): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never assigned to, and will always have its default value `0' System.ServiceModel.Security.Tokens/SspiSession.cs(159,45): warning CS0649: Field `System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is never assigned to, and will always have its default value `0' System.ServiceModel/NetTcpBinding.cs(43,41): warning CS0649: Field `System.ServiceModel.NetTcpBinding.reliable_session' is never assigned to, and will always have its default value `null' System.ServiceModel/ServiceSecurityContext.cs(40,47): warning CS0649: Field `System.ServiceModel.ServiceSecurityContext.current' is never assigned to, and will always have its default value `null' System.ServiceModel/WSDualHttpBinding.cs(50,33): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.reliable_session' is never assigned to, and will always have its default value `null' System.ServiceModel/WSDualHttpBinding.cs(51,33): warning CS0649: Field `System.ServiceModel.WSDualHttpBinding.env_version' is never assigned to, and will always have its default value `null' Compilation succeeded - 34 warning(s) Assembly ../../class/lib/net_2_0/System.ServiceModel.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions' Makefile:88: ../../build/deps/System.Web.Extensions_standalone_test_net_2_0.dll.makefrag: No such file or directory Creating ../../build/deps/net_2_0_System.Web.Extensions.dll.makefrag ... Creating ../../build/deps/System.Web.Extensions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.Extensions_test_net_2_0.dll.makefrag ... Creating ../../build/deps/System.Web.Extensions_standalone_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions/Test' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions/Test' make[9]: Nothing to be done for `all-local'. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions/Test' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions/Test' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions' MCS [net_2_0] System.Web.Extensions.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../System.Web/System.Web.Util/MachineKeySectionUtils.cs(110,33): warning CS0162: Unreachable code detected ../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(94,33): warning CS0436: The type `System.Web.Util.MachineKeySectionUtils' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ./System.Web.Script.Serialization/JsonSerializer.cs(355,32): warning CS0168: The variable `key' is declared but never used ./System.Web.Script.Serialization/JsonSerializer.cs(370,32): warning CS0168: The variable `key' is declared but never used ./System.Web.UI/ScriptManager.cs(1199,45): warning CS0219: The variable `ctx' is assigned but its value is never used ./System.Web.UI.WebControls/ListView.cs(1035,42): warning CS0168: The variable `lvdi' is declared but never used ./System.Web.UI.WebControls/ListView.cs(1023,38): warning CS0168: The variable `container' is declared but never used ./System.Web.ClientServices.Providers/ClientFormsAuthenticationMembershipProvider.cs(46,68): warning CS0067: The event `System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider.UserValidated' is never used ./System.Web.ClientServices.Providers/ClientSettingsProvider.cs(47,68): warning CS0067: The event `System.Web.ClientServices.Providers.ClientSettingsProvider.SettingsSaved' is never used ./System.Web.Script.Serialization/JsonDeserializer.cs(293,38): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.serializer' is assigned but its value is never used ./System.Web.Script.Serialization/JsonDeserializer.cs(294,40): warning CS0414: The private field `System.Web.Script.Serialization.JsonDeserializer.typeResolver' is assigned but its value is never used ./System.Web.Script.Serialization/JsonDeserializer.cs(305,22): warning CS0169: The private field `System.Web.Script.Serialization.JsonDeserializer.negated' is never used ./System.Web.UI.WebControls/NextPreviousPagerField.cs(46,21): warning CS0414: The private field `System.Web.UI.WebControls.NextPreviousPagerField._fieldIndex' is assigned but its value is never used ./System.Web.UI.WebControls/NumericPagerField.cs(49,21): warning CS0414: The private field `System.Web.UI.WebControls.NumericPagerField._fieldIndex' is assigned but its value is never used ./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) Compilation succeeded - 16 warning(s) Assembly ../../class/lib/net_2_0/System.Web.Extensions.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions.Design' Creating ../../build/deps/net_2_0_System.Web.Extensions.Design.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions.Design' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions.Design' MCS [net_2_0] System.Web.Extensions.Design.dll Assembly ../../class/lib/net_2_0/System.Web.Extensions.Design.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions.Design' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Extensions.Design' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations' Creating ../../build/deps/net_2_0_System.ComponentModel.DataAnnotations.dll.makefrag ... Creating ../../build/deps/System.ComponentModel.DataAnnotations_test_net_2_0.dll.response ... Creating ../../build/deps/System.ComponentModel.DataAnnotations_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations' make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations/Test' make all-local make[9]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations/Test' make[9]: Nothing to be done for `all-local'. make[9]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations/Test' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations/Test' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations' MCS [net_2_0] System.ComponentModel.DataAnnotations.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.dll (Location of the symbol related to previous warning) System.ComponentModel.DataAnnotations/RangeAttribute.cs(143,40): warning CS0219: The variable `message' is assigned but its value is never used System.ComponentModel.DataAnnotations/ValidationAttribute.cs(42,24): warning CS0414: The private field `System.ComponentModel.DataAnnotations.ValidationAttribute.errorMessageString' is assigned but its value is never used Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.dll (Location of the symbol related to previous warning) Compilation succeeded - 4 warning(s) Assembly ../../class/lib/net_2_0/System.ComponentModel.DataAnnotations.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ComponentModel.DataAnnotations' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.DynamicData' Creating ../../build/deps/net_2_0_System.Web.DynamicData.dll.makefrag ... Creating ../../build/deps/System.Web.DynamicData_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.DynamicData_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.DynamicData' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.DynamicData' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.DynamicData' MCS [net_2_0] System.Web.DynamicData.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) System.Web.DynamicData/DynamicDataRoute.cs(61,48): warning CS0108: `System.Web.DynamicData.DynamicDataRoute.RouteHandler' hides inherited member `System.Web.Routing.Route.RouteHandler'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.Routing.dll (Location of the symbol related to previous warning) System.Web.DynamicData/DynamicValidator.cs(97,32): warning CS0219: The variable `value' is assigned but its value is never used System.Web.DynamicData.ModelProviders/DLinqColumnProvider.cs(61,32): warning CS0414: The private field `System.Web.DynamicData.ModelProviders.DLinqColumnProvider.meta' is assigned but its value is never used System.Web.DynamicData.ModelProviders/DLinqTableProvider.cs(61,27): warning CS0169: The private field `System.Web.DynamicData.ModelProviders.DLinqTableProvider.table' is never used Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) Compilation succeeded - 6 warning(s) Assembly ../../class/lib/net_2_0/System.Web.DynamicData.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.DynamicData' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.DynamicData' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel.Web' Creating the per profile list ../../build/deps/net_2_0_System.ServiceModel.Web.dll.sources ... /bin/sh ./../../build/gensources.sh ../../build/deps/net_2_0_System.ServiceModel.Web.dll.sources net_2_0_System.ServiceModel.Web.dll.sources Creating ../../build/deps/net_2_0_System.ServiceModel.Web.dll.makefrag ... Creating ../../build/deps/System.ServiceModel.Web_test_net_2_0.dll.response ... Creating ../../build/deps/System.ServiceModel.Web_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel.Web' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel.Web' MCS [net_2_0] System.ServiceModel.Web.dll ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.ServiceModel.dll (Location of the symbol related to previous warning) System.Runtime.Serialization.Json/JavaScriptReader.cs(220,30): warning CS0219: The variable `negexp' is assigned but its value is never used System.Runtime.Serialization.Json/JavaScriptReader.cs(318,29): warning CS0219: The variable `c' is assigned but its value is never used System.Runtime.Serialization.Json/JsonSerializationReader.cs(63,33): warning CS0219: The variable `rootMap' is assigned but its value is never used System.ServiceModel.Description/WebHttpBehavior.cs(53,50): warning CS0219: The variable `info' is assigned but its value is never used System.ServiceModel.Dispatcher/JsonQueryStringConverter.cs(190,25): warning CS0162: Unreachable code detected System.ServiceModel.Dispatcher/WebMessageFormatter.cs(167,33): warning CS0162: Unreachable code detected System.ServiceModel.Dispatcher/WebMessageFormatter.cs(176,33): warning CS0162: Unreachable code detected System.ServiceModel.Syndication/CategoriesDocument.cs(60,29): warning CS0168: The variable `f' is declared but never used System.Runtime.Serialization.Json/JavaScriptReader.cs(15,22): warning CS0414: The private field `System.Runtime.Serialization.Json.JavaScriptReader.raise_on_number_error' is assigned but its value is never used System.Runtime.Serialization.Json/JsonReader.cs(108,43): warning CS0414: The private field `System.Runtime.Serialization.Json.JsonReader.quotas' is assigned but its value is never used System.Runtime.Serialization.Json/JsonSerializationReader.cs(45,22): warning CS0414: The private field `System.Runtime.Serialization.Json.JsonSerializationReader.verify_object_name' is assigned but its value is never used System.Runtime.Serialization.Json/TypeMap.cs(149,24): warning CS0414: The private field `System.Runtime.Serialization.Json.TypeMap.element' is assigned but its value is never used System.Runtime.Serialization.Json/TypeMap.cs(152,41): warning CS0414: The private field `System.Runtime.Serialization.Json.TypeMap.deser_methods_args' is assigned but its value is never used System.ServiceModel.Configuration/WebHttpBindingCollectionElement.cs(53,56): warning CS0414: The private field `System.ServiceModel.Configuration.WebHttpBindingCollectionElement.properties' is assigned but its value is never used System.ServiceModel.Dispatcher/JsonQueryStringConverter.cs(41,44): warning CS0414: The private field `System.ServiceModel.Dispatcher.JsonQueryStringConverter.serializer' is assigned but its value is never used System.ServiceModel.Syndication/ResourceCollectionInfo.cs(78,22): warning CS0414: The private field `System.ServiceModel.Syndication.ResourceCollectionInfo.allow_new_entries' is assigned but its value is never used System.ServiceModel/WebHttpBinding.cs(68,22): warning CS0649: Field `System.ServiceModel.WebHttpBinding.receive_synchronously' is never assigned to, and will always have its default value `false' System/UriTemplateTable.cs(68,22): warning CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned to, and will always have its default value `false' Assembly/AssemblyInfo.cs(38,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/System.ServiceModel.dll (Location of the symbol related to previous warning) Compilation succeeded - 20 warning(s) Assembly ../../class/lib/net_2_0/System.ServiceModel.Web.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel.Web' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.ServiceModel.Web' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc' Creating ../../build/deps/net_2_0_System.Web.Mvc.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc' /bin/sh ./../../mkinstalldirs ../../class/compat/net_2_0/tmp/ mkdir -p -- ../../class/compat/net_2_0/tmp/ touch ../../class/compat/net_2_0/tmp//.stamp MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo System.Web.Mvc/Resources/MvcResources.resx | cat` Read in 46 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc/System.Web.Mvc/Resources/MvcResources.resx' Writing resource file... Done. MCS [net_2_0] System.Web.Mvc.dll System.Web.Mvc/ActionMethodDispatcher.cs(61,34): warning CS1717: Assignment made to same variable; did you mean to assign something else? System.Web.Mvc/ControllerActionInvoker.cs(324,20): warning CS0219: The variable `rawUrl' is assigned but its value is never used Compilation succeeded - 2 warning(s) Assembly ../../class/compat/net_2_0/tmp/System.Web.Mvc.dll signed. Assembly ../../class/compat/net_2_0/System.Web.Mvc.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2' Creating ../../build/deps/net_2_0_System.Web.Mvc2.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2' MONO_PATH="./../../class/lib/net_2_0:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime/mono-wrapper ./../../class/lib/net_2_0_bootstrap/resgen.exe `echo System.Web.Mvc/Resources/MvcResources.resx | cat` Read in 81 resources from '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2/System.Web.Mvc/Resources/MvcResources.resx' Writing resource file... Done. MCS [net_2_0] System.Web.Mvc.dll warning CS1616: Option `keyfile' overrides attribute `System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module Properties/AssemblyInfo.cs(63,12): (Location of the symbol related to previous warning) System.Web.Mvc/ActionMethodDispatcher.cs(61,34): warning CS1717: Assignment made to same variable; did you mean to assign something else? System.Web.Mvc/ControllerActionInvoker.cs(329,20): warning CS0219: The variable `rawUrl' is assigned but its value is never used Compilation succeeded - 3 warning(s) Assembly ../../class/lib/net_2_0/tmp/System.Web.Mvc.dll signed. Assembly ../../class/lib/net_2_0/System.Web.Mvc.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/System.Web.Mvc2' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.C5' Creating ../../build/deps/net_2_0_Mono.C5.dll.makefrag ... Creating ../../build/deps/Mono.C5_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.C5_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.C5' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.C5' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.C5' MCS [net_2_0] Mono.C5.dll C5/hashing/HashBag.cs(298,0): warning CS1030: #warning: `Improve if items is a counting bag' C5/hashing/HashBag.cs(390,0): warning CS1030: #warning: `We could send bag events here easily using a CircularQueue of (should?)' C5/hashing/HashBag.cs(586,0): warning CS1030: #warning: `We could easily raise bag events' C5/trees/RedBlackTreeBag.cs(1542,0): warning CS1030: #warning: `for bag implementation: count is wrong' C5/trees/RedBlackTreeBag.cs(2151,0): warning CS1030: #warning: `how does this work together with persistence?' C5/trees/RedBlackTreeBag.cs(2164,0): warning CS1030: #warning: `improve (mainly for bag) by using a Node iterator instead of ItemMultiplicities()' C5/trees/RedBlackTreeSet.cs(1542,0): warning CS1030: #warning: `for bag implementation: count is wrong' C5/trees/RedBlackTreeSet.cs(2151,0): warning CS1030: #warning: `how does this work together with persistence?' C5/trees/RedBlackTreeSet.cs(2164,0): warning CS1030: #warning: `improve (mainly for bag) by using a Node iterator instead of ItemMultiplicities()' C5/linkedlists/HashedLinkedList.cs(1453,0): warning CS1030: #warning: `INEFFICIENT' C5/linkedlists/HashedLinkedList.cs(1554,0): warning CS1030: #warning: `must we check stamps here?' C5/linkedlists/LinkedList.cs(1453,0): warning CS1030: #warning: `INEFFICIENT' C5/linkedlists/LinkedList.cs(1554,0): warning CS1030: #warning: `must we check stamps here?' C5/Delegates.cs(28,25): warning CS1691: `1711' is not a valid warning number C5/Interfaces.cs(727,10): warning CS0108: `C5.IList.IsFixedSize' hides inherited member `System.Collections.IList.IsFixedSize'. Use the new keyword if hiding was intended /var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) C5/Dictionaries.cs(481,25): warning CS3006: Overloaded method `C5.DictionaryBase.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Dictionaries.cs(470,25): (Location of the symbol related to previous warning) C5/trees/RedBlackTreeBag.cs(2470,82): warning CS0219: The variable `p' is assigned but its value is never used C5/Dictionaries.cs(481,25): warning CS3006: Overloaded method `C5.DictionaryBase.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Dictionaries.cs(470,25): (Location of the symbol related to previous warning) C5/linkedlists/HashedLinkedList.cs(1031,20): warning CS0219: The variable `endpoint' is assigned but its value is never used C5/linkedlists/LinkedList.cs(1892,7): warning CS0162: Unreachable code detected C5/linkedlists/LinkedList.cs(1130,20): warning CS0219: The variable `endpoint' is assigned but its value is never used C5/Collections.cs(1246,28): warning CS3005: Identifier `C5.ArrayBase.insert(int, T)' differing only in case is not CLS-compliant C5/arrays/HashedArrayList.cs(825,25): (Location of the symbol related to previous warning) C5/arrays/HashedArrayList.cs(1219,24): warning CS3005: Identifier `C5.HashedArrayList.Offset' differing only in case is not CLS-compliant C5/Collections.cs(1206,19): (Location of the symbol related to previous warning) C5/Collections.cs(1246,28): warning CS3005: Identifier `C5.ArrayBase.insert(int, T)' differing only in case is not CLS-compliant C5/arrays/ArrayList.cs(825,25): (Location of the symbol related to previous warning) C5/arrays/ArrayList.cs(1219,24): warning CS3005: Identifier `C5.ArrayList.Offset' differing only in case is not CLS-compliant C5/Collections.cs(1206,19): (Location of the symbol related to previous warning) C5/Dictionaries.cs(481,25): warning CS3006: Overloaded method `C5.DictionaryBase.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Dictionaries.cs(470,25): (Location of the symbol related to previous warning) C5/Dictionaries.cs(481,25): warning CS3006: Overloaded method `C5.DictionaryBase.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Dictionaries.cs(470,25): (Location of the symbol related to previous warning) C5/Interfaces.cs(1701,10): warning CS3006: Overloaded method `C5.IDictionary.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Interfaces.cs(1692,10): (Location of the symbol related to previous warning) C5/Interfaces.cs(1701,10): warning CS3006: Overloaded method `C5.IDictionary.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Interfaces.cs(1692,10): (Location of the symbol related to previous warning) C5/Wrappers.cs(2078,17): warning CS3006: Overloaded method `C5.GuardedDictionary.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Wrappers.cs(2070,17): (Location of the symbol related to previous warning) C5/Wrappers.cs(2078,17): warning CS3006: Overloaded method `C5.GuardedDictionary.Find(K, out V)' differing only in ref or out, or in array rank, is not CLS-compliant C5/Wrappers.cs(2070,17): (Location of the symbol related to previous warning) C5/Builtin.cs(98,34): warning CS3001: Argument type `sbyte' is not CLS-compliant C5/Builtin.cs(108,30): warning CS3001: Argument type `sbyte' is not CLS-compliant C5/Builtin.cs(108,43): warning CS3001: Argument type `sbyte' is not CLS-compliant C5/Builtin.cs(234,35): warning CS3001: Argument type `ushort' is not CLS-compliant C5/Builtin.cs(244,31): warning CS3001: Argument type `ushort' is not CLS-compliant C5/Builtin.cs(244,45): warning CS3001: Argument type `ushort' is not CLS-compliant C5/Builtin.cs(329,33): warning CS3001: Argument type `uint' is not CLS-compliant C5/Builtin.cs(339,29): warning CS3001: Argument type `uint' is not CLS-compliant C5/Builtin.cs(339,41): warning CS3001: Argument type `uint' is not CLS-compliant C5/Builtin.cs(425,34): warning CS3001: Argument type `ulong' is not CLS-compliant C5/Builtin.cs(435,30): warning CS3001: Argument type `ulong' is not CLS-compliant C5/Builtin.cs(435,43): warning CS3001: Argument type `ulong' is not CLS-compliant C5/Collections.cs(778,17): warning CS0414: The private field `C5.CollectionBase.isortedtype' is assigned but its value is never used Compilation succeeded - 44 warning(s) Assembly ../../class/lib/net_2_0/Mono.C5.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.C5' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.C5' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Management' Creating ../../build/deps/net_2_0_Mono.Management.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Management' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Management' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Management' MCS [net_2_0] Mono.Management.dll Assembly ../../class/lib/net_2_0/tmp/Mono.Management.dll signed. Assembly ../../class/lib/net_2_0/Mono.Management.dll is strongnamed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Management' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Management' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Options' Creating ../../build/deps/net_2_0_Mono.Options.dll.makefrag ... Creating ../../build/deps/Mono.Options_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Options_test_net_2_0.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Options' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Options' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Options' MCS [net_2_0] Mono.Options.dll Assembly ../../class/lib/net_2_0/Mono.Options.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Options' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Options' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Simd' Creating ../../build/deps/net_2_0_Mono.Simd.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Simd' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Simd' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Simd' MCS [net_2_0] Mono.Simd.dll Mono.Simd/Vector4f.cs(88,23): warning CS0660: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector4f.cs(88,23): warning CS0661: `Mono.Simd.Vector4f' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/Vector4ui.cs(34,23): warning CS0660: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector4ui.cs(34,23): warning CS0661: `Mono.Simd.Vector4ui' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/Vector4i.cs(33,23): warning CS0660: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector4i.cs(33,23): warning CS0661: `Mono.Simd.Vector4i' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/Vector8us.cs(34,23): warning CS0660: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector8us.cs(34,23): warning CS0661: `Mono.Simd.Vector8us' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/Vector8s.cs(33,23): warning CS0660: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector8s.cs(33,23): warning CS0661: `Mono.Simd.Vector8s' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/Vector16b.cs(33,23): warning CS0660: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector16b.cs(33,23): warning CS0661: `Mono.Simd.Vector16b' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/Vector16sb.cs(34,23): warning CS0660: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.Equals(object o) Mono.Simd/Vector16sb.cs(34,23): warning CS0661: `Mono.Simd.Vector16sb' defines operator == or operator != but does not override Object.GetHashCode() Mono.Simd/VectorOperations.cs(64,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.ArithmeticRightShift(this Mono.Simd.Vector4ui, int)' is not CLS-compliant Mono.Simd/VectorOperations.cs(64,85): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(75,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.ArithmeticRightShift(this Mono.Simd.Vector8us, int)' is not CLS-compliant Mono.Simd/VectorOperations.cs(75,85): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(114,75): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(146,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.AddWithSaturation(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(146,82): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(146,96): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(157,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.AddWithSaturation(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(157,84): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(157,99): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(190,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.SubtractWithSaturation(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(190,87): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(190,101): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(201,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.SubtractWithSaturation(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(201,89): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(201,104): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(234,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.MultiplyStoreHigh(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(234,82): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(234,96): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(296,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.Average(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(296,72): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(296,86): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(340,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.Max(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui)' is not CLS-compliant Mono.Simd/VectorOperations.cs(340,61): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(340,75): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(357,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.Max(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(357,68): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(357,82): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(377,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.Max(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(377,70): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(377,85): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(412,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.Min(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui)' is not CLS-compliant Mono.Simd/VectorOperations.cs(412,61): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(412,75): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(429,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.Min(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(429,68): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(429,82): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(440,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.Min(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(440,70): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(440,85): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(532,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.CompareEqual(this Mono.Simd.Vector2ul, Mono.Simd.Vector2ul)' is not CLS-compliant Mono.Simd/VectorOperations.cs(532,70): warning CS3001: Argument type `this Mono.Simd.Vector2ul' is not CLS-compliant Mono.Simd/VectorOperations.cs(532,84): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant Mono.Simd/VectorOperations.cs(544,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.CompareEqual(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui)' is not CLS-compliant Mono.Simd/VectorOperations.cs(544,70): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(544,84): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(561,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.CompareEqual(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(561,77): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(561,91): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(572,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.CompareEqual(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(572,79): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(572,94): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(665,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.CompareGreaterThan(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(665,85): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(665,100): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(847,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackLow(this Mono.Simd.Vector2ul, Mono.Simd.Vector2ul)' is not CLS-compliant Mono.Simd/VectorOperations.cs(847,67): warning CS3001: Argument type `this Mono.Simd.Vector2ul' is not CLS-compliant Mono.Simd/VectorOperations.cs(847,81): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant Mono.Simd/VectorOperations.cs(859,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackLow(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui)' is not CLS-compliant Mono.Simd/VectorOperations.cs(859,67): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(859,81): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(871,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackLow(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(871,74): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(871,88): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(877,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackLow(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(877,76): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(877,91): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(895,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackHigh(this Mono.Simd.Vector2ul, Mono.Simd.Vector2ul)' is not CLS-compliant Mono.Simd/VectorOperations.cs(895,68): warning CS3001: Argument type `this Mono.Simd.Vector2ul' is not CLS-compliant Mono.Simd/VectorOperations.cs(895,82): warning CS3001: Argument type `Mono.Simd.Vector2ul' is not CLS-compliant Mono.Simd/VectorOperations.cs(907,41): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackHigh(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui)' is not CLS-compliant Mono.Simd/VectorOperations.cs(907,68): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(907,82): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(919,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackHigh(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(919,75): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(919,89): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(925,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.UnpackHigh(this Mono.Simd.Vector16sb, Mono.Simd.Vector16sb)' is not CLS-compliant Mono.Simd/VectorOperations.cs(925,77): warning CS3001: Argument type `this Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(925,92): warning CS3001: Argument type `Mono.Simd.Vector16sb' is not CLS-compliant Mono.Simd/VectorOperations.cs(953,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.Shuffle(this Mono.Simd.Vector4ui, Mono.Simd.ShuffleSel)' is not CLS-compliant Mono.Simd/VectorOperations.cs(953,72): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(969,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.ShuffleHigh(this Mono.Simd.Vector8us, Mono.Simd.ShuffleSel)' is not CLS-compliant Mono.Simd/VectorOperations.cs(969,76): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(985,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.ShuffleLow(this Mono.Simd.Vector8us, Mono.Simd.ShuffleSel)' is not CLS-compliant Mono.Simd/VectorOperations.cs(985,75): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(1049,48): warning CS3002: Return type of `Mono.Simd.VectorOperations.SignedPackWithUnsignedSaturation(this Mono.Simd.Vector4ui, Mono.Simd.Vector4ui)' is not CLS-compliant Mono.Simd/VectorOperations.cs(1049,97): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(1049,111): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(1063,97): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(1063,111): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(1077,94): warning CS3001: Argument type `this Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(1077,108): warning CS3001: Argument type `Mono.Simd.Vector4ui' is not CLS-compliant Mono.Simd/VectorOperations.cs(1091,49): warning CS3002: Return type of `Mono.Simd.VectorOperations.SignedPackWithSignedSaturation(this Mono.Simd.Vector8us, Mono.Simd.Vector8us)' is not CLS-compliant Mono.Simd/VectorOperations.cs(1091,96): warning CS3001: Argument type `this Mono.Simd.Vector8us' is not CLS-compliant Mono.Simd/VectorOperations.cs(1091,110): warning CS3001: Argument type `Mono.Simd.Vector8us' is not CLS-compliant Compilation succeeded - 110 warning(s) Assembly ../../class/lib/net_2_0/Mono.Simd.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Simd' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Simd' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Tasklets' Creating ../../build/deps/net_2_0_Mono.Tasklets.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Tasklets' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Tasklets' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Tasklets' MCS [net_2_0] Mono.Tasklets.dll Assembly ../../class/lib/net_2_0/Mono.Tasklets.dll signed. make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Tasklets' make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.Tasklets' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CSharp' Creating ../../build/deps/net_2_0_Mono.CSharp.dll.makefrag ... make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CSharp' make[7]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CSharp' make all-local make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CSharp' MCS [net_2_0] Mono.CSharp.dll ../../mcs/constant.cs(1594,77): error CS0584: Internal compiler error: Missing constant conversion between `ulong' and `float' ../../mcs/constant.cs(1594,68): error CS0019: Operator `||' cannot be applied to operands of type `bool' and `object' ../../mcs/constant.cs(1717,77): error CS0584: Internal compiler error: Missing constant conversion between `ulong' and `double' ../../mcs/constant.cs(1717,68): error CS0019: Operator `||' cannot be applied to operands of type `bool' and `object' Compilation failed: 4 error(s), 0 warnings make[8]: *** [../../class/lib/net_2_0/Mono.CSharp.dll] Error 1 make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CSharp' make[7]: *** [do-all] Error 2 make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class/Mono.CSharp' make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs/class' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[4]: *** [profile-do--net_2_0--all] Error 2 make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[3]: *** [profiles-do--all] Error 2 make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/mcs' make[2]: *** [all-local] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1' make: *** [all] Error 2 emake failed * ERROR: dev-lang/mono-2.8.1-r1 failed: * emake failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 3868: Called go-mono_src_compile * environment, line 2621: Called die * The specific snippet of code: * emake "$@" || die "emake failed" * * If you need support, post the output of 'emerge --info =dev-lang/mono-2.8.1-r1', * the complete build log and the output of 'emerge -pqv =dev-lang/mono-2.8.1-r1'. * The complete build log is located at '/var/tmp/portage/dev-lang/mono-2.8.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/mono-2.8.1-r1/temp/environment'. * S: '/var/tmp/portage/dev-lang/mono-2.8.1-r1/work/mono-2.8.1'