************************************************************************ If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS as Mono has been known to expose compiler bugs. - 5.x: '-O -pipe' - 6.x and higher: '-O2 -fno-strict-aliasing -pipe' * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf ************************************************************************ ===> Vulnerability check disabled, database not found ===> Extracting for mono-2.4.2.1 => MD5 Checksum OK for mono-2.4.2.1.tar.bz2. => SHA256 Checksum OK for mono-2.4.2.1.tar.bz2. ===> mono-2.4.2.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for mono-2.4.2.1 ===> mono-2.4.2.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for mono-2.4.2.1 ===> mono-2.4.2.1 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/mach/XML/Parser.pm - found ===> mono-2.4.2.1 depends on executable: gmake - found ===> mono-2.4.2.1 depends on executable: bison - found ===> mono-2.4.2.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> mono-2.4.2.1 depends on file: /usr/local/bin/libtool - found ===> mono-2.4.2.1 depends on executable: pkg-config - found ===> mono-2.4.2.1 depends on shared library: fam.0 - found ===> mono-2.4.2.1 depends on shared library: glib-2.0.0 - found ===> Configuring for mono-2.4.2.1 checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 checking target system type... i386-portbld-freebsd6.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake 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 gcc... cc checking for gcc... (cached) cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking dependency style of cc... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for gawk... (cached) nawk checking for bison... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognize dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.2 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking for bash... /usr/local/bin/bash checking if dolt supports this host... yes, replacing libtool checking for ld used by cc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes 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... no checking linux/rtc.h presence... no checking for linux/rtc.h... no 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/user.h usability... no checking sys/user.h presence... yes configure: WARNING: sys/user.h: present but cannot be compiled configure: WARNING: sys/user.h: check for missing prerequisite headers? configure: WARNING: sys/user.h: see the Autoconf documentation configure: WARNING: sys/user.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/user.h: proceeding with the preprocessor's result configure: WARNING: sys/user.h: in the future, the compiler will take precedence checking for sys/user.h... 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... no checking alloca.h presence... no checking for alloca.h... no checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.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... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking for isinf... yes checking for void *... yes checking size of void *... 4 checking for -Wdeclaration-after-statement option to gcc... yes checking integrity of package... ok checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... yes checking for pkg-config... /usr/local/bin/pkg-config checking for -mno-tls-direct-seg-refs option to gcc... yes checking for visibility __attribute__... yes checking for library containing clock_gettime... none required checking for dlopen... yes checking for preceeding underscore in symbols... no checking for dlerror... yes checking execinfo.h usability... no checking execinfo.h presence... no checking for execinfo.h... no 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... yes checking for backtrace_symbols... no 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 sched_setaffinity... no checking if off_t is 64 bits wide... ok checking for socket in -lsocket... no checking for MSG_NOSIGNAL... yes checking for SOL_IP... no checking for SOL_IPV6... no checking for SOL_TCP... no checking for IP_PKTINFO... no checking for IPV6_PKTINFO... no checking for IP_DONTFRAGMENT... no checking for IP_MTU_DISCOVER... no checking for struct ip_mreqn... no checking for struct ip_mreq... 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... 104 checking whether cc supports zero length arrays... yes checking for main in -pthread... 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... no checking for pthread_attr_get_np... yes checking for PTHREAD_MUTEX_RECURSIVE... ok checking for pthread_attr_setstacksize... yes checking for pthread_attr_getstack... yes checking for pthread_get_stacksize_np... no checking for pthread_get_stackaddr_np... no checking for working __thread... yes checking for working sigaltstack... disabled 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 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... no checking sys/epoll.h presence... no checking for sys/epoll.h... no checking for epoll_ctl... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking net/if.h usability... no checking net/if.h presence... yes configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled" configure: WARNING: net/if.h: proceeding with the preprocessor's result configure: WARNING: net/if.h: in the future, the compiler will take precedence checking for net/if.h... yes checking for ifreq... no checking for sockaddr_in.sin_len... yes checking for sockaddr_in6.sin6_len... yes checking checklist.h usability... no checking checklist.h presence... no checking for checklist.h... no checking fstab.h usability... yes checking fstab.h presence... yes checking for fstab.h... yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/extattr.h usability... yes checking sys/extattr.h presence... yes checking for sys/extattr.h... yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking sys/vfstab.h usability... no checking sys/vfstab.h presence... no checking for sys/vfstab.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/mount.h usability... no checking sys/mount.h presence... yes configure: WARNING: sys/mount.h: present but cannot be compiled configure: WARNING: sys/mount.h: check for missing prerequisite headers? configure: WARNING: sys/mount.h: see the Autoconf documentation configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/mount.h: proceeding with the preprocessor's result configure: WARNING: sys/mount.h: in the future, the compiler will take precedence checking for sys/mount.h... yes checking for getdomainname... yes checking for setdomainname... yes checking for fgetgrent... no checking for fgetpwent... no checking for fgetpwent... (cached) no checking for getfsstat... yes checking for lutimes... yes checking for mremap... no checking for remap_file_pages... no checking for posix_fadvise... no checking for posix_fallocate... no checking for posix_madvise... yes checking for vsnprintf... yes checking for sendfile... yes checking for sethostid... yes checking for statfs... yes checking for fstatfs... yes checking for statvfs... yes checking for fstatvfs... yes checking for stime... no checking for strerror_r... yes checking for ttyname_r... yes checking for size_t... 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... no checking for struct dirent.d_reclen... yes checking for struct dirent.d_type... yes checking for lsetxattr... no checking for lsetxattr in -lattr... no 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 initalizer 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 valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking if the Mono Debugger is supported on this platform... no checking if the tls_model attribute is supported... 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-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/os/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_1_1/Makefile config.status: creating data/net_2_0/Makefile config.status: creating data/net_2_0/Browsers/Makefile config.status: creating data/mint.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/smcs.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 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 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 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 quiet commands config.status: executing quiet-libtool commands === configuring in libgc (/usr/ports/lang/mono/work/mono-2.4.2.1/libgc) configure: running /bin/sh ./configure '--prefix=/usr/local' '--program-transform-name='\'''\''' '--with-moonlinght=no' '--with-preview=yes' '--with-sigaltstack=no' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd6.2' 'build_alias=i386-portbld-freebsd6.2' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe' 'CXX=c++' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe' '--disable-embed-check' '--with-libgc-threads=pthreads' 'CPPFLAGS_FOR_LIBGC= -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC=-O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking dependency style of cc... gcc3 checking for ar... ar checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether to enable maintainer-specific portions of Makefiles... no checking for xlc... no checking for dlopen in -ldl... no checking whether to build shared libraries... yes checking which machine-dependent code should be used... checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.2 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so (cached) (cached) 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 default commands mcs source: $(top_srcdir)/mcs olive source: GC: included TLS: __thread SIGALTSTACK: no Engine: Building and using the JIT 2.0 Beta: yes 2.1 Alpha: yes JNI support: IKVM Native libgdiplus: assumed to be installed zlib: system zlib oprofile: no BigArrays: no DTrace: no ===> Building for mono-2.4.2.1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1' Making all in po gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/po' Making all in mcs gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/po/mcs' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/po/mcs' gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/po' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/po' gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/po' Making all in libgc gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc' Making all in include gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/include' Making all in private gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/include/private' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/include/private' gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/include' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/include' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/include' Making all in doc gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/doc' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc/doc' gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc' /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo allchblk.c mkdir .libs cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -fPIC -DPIC -o .libs/allchblk.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1 mv -f .deps/allchblk.Tpo .deps/allchblk.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1 mv -f .deps/alloc.Tpo .deps/alloc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo blacklst.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -fPIC -DPIC -o .libs/blacklst.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1 mv -f .deps/blacklst.Tpo .deps/blacklst.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo checksums.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -fPIC -DPIC -o .libs/checksums.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1 mv -f .deps/checksums.Tpo .deps/checksums.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo dbg_mlc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1 mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo dyn_load.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1 mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo finalize.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -fPIC -DPIC -o .libs/finalize.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1 mv -f .deps/finalize.Tpo .deps/finalize.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo gc_dlopen.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1 mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo gcj_mlc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1 mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo headers.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -fPIC -DPIC -o .libs/headers.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1 mv -f .deps/headers.Tpo .deps/headers.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fPIC -DPIC -o .libs/malloc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1 mv -f .deps/malloc.Tpo .deps/malloc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo mallocx.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -fPIC -DPIC -o .libs/mallocx.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1 mv -f .deps/mallocx.Tpo .deps/mallocx.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo mark.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -fPIC -DPIC -o .libs/mark.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1 mv -f .deps/mark.Tpo .deps/mark.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo mark_rts.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o mark_rts.c: In function `GC_approx_sp': mark_rts.c:379: warning: function returns address of local variable cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1 mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo new_hblk.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1 mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo obj_map.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -fPIC -DPIC -o .libs/obj_map.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1 mv -f .deps/obj_map.Tpo .deps/obj_map.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo os_dep.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -fPIC -DPIC -o .libs/os_dep.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1 mv -f .deps/os_dep.Tpo .deps/os_dep.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo pcr_interface.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -fPIC -DPIC -o .libs/pcr_interface.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1 mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ptr_chck.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1 mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo real_malloc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -fPIC -DPIC -o .libs/real_malloc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1 mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo reclaim.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -fPIC -DPIC -o .libs/reclaim.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1 mv -f .deps/reclaim.Tpo .deps/reclaim.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.Tpo -c -o solaris_pthreads.lo solaris_pthreads.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.Tpo -c solaris_pthreads.c -fPIC -DPIC -o .libs/solaris_pthreads.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.Tpo -c solaris_pthreads.c -o solaris_pthreads.o >/dev/null 2>&1 mv -f .deps/solaris_pthreads.Tpo .deps/solaris_pthreads.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_threads.lo -MD -MP -MF .deps/solaris_threads.Tpo -c -o solaris_threads.lo solaris_threads.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_threads.lo -MD -MP -MF .deps/solaris_threads.Tpo -c solaris_threads.c -fPIC -DPIC -o .libs/solaris_threads.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_threads.lo -MD -MP -MF .deps/solaris_threads.Tpo -c solaris_threads.c -o solaris_threads.o >/dev/null 2>&1 mv -f .deps/solaris_threads.Tpo .deps/solaris_threads.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo specific.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -fPIC -DPIC -o .libs/specific.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1 mv -f .deps/specific.Tpo .deps/specific.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo stubborn.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -fPIC -DPIC -o .libs/stubborn.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1 mv -f .deps/stubborn.Tpo .deps/stubborn.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo typd_mlc.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1 mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo backgraph.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -fPIC -DPIC -o .libs/backgraph.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -o backgraph.o >/dev/null 2>&1 mv -f .deps/backgraph.Tpo .deps/backgraph.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c -o win32_threads.lo win32_threads.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -fPIC -DPIC -o .libs/win32_threads.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -o win32_threads.o >/dev/null 2>&1 mv -f .deps/win32_threads.Tpo .deps/win32_threads.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo pthread_support.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -o pthread_support.o >/dev/null 2>&1 mv -f .deps/pthread_support.Tpo .deps/pthread_support.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo pthread_stop_world.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -o pthread_stop_world.o >/dev/null 2>&1 mv -f .deps/pthread_stop_world.Tpo .deps/pthread_stop_world.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c -o darwin_stop_world.lo darwin_stop_world.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -fPIC -DPIC -o .libs/darwin_stop_world.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -o darwin_stop_world.o >/dev/null 2>&1 mv -f .deps/darwin_stop_world.Tpo .deps/darwin_stop_world.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -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_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo mach_dep.c cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o cc -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_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -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 -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_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1 mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -version-info 1:2:0 -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 -pthread libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries 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 ranlib .libs/libmonogc.a creating libmonogc.la (cd .libs && rm -f libmonogc.la && ln -s ../libmonogc.la libmonogc.la) /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -static -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 -pthread 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 ranlib .libs/libmonogc-static.a creating libmonogc-static.la (cd .libs && rm -f libmonogc-static.la && ln -s ../libmonogc-static.la libmonogc-static.la) gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc' gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/libgc' Making all in mono gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono' Making all in utils gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/utils' gmake all-am gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/utils' ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-hash.lo -MD -MP -MF .deps/mono-hash.Tpo -c -o mono-hash.lo mono-hash.c mv -f .deps/mono-hash.Tpo .deps/mono-hash.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-md5.lo -MD -MP -MF .deps/mono-md5.Tpo -c -o mono-md5.lo mono-md5.c mv -f .deps/mono-md5.Tpo .deps/mono-md5.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-sha1.lo -MD -MP -MF .deps/mono-sha1.Tpo -c -o mono-sha1.lo mono-sha1.c mv -f .deps/mono-sha1.Tpo .deps/mono-sha1.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-logger.lo -MD -MP -MF .deps/mono-logger.Tpo -c -o mono-logger.lo mono-logger.c mv -f .deps/mono-logger.Tpo .deps/mono-logger.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-codeman.lo -MD -MP -MF .deps/mono-codeman.Tpo -c -o mono-codeman.lo mono-codeman.c mv -f .deps/mono-codeman.Tpo .deps/mono-codeman.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dlmalloc.lo -MD -MP -MF .deps/dlmalloc.Tpo -c -o dlmalloc.lo dlmalloc.c dlmalloc.c: In function `dlmalloc': dlmalloc.c:3416: warning: statement with no effect dlmalloc.c: At top level: dlmalloc.c:2508: warning: 'change_mparam' defined but not used dlmalloc.c:2840: warning: 'internal_malloc_stats' defined but not used mv -f .deps/dlmalloc.Tpo .deps/dlmalloc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-counters.lo -MD -MP -MF .deps/mono-counters.Tpo -c -o mono-counters.lo mono-counters.c mv -f .deps/mono-counters.Tpo .deps/mono-counters.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-dl.lo -MD -MP -MF .deps/mono-dl.Tpo -c -o mono-dl.lo mono-dl.c mv -f .deps/mono-dl.Tpo .deps/mono-dl.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-internal-hash.lo -MD -MP -MF .deps/mono-internal-hash.Tpo -c -o mono-internal-hash.lo mono-internal-hash.c mv -f .deps/mono-internal-hash.Tpo .deps/mono-internal-hash.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-io-portability.lo -MD -MP -MF .deps/mono-io-portability.Tpo -c -o mono-io-portability.lo mono-io-portability.c mv -f .deps/mono-io-portability.Tpo .deps/mono-io-portability.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT monobitset.lo -MD -MP -MF .deps/monobitset.Tpo -c -o monobitset.lo monobitset.c mv -f .deps/monobitset.Tpo .deps/monobitset.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-math.lo -MD -MP -MF .deps/mono-math.Tpo -c -o mono-math.lo mono-math.c mv -f .deps/mono-math.Tpo .deps/mono-math.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-mmap.lo -MD -MP -MF .deps/mono-mmap.Tpo -c -o mono-mmap.lo mono-mmap.c mv -f .deps/mono-mmap.Tpo .deps/mono-mmap.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-proclib.lo -MD -MP -MF .deps/mono-proclib.Tpo -c -o mono-proclib.lo mono-proclib.c mono-proclib.c: In function `mono_process_get_name': mono-proclib.c:163: warning: unused variable `p' mono-proclib.c: In function `mono_process_get_data_with_error': mono-proclib.c:349: warning: enumeration value `MONO_PROCESS_END' not handled in switch mono-proclib.c: In function `mono_cpu_get_data': mono-proclib.c:463: warning: enumeration value `MONO_CPU_END' not handled in switch mv -f .deps/mono-proclib.Tpo .deps/mono-proclib.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-time.lo -MD -MP -MF .deps/mono-time.Tpo -c -o mono-time.lo mono-time.c mv -f .deps/mono-time.Tpo .deps/mono-time.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT strtod.lo -MD -MP -MF .deps/strtod.Tpo -c -o strtod.lo strtod.c strtod.c: In function `mono_strtod': strtod.c:1564: warning: 'bb' might be used uninitialized in this function strtod.c:1564: warning: 'bd' might be used uninitialized in this function strtod.c:1564: warning: 'bs' might be used uninitialized in this function strtod.c:1564: warning: 'delta' might be used uninitialized in this function strtod.c: At top level: strtod.c:2444: warning: 'quorem' defined but not used strtod.c:2588: warning: 'nrv_alloc' defined but not used strtod.c:2612: warning: '__freedtoa' defined but not used mv -f .deps/strtod.Tpo .deps/strtod.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT strenc.lo -MD -MP -MF .deps/strenc.Tpo -c -o strenc.lo strenc.c mv -f .deps/strenc.Tpo .deps/strenc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-uri.lo -MD -MP -MF .deps/mono-uri.Tpo -c -o mono-uri.lo mono-uri.c mv -f .deps/mono-uri.Tpo .deps/mono-uri.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-poll.lo -MD -MP -MF .deps/mono-poll.Tpo -c -o mono-poll.lo mono-poll.c mv -f .deps/mono-poll.Tpo .deps/mono-poll.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-path.lo -MD -MP -MF .deps/mono-path.Tpo -c -o mono-path.lo mono-path.c mv -f .deps/mono-path.Tpo .deps/mono-path.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-stdlib.lo -MD -MP -MF .deps/mono-stdlib.Tpo -c -o mono-stdlib.lo mono-stdlib.c mv -f .deps/mono-stdlib.Tpo .deps/mono-stdlib.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-property-hash.lo -MD -MP -MF .deps/mono-property-hash.Tpo -c -o mono-property-hash.lo mono-property-hash.c mv -f .deps/mono-property-hash.Tpo .deps/mono-property-hash.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-value-hash.lo -MD -MP -MF .deps/mono-value-hash.Tpo -c -o mono-value-hash.lo mono-value-hash.c mono-value-hash.c: In function `mono_value_hash_table_insert': mono-value-hash.c:218: warning: 'first_tombstone' might be used uninitialized in this function mv -f .deps/mono-value-hash.Tpo .deps/mono-value-hash.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmonoutils.la mono-hash.lo 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-math.lo mono-mmap.lo mono-proclib.lo mono-time.lo strtod.lo strenc.lo mono-uri.lo mono-poll.lo mono-path.lo mono-stdlib.lo mono-property-hash.lo mono-value-hash.lo -pthread -lm gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/utils' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/utils' Making all in io-layer gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/io-layer' ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo atomic.c mv -f .deps/atomic.Tpo .deps/atomic.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT collection.lo -MD -MP -MF .deps/collection.Tpo -c -o collection.lo collection.c mv -f .deps/collection.Tpo .deps/collection.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT context.lo -MD -MP -MF .deps/context.Tpo -c -o context.lo context.c mv -f .deps/context.Tpo .deps/context.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT critical-sections.lo -MD -MP -MF .deps/critical-sections.Tpo -c -o critical-sections.lo critical-sections.c mv -f .deps/critical-sections.Tpo .deps/critical-sections.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c mv -f .deps/error.Tpo .deps/error.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT events.lo -MD -MP -MF .deps/events.Tpo -c -o events.lo events.c mv -f .deps/events.Tpo .deps/events.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT handles.lo -MD -MP -MF .deps/handles.Tpo -c -o handles.lo handles.c mv -f .deps/handles.Tpo .deps/handles.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT io.lo -MD -MP -MF .deps/io.Tpo -c -o io.lo io.c mv -f .deps/io.Tpo .deps/io.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT io-portability.lo -MD -MP -MF .deps/io-portability.Tpo -c -o io-portability.lo io-portability.c mv -f .deps/io-portability.Tpo .deps/io-portability.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT messages.lo -MD -MP -MF .deps/messages.Tpo -c -o messages.lo messages.c mv -f .deps/messages.Tpo .deps/messages.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c mv -f .deps/misc.Tpo .deps/misc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mutexes.lo -MD -MP -MF .deps/mutexes.Tpo -c -o mutexes.lo mutexes.c mv -f .deps/mutexes.Tpo .deps/mutexes.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-mutex.lo -MD -MP -MF .deps/mono-mutex.Tpo -c -o mono-mutex.lo mono-mutex.c mv -f .deps/mono-mutex.Tpo .deps/mono-mutex.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT processes.lo -MD -MP -MF .deps/processes.Tpo -c -o processes.lo processes.c mv -f .deps/processes.Tpo .deps/processes.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security.lo -MD -MP -MF .deps/security.Tpo -c -o security.lo security.c mv -f .deps/security.Tpo .deps/security.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT semaphores.lo -MD -MP -MF .deps/semaphores.Tpo -c -o semaphores.lo semaphores.c mv -f .deps/semaphores.Tpo .deps/semaphores.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT shared.lo -MD -MP -MF .deps/shared.Tpo -c -o shared.lo shared.c shared.c: In function `shm_semaphores_init': shared.c:376: warning: unsigned int format, key_t arg (arg 6) shared.c:402: warning: passing arg 1 of `InterlockedCompareExchange' from incompatible pointer type shared.c:425: warning: unsigned int format, key_t arg (arg 5) shared.c:431: warning: passing arg 1 of `InterlockedCompareExchange' from incompatible pointer type mv -f .deps/shared.Tpo .deps/shared.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c -o sockets.lo sockets.c mv -f .deps/sockets.Tpo .deps/sockets.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo system.c mv -f .deps/system.Tpo .deps/system.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT threads.lo -MD -MP -MF .deps/threads.Tpo -c -o threads.lo threads.c threads.c: In function `QueueUserAPC': threads.c:1123: warning: comparison between pointer and integer mv -f .deps/threads.Tpo .deps/threads.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT timefuncs.lo -MD -MP -MF .deps/timefuncs.Tpo -c -o timefuncs.lo timefuncs.c mv -f .deps/timefuncs.Tpo .deps/timefuncs.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT versioninfo.lo -MD -MP -MF .deps/versioninfo.Tpo -c -o versioninfo.lo versioninfo.c mv -f .deps/versioninfo.Tpo .deps/versioninfo.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c -o wait.lo wait.c mv -f .deps/wait.Tpo .deps/wait.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT wapi_glob.lo -MD -MP -MF .deps/wapi_glob.Tpo -c -o wapi_glob.lo wapi_glob.c mv -f .deps/wapi_glob.Tpo .deps/wapi_glob.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libwapi.la atomic.lo collection.lo context.lo critical-sections.lo error.lo events.lo handles.lo io.lo io-portability.lo messages.lo misc.lo mutexes.lo mono-mutex.lo processes.lo security.lo semaphores.lo shared.lo sockets.lo system.lo threads.lo timefuncs.lo versioninfo.lo wait.lo wapi_glob.lo -pthread -lm gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/io-layer' Making all in os gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/os' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/os' Making all in cil gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/cil' perl ./make-opcodes-def.pl ./cil-opcodes.xml opcode.def.tmp mv opcode.def.tmp opcode.def gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/cil' Making all in metadata gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/metadata' ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT reflection.lo -MD -MP -MF .deps/reflection.Tpo -c -o reflection.lo reflection.c reflection.c: In function `mymono_metadata_type_hash': reflection.c:6019: warning: enumeration value `MONO_TYPE_END' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_VOID' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_I1' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_U1' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_I2' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_U2' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_I4' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_U4' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_I8' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_U8' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_R4' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_R8' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_STRING' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_VAR' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_I' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_U' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch reflection.c:6019: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch reflection.c: In function `mono_type_get_object': reflection.c:6080: warning: enumeration value `MONO_TYPE_END' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_VOID' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_I1' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_U1' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_I2' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_U2' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_I4' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_U4' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_I8' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_U8' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_R4' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_R8' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_STRING' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_PTR' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_I' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_U' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch reflection.c:6080: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/reflection.Tpo .deps/reflection.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT object.lo -MD -MP -MF .deps/object.Tpo -c -o object.lo object.c mv -f .deps/object.Tpo .deps/object.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT icall.lo -MD -MP -MF .deps/icall.Tpo -c -o icall.lo icall.c icall.c: In function `ves_icall_System_Array_SetValueImpl': icall.c:263: warning: enumeration value `MONO_TYPE_END' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_VOID' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_I1' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_U1' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_I2' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_U2' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_I4' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_U4' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_I8' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_U8' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_R4' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_R8' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_PTR' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_VAR' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_I' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_U' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch icall.c:263: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/icall.Tpo .deps/icall.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT decimal.lo -MD -MP -MF .deps/decimal.Tpo -c -o decimal.lo decimal.c mv -f .deps/decimal.Tpo .deps/decimal.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT boehm-gc.lo -MD -MP -MF .deps/boehm-gc.Tpo -c -o boehm-gc.lo boehm-gc.c In file included from ../../libgc/include/private/gc_priv.h:66, from ../../libgc/include/private/pthread_support.h:4, from boehm-gc.c:24: ../../libgc/include/private/gcconfig.h:1301: warning: function declaration isn't a prototype ../../libgc/include/private/gcconfig.h:2366: warning: function declaration isn't a prototype In file included from ../../libgc/include/private/pthread_support.h:4, from boehm-gc.c:24: ../../libgc/include/private/gc_priv.h:426: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:427: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1842: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1931: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1932: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1933: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1935: warning: function declaration isn't a prototype In file included from boehm-gc.c:24: ../../libgc/include/private/pthread_support.h:97: warning: function declaration isn't a prototype mv -f .deps/boehm-gc.Tpo .deps/boehm-gc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT null-gc.lo -MD -MP -MF .deps/null-gc.Tpo -c -o null-gc.lo null-gc.c mv -f .deps/null-gc.Tpo .deps/null-gc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sgen-gc.lo -MD -MP -MF .deps/sgen-gc.Tpo -c -o sgen-gc.lo sgen-gc.c mv -f .deps/sgen-gc.Tpo .deps/sgen-gc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT gc.lo -MD -MP -MF .deps/gc.Tpo -c -o gc.lo gc.c mv -f .deps/gc.Tpo .deps/gc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT method-builder.lo -MD -MP -MF .deps/method-builder.Tpo -c -o method-builder.lo method-builder.c mv -f .deps/method-builder.Tpo .deps/method-builder.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT marshal.lo -MD -MP -MF .deps/marshal.Tpo -c -o marshal.lo marshal.c marshal.c: In function `mono_get_xdomain_marshal_type': marshal.c:3671: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_PTR' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_I' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_U' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:3671: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch marshal.c: In function `mono_marshal_xdomain_copy_value': marshal.c:3725: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_PTR' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_I' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_U' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:3725: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch marshal.c: In function `mono_marshal_xdomain_copy_out_value': marshal.c:3765: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_VOID' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_I1' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_U1' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_I2' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_U2' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_I4' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_U4' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_I8' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_U8' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_R4' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_R8' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_STRING' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_PTR' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_I' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_U' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:3765: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch marshal.c: In function `emit_marshal': marshal.c:8744: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_VOID' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:8744: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch marshal.c: In function `mono_marshal_emit_managed_wrapper': marshal.c:9307: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_VOID' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_I1' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_U1' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_I2' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_U2' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_I4' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_U4' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_I8' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_U8' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_R4' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_R8' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_PTR' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_I' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_U' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:9307: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch marshal.c: In function `mono_marshal_emit_native_wrapper': marshal.c:8946: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_VOID' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_I1' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_U1' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_I2' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_U2' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_I4' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_U4' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_I8' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_U8' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_R4' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_R8' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_PTR' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_I' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_U' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:8946: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch marshal.c: In function `mono_marshal_asany': marshal.c:11945: warning: enumeration value `MONO_TYPE_END' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_VOID' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_VAR' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_I' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_U' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch marshal.c:11945: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/marshal.Tpo .deps/marshal.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-mlist.lo -MD -MP -MF .deps/mono-mlist.Tpo -c -o mono-mlist.lo mono-mlist.c mv -f .deps/mono-mlist.Tpo .deps/mono-mlist.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT monitor.lo -MD -MP -MF .deps/monitor.Tpo -c -o monitor.lo monitor.c monitor.c: In function `mono_monitor_init_tls': monitor.c:138: warning: assignment makes integer from pointer without a cast mv -f .deps/monitor.Tpo .deps/monitor.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT threads.lo -MD -MP -MF .deps/threads.Tpo -c -o threads.lo threads.c threads.c: In function `mono_thread_get_stack_bounds': threads.c:775: warning: implicit declaration of function `pthread_attr_get_np' threads.c:775: warning: nested extern declaration of `pthread_attr_get_np' mv -f .deps/threads.Tpo .deps/threads.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT threadpool.lo -MD -MP -MF .deps/threadpool.Tpo -c -o threadpool.lo threadpool.c mv -f .deps/threadpool.Tpo .deps/threadpool.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT file-io.lo -MD -MP -MF .deps/file-io.Tpo -c -o file-io.lo file-io.c mv -f .deps/file-io.Tpo .deps/file-io.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT socket-io.lo -MD -MP -MF .deps/socket-io.Tpo -c -o socket-io.lo socket-io.c mv -f .deps/socket-io.Tpo .deps/socket-io.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c -o exception.lo exception.c mv -f .deps/exception.Tpo .deps/exception.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT appdomain.lo -MD -MP -MF .deps/appdomain.Tpo -c -o appdomain.lo appdomain.c mv -f .deps/appdomain.Tpo .deps/appdomain.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT debug-mono-symfile.lo -MD -MP -MF .deps/debug-mono-symfile.Tpo -c -o debug-mono-symfile.lo debug-mono-symfile.c mv -f .deps/debug-mono-symfile.Tpo .deps/debug-mono-symfile.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-debug.lo -MD -MP -MF .deps/mono-debug.Tpo -c -o mono-debug.lo mono-debug.c mv -f .deps/mono-debug.Tpo .deps/mono-debug.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-debug-debugger.lo -MD -MP -MF .deps/mono-debug-debugger.Tpo -c -o mono-debug-debugger.lo mono-debug-debugger.c mv -f .deps/mono-debug-debugger.Tpo .deps/mono-debug-debugger.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT profiler.lo -MD -MP -MF .deps/profiler.Tpo -c -o profiler.lo profiler.c profiler.c: In function `mono_profiler_load': profiler.c:1591: warning: 'pmodule' might be used uninitialized in this function profiler.c: At top level: profiler.c:1315: warning: 'try_addr2line' defined but not used mv -f .deps/profiler.Tpo .deps/profiler.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT attach.lo -MD -MP -MF .deps/attach.Tpo -c -o attach.lo attach.c mv -f .deps/attach.Tpo .deps/attach.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c -o rand.lo rand.c rand.c: In function `get_entropy_from_server': rand.c:44: warning: implicit declaration of function `strncpy' rand.c:44: warning: nested extern declaration of `strncpy' rand.c: In function `ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_RngGetBytes': rand.c:250: warning: implicit declaration of function `strerror' rand.c:250: warning: nested extern declaration of `strerror' rand.c:250: warning: format argument is not a pointer (arg 4) mv -f .deps/rand.Tpo .deps/rand.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security.lo -MD -MP -MF .deps/security.Tpo -c -o security.lo security.c mv -f .deps/security.Tpo .deps/security.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security-core-clr.lo -MD -MP -MF .deps/security-core-clr.Tpo -c -o security-core-clr.lo security-core-clr.c mv -f .deps/security-core-clr.Tpo .deps/security-core-clr.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT string-icalls.lo -MD -MP -MF .deps/string-icalls.Tpo -c -o string-icalls.lo string-icalls.c mv -f .deps/string-icalls.Tpo .deps/string-icalls.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sysmath.lo -MD -MP -MF .deps/sysmath.Tpo -c -o sysmath.lo sysmath.c mv -f .deps/sysmath.Tpo .deps/sysmath.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT process.lo -MD -MP -MF .deps/process.Tpo -c -o process.lo process.c mv -f .deps/process.Tpo .deps/process.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT environment.lo -MD -MP -MF .deps/environment.Tpo -c -o environment.lo environment.c mv -f .deps/environment.Tpo .deps/environment.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT locales.lo -MD -MP -MF .deps/locales.Tpo -c -o locales.lo locales.c mv -f .deps/locales.Tpo .deps/locales.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT filewatcher.lo -MD -MP -MF .deps/filewatcher.Tpo -c -o filewatcher.lo filewatcher.c mv -f .deps/filewatcher.Tpo .deps/filewatcher.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security-manager.lo -MD -MP -MF .deps/security-manager.Tpo -c -o security-manager.lo security-manager.c mv -f .deps/security-manager.Tpo .deps/security-manager.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT console-io.lo -MD -MP -MF .deps/console-io.Tpo -c -o console-io.lo console-io.c mv -f .deps/console-io.Tpo .deps/console-io.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT assembly.lo -MD -MP -MF .deps/assembly.Tpo -c -o assembly.lo assembly.c mv -f .deps/assembly.Tpo .deps/assembly.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT coree.lo -MD -MP -MF .deps/coree.Tpo -c -o coree.lo coree.c mv -f .deps/coree.Tpo .deps/coree.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT domain.lo -MD -MP -MF .deps/domain.Tpo -c -o domain.lo domain.c mv -f .deps/domain.Tpo .deps/domain.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT opcodes.lo -MD -MP -MF .deps/opcodes.Tpo -c -o opcodes.lo opcodes.c mv -f .deps/opcodes.Tpo .deps/opcodes.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.c mv -f .deps/image.Tpo .deps/image.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT metadata.lo -MD -MP -MF .deps/metadata.Tpo -c -o metadata.lo metadata.c metadata.c: In function `mono_metadata_free_type': metadata.c:2799: warning: enumeration value `MONO_TYPE_END' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_VOID' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_I1' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_U1' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_I2' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_U2' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_I4' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_U4' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_I8' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_U8' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_R4' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_R8' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_VAR' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_I' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_U' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch metadata.c:2799: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch metadata.c: In function `mono_metadata_get_shared_type': metadata.c:2672: warning: enumeration value `MONO_TYPE_END' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_VOID' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_I1' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_U1' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_I2' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_U2' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_I4' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_U4' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_I8' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_U8' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_R4' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_R8' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_STRING' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_PTR' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_VAR' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_I' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_U' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch metadata.c:2672: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch metadata.c: In function `mono_metadata_type_hash': metadata.c:3996: warning: enumeration value `MONO_TYPE_END' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_VOID' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_I1' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_U1' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_I2' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_U2' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_I4' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_U4' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_I8' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_U8' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_R4' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_R8' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_STRING' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_VAR' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_I' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_U' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch metadata.c:3996: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/metadata.Tpo .deps/metadata.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c -o verify.lo verify.c verify.c: In function `do_boolean_branch_op': verify.c:1823: warning: enumeration value `MONO_TYPE_END' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_VOID' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_I1' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_U1' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_I2' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_U2' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_I4' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_U4' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_I8' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_U8' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_R4' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_R8' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_VAR' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_I' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_U' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch verify.c:1823: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch verify.c: In function `mono_method_verify': verify.c:3877: warning: enumeration value `MONO_TYPE_END' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_VOID' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_I1' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_U1' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_I2' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_U2' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_I4' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_U4' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_I8' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_U8' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_R4' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_R8' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_STRING' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_VAR' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_I' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_U' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch verify.c:3877: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/verify.Tpo .deps/verify.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-endian.lo -MD -MP -MF .deps/mono-endian.Tpo -c -o mono-endian.lo mono-endian.c mv -f .deps/mono-endian.Tpo .deps/mono-endian.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-config.lo -MD -MP -MF .deps/mono-config.Tpo -c -o mono-config.lo mono-config.c mv -f .deps/mono-config.Tpo .deps/mono-config.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.c mv -f .deps/loader.Tpo .deps/loader.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT class.lo -MD -MP -MF .deps/class.Tpo -c -o class.lo class.c class.c: In function `mono_type_is_valid_enum_basetype': class.c:7635: warning: enumeration value `MONO_TYPE_END' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_VOID' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_R4' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_R8' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_STRING' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_PTR' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_VAR' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch class.c:7635: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch class.c: In function `mono_class_setup_events': class.c:1864: warning: 'context' might be used uninitialized in this function mv -f .deps/class.Tpo .deps/class.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c -o mempool.lo mempool.c mv -f .deps/mempool.Tpo .deps/mempool.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-perfcounters.lo -MD -MP -MF .deps/mono-perfcounters.Tpo -c -o mono-perfcounters.lo mono-perfcounters.c mv -f .deps/mono-perfcounters.Tpo .deps/mono-perfcounters.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT debug-helpers.lo -MD -MP -MF .deps/debug-helpers.Tpo -c -o debug-helpers.lo debug-helpers.c mv -f .deps/debug-helpers.Tpo .deps/debug-helpers.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT generic-sharing.lo -MD -MP -MF .deps/generic-sharing.Tpo -c -o generic-sharing.lo generic-sharing.c generic-sharing.c: In function `mono_method_fill_runtime_generic_context': generic-sharing.c:1282: warning: unused variable `domain' mv -f .deps/generic-sharing.Tpo .deps/generic-sharing.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT metadata-verify.lo -MD -MP -MF .deps/metadata-verify.Tpo -c -o metadata-verify.lo metadata-verify.c mv -f .deps/metadata-verify.Tpo .deps/metadata-verify.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmonoruntime.la reflection.lo object.lo icall.lo decimal.lo boehm-gc.lo null-gc.lo sgen-gc.lo gc.lo method-builder.lo marshal.lo mono-mlist.lo monitor.lo threads.lo threadpool.lo file-io.lo socket-io.lo exception.lo appdomain.lo debug-mono-symfile.lo mono-debug.lo mono-debug-debugger.lo profiler.lo attach.lo rand.lo security.lo security-core-clr.lo string-icalls.lo sysmath.lo process.lo environment.lo locales.lo filewatcher.lo security-manager.lo console-io.lo assembly.lo coree.lo domain.lo opcodes.lo image.lo metadata.lo verify.lo mono-endian.lo mono-config.lo loader.lo class.lo mempool.lo mono-perfcounters.lo debug-helpers.lo generic-sharing.lo metadata-verify.lo -pthread -lm ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -static -pthread -o libmonoruntime-static.la reflection.lo object.lo icall.lo decimal.lo boehm-gc.lo null-gc.lo sgen-gc.lo gc.lo method-builder.lo marshal.lo mono-mlist.lo monitor.lo threads.lo threadpool.lo file-io.lo socket-io.lo exception.lo appdomain.lo debug-mono-symfile.lo mono-debug.lo mono-debug-debugger.lo profiler.lo attach.lo rand.lo security.lo security-core-clr.lo string-icalls.lo sysmath.lo process.lo environment.lo locales.lo filewatcher.lo security-manager.lo console-io.lo assembly.lo coree.lo domain.lo opcodes.lo image.lo metadata.lo verify.lo mono-endian.lo mono-config.lo loader.lo class.lo mempool.lo mono-perfcounters.lo debug-helpers.lo generic-sharing.lo metadata-verify.lo -pthread -lm cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT pedump.o -MD -MP -MF .deps/pedump.Tpo -c -o pedump.o pedump.c mv -f .deps/pedump.Tpo .deps/pedump.Po ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o pedump pedump.o libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la ../../libgc/libmonogc.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -lm -pthread -lm gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/metadata' Making all in arch gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/arch' gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/arch' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/arch' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/arch' Making all in interpreter gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/interpreter' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/interpreter' Making all in mini gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/mini' if test -d ../../.git/svn; then svn_info='git svn info'; fi; \ if test -d ./.svn; then svn_info='svn info'; fi; \ if test -n "$svn_info"; then \ (cd ../..; \ LANG=C; export LANG; \ branch=`$svn_info | grep URL | sed -e 's/.*source//' -e 's,mono/?$,,'`; \ version=`$svn_info | grep Revision | sed 's/.*: //'`; \ echo "#define FULL_VERSION \"$branch r$version\""; \ ); \ else \ echo "#define FULL_VERSION \"tarball\""; \ fi > version.h cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT genmdesc-genmdesc.o -MD -MP -MF .deps/genmdesc-genmdesc.Tpo -c -o genmdesc-genmdesc.o `test -f 'genmdesc.c' || echo './'`genmdesc.c mv -f .deps/genmdesc-genmdesc.Tpo .deps/genmdesc-genmdesc.Po cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT genmdesc-helpers.o -MD -MP -MF .deps/genmdesc-helpers.Tpo -c -o genmdesc-helpers.o `test -f 'helpers.c' || echo './'`helpers.c mv -f .deps/genmdesc-helpers.Tpo .deps/genmdesc-helpers.Po ../../doltlibtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o genmdesc genmdesc-genmdesc.o genmdesc-helpers.o ../../mono/utils/libmonoutils.la ../../mono/metadata/opcodes.lo -lm -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -pthread -lm ./genmdesc ./cpu-x86.md cpu-x86.h x86_desc gmake all-am gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/mini' ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini.lo -MD -MP -MF .deps/mini.Tpo -c -o mini.lo mini.c mv -f .deps/mini.Tpo .deps/mini.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT method-to-ir.lo -MD -MP -MF .deps/method-to-ir.Tpo -c -o method-to-ir.lo method-to-ir.c method-to-ir.c: In function `mono_emit_rgctx_method_call_full': method-to-ir.c:2328: warning: 'rgctx_reg' might be used uninitialized in this function mv -f .deps/method-to-ir.Tpo .deps/method-to-ir.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT decompose.lo -MD -MP -MF .deps/decompose.Tpo -c -o decompose.lo decompose.c mv -f .deps/decompose.Tpo .deps/decompose.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT jit-icalls.lo -MD -MP -MF .deps/jit-icalls.Tpo -c -o jit-icalls.lo jit-icalls.c mv -f .deps/jit-icalls.Tpo .deps/jit-icalls.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c -o trace.lo trace.c mv -f .deps/trace.Tpo .deps/trace.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dominators.lo -MD -MP -MF .deps/dominators.Tpo -c -o dominators.lo dominators.c mv -f .deps/dominators.Tpo .deps/dominators.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT cfold.lo -MD -MP -MF .deps/cfold.Tpo -c -o cfold.lo cfold.c mv -f .deps/cfold.Tpo .deps/cfold.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT regalloc.lo -MD -MP -MF .deps/regalloc.Tpo -c -o regalloc.lo regalloc.c mv -f .deps/regalloc.Tpo .deps/regalloc.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT helpers.lo -MD -MP -MF .deps/helpers.Tpo -c -o helpers.lo helpers.c mv -f .deps/helpers.Tpo .deps/helpers.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT liveness.lo -MD -MP -MF .deps/liveness.Tpo -c -o liveness.lo liveness.c mv -f .deps/liveness.Tpo .deps/liveness.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT ssa.lo -MD -MP -MF .deps/ssa.Tpo -c -o ssa.lo ssa.c mv -f .deps/ssa.Tpo .deps/ssa.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT abcremoval.lo -MD -MP -MF .deps/abcremoval.Tpo -c -o abcremoval.lo abcremoval.c mv -f .deps/abcremoval.Tpo .deps/abcremoval.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT ssapre.lo -MD -MP -MF .deps/ssapre.Tpo -c -o ssapre.lo ssapre.c mv -f .deps/ssapre.Tpo .deps/ssapre.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT local-propagation.lo -MD -MP -MF .deps/local-propagation.Tpo -c -o local-propagation.lo local-propagation.c mv -f .deps/local-propagation.Tpo .deps/local-propagation.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c -o driver.lo driver.c mv -f .deps/driver.Tpo .deps/driver.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT debug-mini.lo -MD -MP -MF .deps/debug-mini.Tpo -c -o debug-mini.lo debug-mini.c mv -f .deps/debug-mini.Tpo .deps/debug-mini.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT linear-scan.lo -MD -MP -MF .deps/linear-scan.Tpo -c -o linear-scan.lo linear-scan.c mv -f .deps/linear-scan.Tpo .deps/linear-scan.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT aot-compiler.lo -MD -MP -MF .deps/aot-compiler.Tpo -c -o aot-compiler.lo aot-compiler.c mv -f .deps/aot-compiler.Tpo .deps/aot-compiler.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT aot-runtime.lo -MD -MP -MF .deps/aot-runtime.Tpo -c -o aot-runtime.lo aot-runtime.c mv -f .deps/aot-runtime.Tpo .deps/aot-runtime.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c -o graph.lo graph.c mv -f .deps/graph.Tpo .deps/graph.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-exceptions.lo -MD -MP -MF .deps/mini-exceptions.Tpo -c -o mini-exceptions.lo mini-exceptions.c mv -f .deps/mini-exceptions.Tpo .deps/mini-exceptions.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-codegen.lo -MD -MP -MF .deps/mini-codegen.Tpo -c -o mini-codegen.lo mini-codegen.c mini-codegen.c: In function `mono_is_regsize_var': mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_END' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_VOID' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_I8' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_U8' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_R4' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_R8' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_VAR' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch mini-codegen.c:2234: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/mini-codegen.Tpo .deps/mini-codegen.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-trampolines.lo -MD -MP -MF .deps/mini-trampolines.Tpo -c -o mini-trampolines.lo mini-trampolines.c mv -f .deps/mini-trampolines.Tpo .deps/mini-trampolines.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT declsec.lo -MD -MP -MF .deps/declsec.Tpo -c -o declsec.lo declsec.c mv -f .deps/declsec.Tpo .deps/declsec.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT wapihandles.lo -MD -MP -MF .deps/wapihandles.Tpo -c -o wapihandles.lo wapihandles.c wapihandles.c: In function `mini_wapi_hps': wapihandles.c:94: warning: unsigned int format, key_t arg (arg 3) wapihandles.c: In function `namedmutex_details': wapihandles.c:160: warning: long int format, pthread_t arg (arg 6) wapihandles.c: In function `mini_wapi_seminfo': wapihandles.c:266: warning: unsigned int format, key_t arg (arg 2) mv -f .deps/wapihandles.Tpo .deps/wapihandles.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT branch-opts.lo -MD -MP -MF .deps/branch-opts.Tpo -c -o branch-opts.lo branch-opts.c mv -f .deps/branch-opts.Tpo .deps/branch-opts.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT generic-sharing.lo -MD -MP -MF .deps/generic-sharing.Tpo -c -o generic-sharing.lo generic-sharing.c mv -f .deps/generic-sharing.Tpo .deps/generic-sharing.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT regalloc2.lo -MD -MP -MF .deps/regalloc2.Tpo -c -o regalloc2.lo regalloc2.c mv -f .deps/regalloc2.Tpo .deps/regalloc2.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT simd-intrinsics.lo -MD -MP -MF .deps/simd-intrinsics.Tpo -c -o simd-intrinsics.lo simd-intrinsics.c simd-intrinsics.c: In function `emit_intrinsics': simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_END' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_VOID' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_STRING' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_PTR' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_VAR' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_I' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_U' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch simd-intrinsics.c:946: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_END' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_VOID' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_I8' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_U8' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_R8' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_STRING' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_PTR' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_VAR' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_I' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_U' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch simd-intrinsics.c:922: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_END' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_VOID' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_BOOLEAN' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_CHAR' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_I8' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_U8' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_R8' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_STRING' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_PTR' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_BYREF' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_VALUETYPE' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_CLASS' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_VAR' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_ARRAY' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_GENERICINST' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_TYPEDBYREF' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_I' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_U' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_FNPTR' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_OBJECT' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_SZARRAY' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_MVAR' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_CMOD_REQD' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_CMOD_OPT' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_INTERNAL' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_MODIFIER' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_SENTINEL' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_PINNED' not handled in switch simd-intrinsics.c:903: warning: enumeration value `MONO_TYPE_ENUM' not handled in switch mv -f .deps/simd-intrinsics.Tpo .deps/simd-intrinsics.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT unwind.lo -MD -MP -MF .deps/unwind.Tpo -c -o unwind.lo unwind.c mv -f .deps/unwind.Tpo .deps/unwind.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-x86.lo -MD -MP -MF .deps/mini-x86.Tpo -c -o mini-x86.lo mini-x86.c mv -f .deps/mini-x86.Tpo .deps/mini-x86.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT exceptions-x86.lo -MD -MP -MF .deps/exceptions-x86.Tpo -c -o exceptions-x86.lo exceptions-x86.c mv -f .deps/exceptions-x86.Tpo .deps/exceptions-x86.Plo ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT tramp-x86.lo -MD -MP -MF .deps/tramp-x86.Tpo -c -o tramp-x86.lo tramp-x86.c mv -f .deps/tramp-x86.Tpo .deps/tramp-x86.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -Wl,-version-script=./ldscript -Wl,--export-dynamic -pthread -o libmono.la -rpath /usr/local/lib mini.lo method-to-ir.lo decompose.lo jit-icalls.lo trace.lo dominators.lo cfold.lo regalloc.lo helpers.lo liveness.lo ssa.lo abcremoval.lo ssapre.lo local-propagation.lo driver.lo debug-mini.lo linear-scan.lo aot-compiler.lo aot-runtime.lo graph.lo mini-exceptions.lo mini-codegen.lo mini-trampolines.lo declsec.lo wapihandles.lo branch-opts.lo generic-sharing.lo regalloc2.lo simd-intrinsics.lo unwind.lo mini-x86.lo exceptions-x86.lo tramp-x86.lo ../../mono/metadata/libmonoruntime.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv ../../libgc/libmonogc.la -pthread -lm ../../doltlibtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -static -pthread -o libmono-static.la mini.lo method-to-ir.lo decompose.lo jit-icalls.lo trace.lo dominators.lo cfold.lo regalloc.lo helpers.lo liveness.lo ssa.lo abcremoval.lo ssapre.lo local-propagation.lo driver.lo debug-mini.lo linear-scan.lo aot-compiler.lo aot-runtime.lo graph.lo mini-exceptions.lo mini-codegen.lo mini-trampolines.lo declsec.lo wapihandles.lo branch-opts.lo generic-sharing.lo regalloc2.lo simd-intrinsics.lo unwind.lo mini-x86.lo exceptions-x86.lo tramp-x86.lo ../../mono/metadata/libmonoruntime-static.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv ../../libgc/libmonogc-static.la -pthread -lm cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po ../../doltlibtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -export-dynamic -Wl,-version-script=./ldscript.mono -Wl,--export-dynamic -pthread -o mono main.o libmono-static.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -lm -pthread -lm gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/mini' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/mini' Making all in dis gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/dis' cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT get.o -MD -MP -MF .deps/get.Tpo -c -o get.o get.c mv -f .deps/get.Tpo .deps/get.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dis-cil.o -MD -MP -MF .deps/dis-cil.Tpo -c -o dis-cil.o dis-cil.c mv -f .deps/dis-cil.Tpo .deps/dis-cil.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po rm -f libmonodis.a ar cru libmonodis.a get.o dis-cil.o util.o ranlib libmonodis.a cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c mv -f .deps/dump.Tpo .deps/dump.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT declsec.o -MD -MP -MF .deps/declsec.Tpo -c -o declsec.o declsec.c mv -f .deps/declsec.Tpo .deps/declsec.Po ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o monodis dump.o main.o declsec.o libmonodis.a ../mini/libmono.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -pthread -lm gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/dis' Making all in monograph gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/monograph' cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT monograph.o -MD -MP -MF .deps/monograph.Tpo -c -o monograph.o monograph.c mv -f .deps/monograph.Tpo .deps/monograph.Po ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o monograph monograph.o ../mini/libmono.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -lm -pthread -lm gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/monograph' Making all in tests gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests' Making all in cas gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas' Making all in assembly gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/assembly' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/assembly' Making all in linkdemand gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/linkdemand' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/linkdemand' Making all in inheritance gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/inheritance' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/inheritance' Making all in demand gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/demand' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/demand' Making all in threads gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/threads' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas/threads' gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas' gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/cas' Making all in assemblyresolve gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/assemblyresolve' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests/assemblyresolve' gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests' ../../doltlibtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT libtest_la-libtest.lo -MD -MP -MF .deps/libtest_la-libtest.Tpo -c -o libtest_la-libtest.lo `test -f 'libtest.c' || echo './'`libtest.c libtest.c:22: warning: ignoring #pragma GCC diagnostic libtest.c:57: warning: no previous prototype for 'test_lpwstr_marshal' libtest.c:79: warning: no previous prototype for 'test_lpwstr_marshal_out' libtest.c:101: warning: no previous prototype for 'mono_union_test_1' libtest.c:107: warning: no previous prototype for 'mono_return_int' libtest.c:113: warning: no previous prototype for 'mono_test_marshal_pass_return_float' libtest.c:123: warning: no previous prototype for 'mono_return_int_ss' libtest.c:129: warning: no previous prototype for 'mono_return_ss' libtest.c:141: warning: no previous prototype for 'mono_return_sc1' libtest.c:154: warning: no previous prototype for 'mono_return_sc3' libtest.c:168: warning: no previous prototype for 'mono_return_sc5' libtest.c:185: warning: no previous prototype for 'mono_return_int_su' libtest.c:214: warning: no previous prototype for 'mono_test_many_byte_arguments' libtest.c:220: warning: no previous prototype for 'mono_test_many_float_arguments' libtest.c:226: warning: no previous prototype for 'mono_test_many_double_arguments' libtest.c:232: warning: no previous prototype for 'mono_test_split_double_arguments' libtest.c:238: warning: no previous prototype for 'mono_test_puts_static' libtest.c:247: warning: no previous prototype for 'mono_invoke_delegate' libtest.c:261: warning: no previous prototype for 'mono_invoke_simple_delegate' libtest.c:267: warning: no previous prototype for 'mono_test_marshal_char' libtest.c:276: warning: no previous prototype for 'mono_test_marshal_char_array' libtest.c:291: warning: no previous prototype for 'mono_test_empty_pinvoke' libtest.c:297: warning: no previous prototype for 'mono_test_marshal_bool_byref' libtest.c:307: warning: no previous prototype for 'mono_test_marshal_bool_in_as_I1_U1' libtest.c:317: warning: no previous prototype for 'mono_test_marshal_bool_out_as_I1_U1' libtest.c:329: warning: no previous prototype for 'mono_test_marshal_bool_ref_as_I1_U1' libtest.c:346: warning: no previous prototype for 'mono_test_marshal_array' libtest.c:357: warning: no previous prototype for 'mono_test_marshal_inout_array' libtest.c:370: warning: no previous prototype for 'mono_test_marshal_out_array' libtest.c:382: warning: no previous prototype for 'mono_test_marshal_inout_nonblittable_array' libtest.c:407: warning: no previous prototype for 'mono_test_return_vtype' libtest.c:422: warning: no previous prototype for 'mono_test_delegate_struct' libtest.c:430: warning: no previous prototype for 'mono_test_return_string' libtest.c:446: warning: no previous prototype for 'mono_test_ref_vtype' libtest.c:464: warning: no previous prototype for 'mono_test_marshal_out_struct' libtest.c:483: warning: no previous prototype for 'mono_test_marshal_delegate_struct' libtest.c:495: warning: no previous prototype for 'mono_test_marshal_struct' libtest.c:505: warning: no previous prototype for 'mono_test_marshal_byref_struct' libtest.c:531: warning: no previous prototype for 'mono_test_marshal_struct2' libtest.c:543: warning: no previous prototype for 'mono_test_marshal_struct2_2' libtest.c:556: warning: no previous prototype for 'mono_test_marshal_lpstruct' libtest.c:566: warning: no previous prototype for 'mono_test_marshal_lpstruct_blittable' libtest.c:575: warning: no previous prototype for 'mono_test_marshal_struct_array' libtest.c:597: warning: no previous prototype for 'mono_test_marshal_long_align_struct_array' libtest.c:603: warning: no previous prototype for 'mono_test_marshal_class' libtest.c:624: warning: no previous prototype for 'mono_test_marshal_byref_class' libtest.c:654: warning: no previous prototype for 'reliable_delegate' libtest.c:675: warning: no previous prototype for 'mono_test_marshal_delegate' libtest.c:696: warning: no previous prototype for 'mono_test_marshal_out_delegate' libtest.c:704: warning: no previous prototype for 'mono_test_marshal_return_delegate' libtest.c:716: warning: no previous prototype for 'mono_test_marshal_return_delegate_2' libtest.c:737: warning: no previous prototype for 'mono_test_marshal_delegate2' libtest.c:757: warning: no previous prototype for 'mono_test_marshal_delegate4' libtest.c:787: warning: no previous prototype for 'mono_test_marshal_delegate5' libtest.c:811: warning: no previous prototype for 'mono_test_marshal_delegate6' libtest.c:823: warning: no previous prototype for 'mono_test_marshal_delegate7' libtest.c:844: warning: no previous prototype for 'mono_test_marshal_inout_byval_class_delegate' libtest.c:867: warning: no previous prototype for 'mono_test_marshal_delegate8' libtest.c:876: warning: no previous prototype for 'mono_test_marshal_delegate9' libtest.c:888: warning: no previous prototype for 'mono_test_marshal_delegate10' libtest.c:896: warning: no previous prototype for 'mono_test_marshal_primitive_byref_delegate' libtest.c:915: warning: no previous prototype for 'mono_test_marshal_return_delegate_delegate' libtest.c:921: warning: no previous prototype for 'mono_test_marshal_stringbuilder' libtest.c:933: warning: no previous prototype for 'mono_test_marshal_stringbuilder_default' libtest.c:943: warning: no previous prototype for 'mono_test_marshal_stringbuilder_unicode' libtest.c:968: warning: no previous prototype for 'mono_test_marshal_empty_string_array' libtest.c:974: warning: no previous prototype for 'mono_test_marshal_string_array' libtest.c:988: warning: no previous prototype for 'mono_test_marshal_byref_string_array' libtest.c:1004: warning: no previous prototype for 'mono_test_marshal_stringbuilder_array' libtest.c:1018: warning: no previous prototype for 'mono_test_marshal_unicode_string_array' libtest.c:1050: warning: no previous prototype for 'mono_test_empty_struct' libtest.c:1069: warning: no previous prototype for 'mono_test_byvalstr_gen' libtest.c:1081: warning: no previous prototype for 'mono_test_byvalstr_check' libtest.c:1099: warning: no previous prototype for 'mono_test_byvalstr_check_unicode' libtest.c:1123: warning: no previous prototype for 'NameManglingAnsi' libtest.c:1129: warning: no previous prototype for 'NameManglingAnsiA' libtest.c:1135: warning: no previous prototype for 'NameManglingAnsiW' libtest.c:1141: warning: no previous prototype for 'NameManglingAnsi2A' libtest.c:1147: warning: no previous prototype for 'NameManglingAnsi2W' libtest.c:1153: warning: no previous prototype for 'NameManglingUnicode' libtest.c:1159: warning: no previous prototype for 'NameManglingUnicodeW' libtest.c:1165: warning: no previous prototype for 'NameManglingUnicode2' libtest.c:1171: warning: no previous prototype for 'NameManglingAutoW' libtest.c:1181: warning: no previous prototype for 'NameManglingAuto' libtest.c:1193: warning: no previous prototype for 'callFunction' libtest.c:1204: warning: no previous prototype for 'class_marshal_test0' libtest.c:1217: warning: no previous prototype for 'class_marshal_test4' libtest.c:1226: warning: no previous prototype for 'class_marshal_test1' libtest.c:1237: warning: no previous prototype for 'class_marshal_test2' libtest.c:1250: warning: no previous prototype for 'string_marshal_test0' libtest.c:1259: warning: no previous prototype for 'string_marshal_test1' libtest.c:1265: warning: no previous prototype for 'string_marshal_test2' libtest.c:1276: warning: no previous prototype for 'string_marshal_test3' libtest.c:1290: warning: no previous prototype for 'TestBlittableClass' libtest.c:1318: warning: no previous prototype for 'MyGetVersionEx' libtest.c:1330: warning: no previous prototype for 'BugGetVersionEx' libtest.c:1342: warning: no previous prototype for 'mono_test_marshal_point' libtest.c:1357: warning: no previous prototype for 'mono_test_marshal_mixed_point' libtest.c:1367: warning: no previous prototype for 'mono_test_marshal_mixed_point_2' libtest.c:1379: warning: no previous prototype for 'marshal_test_ref_bool' libtest.c:1405: warning: no previous prototype for 'marshal_test_bool_struct' libtest.c:1423: warning: no previous prototype for 'mono_test_last_error' libtest.c:1433: warning: no previous prototype for 'mono_test_asany' libtest.c:1480: warning: no previous prototype for 'mono_test_marshal_asany_in' libtest.c:1489: warning: no previous prototype for 'mono_test_marshal_asany_inout' libtest.c:1505: warning: no previous prototype for 'mono_test_marshal_asany_out' libtest.c:1530: warning: no previous prototype for 'mono_test_marshal_amd64_pass_return_struct1' libtest.c:1541: warning: no previous prototype for 'mono_test_marshal_amd64_pass_return_struct1_many_args' libtest.c:1557: warning: no previous prototype for 'mono_test_marshal_amd64_pass_return_struct2' libtest.c:1570: warning: no previous prototype for 'mono_test_marshal_amd64_pass_return_struct3' libtest.c:1582: warning: no previous prototype for 'mono_test_marshal_amd64_pass_return_struct4' libtest.c:1598: warning: no previous prototype for 'mono_test_marshal_ia64_pass_return_struct5' libtest.c:1611: warning: no previous prototype for 'mono_test_marshal_ia64_pass_return_struct6' libtest.c:1622: warning: no previous prototype for 'mono_test_marshal_pass_return_custom' libtest.c:1632: warning: no previous prototype for 'mono_test_marshal_pass_out_custom' libtest.c:1643: warning: no previous prototype for 'mono_test_marshal_pass_inout_custom' libtest.c:1652: warning: no previous prototype for 'mono_test_marshal_pass_out_byval_custom' libtest.c:1658: warning: no previous prototype for 'mono_test_marshal_pass_byref_custom' libtest.c:1666: warning: no previous prototype for 'mono_test_marshal_pass_return_custom2' libtest.c:1674: warning: no previous prototype for 'mono_test_marshal_pass_return_custom_null' libtest.c:1684: warning: no previous prototype for 'mono_test_marshal_pass_return_custom_in_delegate' libtest.c:1707: warning: no previous prototype for 'mono_test_marshal_pass_return_custom_null_in_delegate' libtest.c:1717: warning: no previous prototype for 'mono_test_marshal_custom_out_param_delegate' libtest.c:1732: warning: no previous prototype for 'mono_test_marshal_return_enum_delegate' libtest.c:1745: warning: no previous prototype for 'mono_test_marshal_blittable_struct_delegate' libtest.c:1762: warning: no previous prototype for 'mono_test_stdcall_name_mangling' libtest.c:1778: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate1' libtest.c:1798: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate2' libtest.c:1820: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate3' libtest.c:1841: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate4' libtest.c:1861: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate5' libtest.c:1881: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate6' libtest.c:1903: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate7' libtest.c:1924: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate8' libtest.c:1944: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate9' libtest.c:1964: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate10' libtest.c:1986: warning: no previous prototype for 'mono_test_marshal_small_struct_delegate11' libtest.c:2003: warning: no previous prototype for 'mono_test_marshal_array_delegate' libtest.c:2009: warning: no previous prototype for 'mono_test_marshal_out_array_delegate' libtest.c:2022: warning: no previous prototype for 'mono_test_marshal_return_unicode_string_delegate' libtest.c:2038: warning: no previous prototype for 'mono_test_marshal_out_string_array_delegate' libtest.c:2051: warning: no previous prototype for 'mono_test_marshal_cdecl_delegate' libtest.c:2064: warning: no previous prototype for 'mono_test_marshal_return_string_array_delegate' libtest.c:2085: warning: no previous prototype for 'mono_test_marshal_byref_string_delegate' libtest.c:2105: warning: no previous prototype for 'add_delegate' libtest.c:2111: warning: no previous prototype for 'mono_test_marshal_return_fnptr' libtest.c:2117: warning: no previous prototype for 'mono_xr' libtest.c:2128: warning: no previous prototype for 'mono_xr_as_handle' libtest.c:2145: warning: no previous prototype for 'mono_safe_handle_struct_ref' libtest.c:2164: warning: no previous prototype for 'mono_safe_handle_struct' libtest.c:2187: warning: no previous prototype for 'mono_safe_handle_struct_simple' libtest.c:2194: warning: no previous prototype for 'mono_safe_handle_return' libtest.c:2200: warning: no previous prototype for 'mono_safe_handle_ref' libtest.c:3020: warning: no previous prototype for 'test_method_thunk' libtest.c:3377: warning: no previous prototype for 'mono_test_Winx64_struct1_in' libtest.c:3391: warning: no previous prototype for 'mono_test_Winx64_struct2_in' libtest.c:3409: warning: no previous prototype for 'mono_test_Winx64_struct3_in' libtest.c:3429: warning: no previous prototype for 'mono_test_Winx64_struct4_in' libtest.c:3450: warning: no previous prototype for 'mono_test_Winx64_struct5_in' libtest.c:3469: warning: no previous prototype for 'mono_test_Winx64_struct6_in' libtest.c:3484: warning: no previous prototype for 'mono_test_Winx64_structs_in1' libtest.c:3517: warning: no previous prototype for 'mono_test_Winx64_structs_in2' libtest.c:3539: warning: no previous prototype for 'mono_test_Winx64_structs_in3' libtest.c:3575: warning: no previous prototype for 'mono_test_Winx64_struct1_ret' libtest.c:3583: warning: no previous prototype for 'mono_test_Winx64_struct2_ret' libtest.c:3592: warning: no previous prototype for 'mono_test_Winx64_struct3_ret' libtest.c:3602: warning: no previous prototype for 'mono_test_Winx64_struct4_ret' libtest.c:3613: warning: no previous prototype for 'mono_test_Winx64_struct5_ret' libtest.c:3623: warning: no previous prototype for 'mono_test_Winx64_struct1_ret_5_args' libtest.c:3631: warning: no previous prototype for 'mono_test_Winx64_struct5_ret6_args' libtest.c:3647: warning: no previous prototype for 'mono_test_Winx64_floatStruct' libtest.c:3664: warning: no previous prototype for 'mono_test_Winx64_doubleStruct' libtest.c:3675: warning: no previous prototype for 'mono_test_managed_Winx64_struct1_in' libtest.c:3685: warning: no previous prototype for 'mono_test_managed_Winx64_struct5_in' libtest.c:3699: warning: no previous prototype for 'mono_test_managed_Winx64_struct1_struct5_in' libtest.c:3716: warning: no previous prototype for 'mono_test_Winx64_struct1_ret_managed' libtest.c:3731: warning: no previous prototype for 'mono_test_Winx64_struct5_ret_managed' mv -f .deps/libtest_la-libtest.Tpo .deps/libtest_la-libtest.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -rpath `pwd` -pthread -o libtest.la libtest_la-libtest.lo -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv -pthread -lm gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/tests' Making all in benchmark gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/benchmark' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/benchmark' Making all in profiler gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/profiler' ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-cov.lo -MD -MP -MF .deps/mono-cov.Tpo -c -o mono-cov.lo mono-cov.c mono-cov.c:124: warning: no previous prototype for 'mono_profiler_startup' mv -f .deps/mono-cov.Tpo .deps/mono-cov.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmono-profiler-cov.la -rpath /usr/local/lib mono-cov.lo ../../mono/mini/libmono.la -pthread -lm ../../doltcompile cc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-profiler-aot.lo -MD -MP -MF .deps/mono-profiler-aot.Tpo -c -o mono-profiler-aot.lo mono-profiler-aot.c mono-profiler-aot.c:125: warning: no previous prototype for 'mono_profiler_startup' mv -f .deps/mono-profiler-aot.Tpo .deps/mono-profiler-aot.Plo ../../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmono-profiler-aot.la -rpath /usr/local/lib mono-profiler-aot.lo ../../mono/mini/libmono.la -pthread -lm gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono/profiler' gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono' gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mono' Making all in ikvm-native gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/ikvm-native' ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT jni.lo -MD -MP -MF .deps/jni.Tpo -c -o jni.lo jni.c jni.c:490: warning: function declaration isn't a prototype jni.c:495: warning: no previous prototype for 'ikvm_MarshalDelegate' jni.c:502: warning: no previous prototype for 'ikvm_CallOnLoad' mv -f .deps/jni.Tpo .deps/jni.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT os.lo -MD -MP -MF .deps/os.Tpo -c -o os.lo os.c os.c:65: warning: no previous prototype for 'ikvm_LoadLibrary' os.c:70: warning: no previous prototype for 'ikvm_FreeLibrary' os.c:75: warning: no previous prototype for 'ikvm_GetProcAddress' os.c:87: warning: no previous prototype for 'ikvm_mmap' os.c:92: warning: no previous prototype for 'ikvm_munmap' os.c:97: warning: no previous prototype for 'ikvm_msync' mv -f .deps/os.Tpo .deps/os.Plo ../doltlibtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -avoid-version -pthread -o libikvm-native.la -rpath /usr/local/lib jni.lo os.lo -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv -pthread -lm cc -shared .libs/jni.o .libs/os.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libiconv.so -lm -mno-tls-direct-seg-refs -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libikvm-native.so -o .libs/libikvm-native.so ar cru .libs/libikvm-native.a jni.o os.o ranlib .libs/libikvm-native.a creating libikvm-native.la (cd .libs && rm -f libikvm-native.la && ln -s ../libikvm-native.la libikvm-native.la) gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/ikvm-native' Making all in support gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/support' ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT errno.lo -MD -MP -MF .deps/errno.Tpo -c -o errno.lo errno.c errno.c: In function `Mono_Posix_Syscall_strerror_r': errno.c:83: warning: assignment makes pointer from integer without a cast mv -f .deps/errno.Tpo .deps/errno.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT map.lo -MD -MP -MF .deps/map.Tpo -c -o map.lo map.c map.c: In function `Mono_Posix_FromStat': map.c:4328: warning: passing arg 2 of `Mono_Posix_FromFilePermissions' from incompatible pointer type mv -f .deps/map.Tpo .deps/map.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c signal.c: In function `Mono_Unix_UnixSignal_WaitAny': signal.c:260: warning: 'r' might be used uninitialized in this function mv -f .deps/signal.Tpo .deps/signal.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT stdio.lo -MD -MP -MF .deps/stdio.Tpo -c -o stdio.lo stdio.c mv -f .deps/stdio.Tpo .deps/stdio.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT string.lo -MD -MP -MF .deps/string.Tpo -c -o string.lo string.c mv -f .deps/string.Tpo .deps/string.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT stdlib.lo -MD -MP -MF .deps/stdlib.Tpo -c -o stdlib.lo stdlib.c mv -f .deps/stdlib.Tpo .deps/stdlib.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dirent.lo -MD -MP -MF .deps/dirent.Tpo -c -o dirent.lo dirent.c mv -f .deps/dirent.Tpo .deps/dirent.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT fcntl.lo -MD -MP -MF .deps/fcntl.Tpo -c -o fcntl.lo fcntl.c mv -f .deps/fcntl.Tpo .deps/fcntl.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT fstab.lo -MD -MP -MF .deps/fstab.Tpo -c -o fstab.lo fstab.c mv -f .deps/fstab.Tpo .deps/fstab.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT grp.lo -MD -MP -MF .deps/grp.Tpo -c -o grp.lo grp.c mv -f .deps/grp.Tpo .deps/grp.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c -o macros.lo macros.c macros.c:14: warning: no previous prototype for 'wifexited' macros.c:19: warning: no previous prototype for 'wexitstatus' macros.c:24: warning: no previous prototype for 'wifsignaled' macros.c:29: warning: no previous prototype for 'wtermsig' macros.c:34: warning: no previous prototype for 'wifstopped' macros.c:39: warning: no previous prototype for 'wstopsig' macros.c:57: warning: no previous prototype for 'helper_Mono_Posix_Stat' macros.c:84: warning: no previous prototype for 'helper_Mono_Posix_GetUserName' macros.c:89: warning: no previous prototype for 'helper_Mono_Posix_GetGroupName' macros.c:95: warning: no previous prototype for 'helper_Mono_Posix_readdir' macros.c:109: warning: no previous prototype for 'helper_Mono_Posix_getpwnamuid' mv -f .deps/macros.Tpo .deps/macros.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT old-map.lo -MD -MP -MF .deps/old-map.Tpo -c -o old-map.lo old-map.c old-map.c:17: warning: no previous prototype for 'map_Mono_Posix_OpenFlags' old-map.c:45: warning: no previous prototype for 'map_Mono_Posix_FileMode' old-map.c:75: warning: no previous prototype for 'map_Mono_Posix_WaitOptions' old-map.c:85: warning: no previous prototype for 'map_Mono_Posix_AccessMode' old-map.c:99: warning: no previous prototype for 'map_Mono_Posix_Signals' old-map.c:162: warning: no previous prototype for 'map_Mono_Posix_PollEvents' mv -f .deps/old-map.Tpo .deps/old-map.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT pwd.lo -MD -MP -MF .deps/pwd.Tpo -c -o pwd.lo pwd.c mv -f .deps/pwd.Tpo .deps/pwd.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c -o serial.lo serial.c serial.c:65: warning: no previous prototype for 'open_serial' serial.c:77: warning: no previous prototype for 'close_serial' serial.c:83: warning: no previous prototype for 'read_serial' serial.c:93: warning: no previous prototype for 'write_serial' serial.c:132: warning: no previous prototype for 'discard_buffer' serial.c:138: warning: no previous prototype for 'get_bytes_in_buffer' serial.c:150: warning: no previous prototype for 'set_attributes' serial.c:363: warning: no previous prototype for 'get_signals' serial.c:378: warning: no previous prototype for 'set_signal' serial.c:402: warning: no previous prototype for 'breakprop' serial.c:408: warning: no previous prototype for 'poll_serial' serial.c:436: warning: no previous prototype for 'list_serial_devices' mv -f .deps/serial.Tpo .deps/serial.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-mman.lo -MD -MP -MF .deps/sys-mman.Tpo -c -o sys-mman.lo sys-mman.c sys-mman.c: In function `Mono_Posix_Syscall_mincore': sys-mman.c:109: warning: implicit declaration of function `mincore' sys-mman.c:109: warning: nested extern declaration of `mincore' mv -f .deps/sys-mman.Tpo .deps/sys-mman.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-sendfile.lo -MD -MP -MF .deps/sys-sendfile.Tpo -c -o sys-sendfile.lo sys-sendfile.c sys-sendfile.c: In function `Mono_Posix_Syscall_sendfile': sys-sendfile.c:32: warning: implicit declaration of function `sendfile' sys-sendfile.c:32: warning: nested extern declaration of `sendfile' mv -f .deps/sys-sendfile.Tpo .deps/sys-sendfile.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-stat.lo -MD -MP -MF .deps/sys-stat.Tpo -c -o sys-stat.lo sys-stat.c mv -f .deps/sys-stat.Tpo .deps/sys-stat.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-statvfs.lo -MD -MP -MF .deps/sys-statvfs.Tpo -c -o sys-statvfs.lo sys-statvfs.c mv -f .deps/sys-statvfs.Tpo .deps/sys-statvfs.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-time.lo -MD -MP -MF .deps/sys-time.Tpo -c -o sys-time.lo sys-time.c sys-time.c:76: warning: no previous prototype for 'Mono_Posix_Syscall_utimes_bad' mv -f .deps/sys-time.Tpo .deps/sys-time.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-utsname.lo -MD -MP -MF .deps/sys-utsname.Tpo -c -o sys-utsname.lo sys-utsname.c mv -f .deps/sys-utsname.Tpo .deps/sys-utsname.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-wait.lo -MD -MP -MF .deps/sys-wait.Tpo -c -o sys-wait.lo sys-wait.c mv -f .deps/sys-wait.Tpo .deps/sys-wait.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-xattr.lo -MD -MP -MF .deps/sys-xattr.Tpo -c -o sys-xattr.lo sys-xattr.c mv -f .deps/sys-xattr.Tpo .deps/sys-xattr.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT syslog.lo -MD -MP -MF .deps/syslog.Tpo -c -o syslog.lo syslog.c syslog.c:44: warning: no previous prototype for 'Mono_Posix_Syscall_syslog2' mv -f .deps/syslog.Tpo .deps/syslog.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo time.c mv -f .deps/time.Tpo .deps/time.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c -o unistd.lo unistd.c mv -f .deps/unistd.Tpo .deps/unistd.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT utime.lo -MD -MP -MF .deps/utime.Tpo -c -o utime.lo utime.c mv -f .deps/utime.Tpo .deps/utime.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT x-struct-str.lo -MD -MP -MF .deps/x-struct-str.Tpo -c -o x-struct-str.lo x-struct-str.c mv -f .deps/x-struct-str.Tpo .deps/x-struct-str.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT zlib_macros.lo -MD -MP -MF .deps/zlib_macros.Tpo -c -o zlib_macros.lo zlib_macros.c zlib_macros.c:20: warning: no previous prototype for 'create_z_stream' zlib_macros.c:52: warning: no previous prototype for 'free_z_stream' zlib_macros.c:63: warning: no previous prototype for 'z_stream_set_next_in' zlib_macros.c:69: warning: no previous prototype for 'z_stream_set_avail_in' zlib_macros.c:75: warning: no previous prototype for 'z_stream_get_avail_in' zlib_macros.c:81: warning: no previous prototype for 'z_stream_set_next_out' zlib_macros.c:87: warning: no previous prototype for 'z_stream_set_avail_out' zlib_macros.c:93: warning: no previous prototype for 'z_stream_deflate' zlib_macros.c:108: warning: no previous prototype for 'z_stream_inflate' mv -f .deps/zlib_macros.Tpo .deps/zlib_macros.Plo ../doltlibtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT ioapi.lo -MD -MP -MF .deps/ioapi.Tpo -c -o ioapi.lo `test -f 'minizip/ioapi.c' || echo './'`minizip/ioapi.c mv -f .deps/ioapi.Tpo .deps/ioapi.Plo ../doltlibtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT unzip.lo -MD -MP -MF .deps/unzip.Tpo -c -o unzip.lo `test -f 'minizip/unzip.c' || echo './'`minizip/unzip.c minizip/unzip.c:263: warning: function declaration isn't a prototype minizip/unzip.c:549: warning: function declaration isn't a prototype minizip/unzip.c: In function `unzlocal_GetCurrentFileInfoInternal': minizip/unzip.c:610: warning: suggest explicit braces to avoid ambiguous `else' minizip/unzip.c:690: warning: suggest explicit braces to avoid ambiguous `else' minizip/unzip.c:715: warning: suggest explicit braces to avoid ambiguous `else' minizip/unzip.c: At top level: minizip/unzip.c:960: warning: function declaration isn't a prototype minizip/unzip.c: In function `unzlocal_CheckCurrentFileCoherencyHeader': minizip/unzip.c:979: warning: suggest explicit braces to avoid ambiguous `else' minizip/unzip.c: In function `unzGetGlobalComment': minizip/unzip.c:1537: warning: unused variable `err' mv -f .deps/unzip.Tpo .deps/unzip.Plo ../doltlibtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT zip.lo -MD -MP -MF .deps/zip.Tpo -c -o zip.lo `test -f 'minizip/zip.c' || echo './'`minizip/zip.c In file included from minizip/zip.c:158: minizip/crypt.h:91: warning: function declaration isn't a prototype minizip/zip.c:162: warning: function declaration isn't a prototype minizip/zip.c:176: warning: function declaration isn't a prototype minizip/zip.c:187: warning: function declaration isn't a prototype minizip/zip.c:193: warning: function declaration isn't a prototype minizip/zip.c:201: warning: function declaration isn't a prototype minizip/zip.c:319: warning: function declaration isn't a prototype minizip/zip.c:945: warning: function declaration isn't a prototype minizip/zip.c:194: warning: 'free_linkedlist' defined but not used mv -f .deps/zip.Tpo .deps/zip.Plo ../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -no-undefined -avoid-version -pthread -o libMonoPosixHelper.la -rpath /usr/local/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_macros.lo ioapi.lo unzip.lo zip.lo -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -lz -pthread -lm ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT supportw.lo -MD -MP -MF .deps/supportw.Tpo -c -o supportw.lo supportw.c supportw.c:163: warning: no previous prototype for 'SetWindowPos' supportw.c: In function `SetWindowPos': supportw.c:164: warning: unsigned int format, gpointer arg (arg 3) supportw.c:164: warning: unsigned int format, gpointer arg (arg 4) supportw.c: At top level: supportw.c:170: warning: no previous prototype for 'SendMessageA' supportw.c: In function `SendMessageA': supportw.c:171: warning: int format, gpointer arg (arg 3) supportw.c:171: warning: unsigned int format, gpointer arg (arg 5) supportw.c:171: warning: unsigned int format, gpointer arg (arg 6) supportw.c: At top level: supportw.c:177: warning: no previous prototype for 'GetWindowLongA' mv -f .deps/supportw.Tpo .deps/supportw.Plo ../doltcompile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT support-heap.lo -MD -MP -MF .deps/support-heap.Tpo -c -o support-heap.lo support-heap.c mv -f .deps/support-heap.Tpo .deps/support-heap.Plo ../doltlibtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -no-undefined -avoid-version -pthread -o libMonoSupportW.la -rpath /usr/local/lib supportw.lo support-heap.lo -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -pthread -lm gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/support' Making all in data gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data' Making all in net_1_1 gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_1_1' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_1_1' Making all in net_2_0 gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_2_0' Making all in Browsers gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_2_0/Browsers' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_2_0/Browsers' gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_2_0' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_2_0' gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data/net_2_0' gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data' gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/data' Making all in runtime gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.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/mcs ; \ r=`pwd`; m=`cd ../mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_1_1/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \ chmod +x _tmpinst/bin/mcs echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ r=`pwd`; m=`cd ../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 ../mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/gmcs.exe"'" "$@"' >> _tmpinst/bin/gmcs ; \ chmod +x _tmpinst/bin/gmcs if test -w ../mcs; then :; else chmod -R +w ../mcs; fi cd ../mcs && gmake NO_DIR_CHECK=1 PROFILES='net_1_1 net_2_0 net_3_5 net_2_1' CC='cc' all-profiles gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake profile-do--net_1_1--all profile-do--net_2_0--all profile-do--net_3_5--all profile-do--net_2_1--all gmake[4]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake PROFILE=basic all gmake[5]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[6]: *** [build/deps/basic-profile-check.exe] Error 1 gmake[6]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' *** The compiler 'false' doesn't appear to be usable. *** Trying the 'monolite' directory. gmake[7]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[8]: *** [build/deps/basic-profile-check.exe] Error 138 gmake[8]: Entering directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' *** The contents of your 'monolite' directory may be out-of-date *** You may want to try 'make get-monolite-latest' gmake[8]: *** [do-profile-check-monolite] Error 1 gmake[8]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[7]: *** [do-profile-check] Error 2 gmake[7]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[6]: *** [do-profile-check-monolite] Error 2 gmake[6]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[5]: *** [do-profile-check] Error 2 gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[4]: *** [profile-do--basic--all] Error 2 gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[3]: *** [profiles-do--all] Error 2 gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/mcs' gmake[2]: *** [all-local] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1/runtime' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4.2.1' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/lang/mono.