From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 01:09:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE3C16A4CE; Sat, 26 Jun 2004 01:09:29 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DEC543D53; Sat, 26 Jun 2004 01:09:28 +0000 (GMT) (envelope-from johnmary@adelphia.net) Received: from 68-169-191-75.losaca.adelphia.net ([68.169.191.75]) by mta9.adelphia.netESMTP <20040626010823.TTRP23406.mta9.adelphia.net@68-169-191-75.losaca.adelphia.net>; Fri, 25 Jun 2004 21:08:23 -0400 Received: by 68-169-191-75.losaca.adelphia.net (Postfix, from userid 1001) id 15C5A640F; Fri, 25 Jun 2004 18:08:23 -0700 (PDT) Date: Fri, 25 Jun 2004 18:08:22 -0700 From: John Merryweather Cooper To: Joe Marcus Clarke Message-ID: <20040626010822.GB20786@borgdemon.losaca.adelphia.net> References: <20040625204444.GA50921@borgdemon.losaca.adelphia.net> <1088197748.842.1.camel@gyros> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <1088197748.842.1.camel@gyros> User-Agent: Mutt/1.4.2.1i Phone: 1-509-338-9391 WWW-Home-Page: http://www.borgsdemons.com/ X-Mailman-Approved-At: Sat, 26 Jun 2004 11:48:36 +0000 cc: freebsd-current@freebsd.org cc: freebsd-gnome@freebsd.org cc: John Merryweather Cooper Subject: Re: Does -CURRENT's gcc generate ___tls_get_addr under any circumstances X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 01:09:29 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jun 25, 2004 at 05:09:08PM -0400, Joe Marcus Clarke wrote: > On Fri, 2004-06-25 at 16:44, John Merryweather Cooper wrote: > > I'm working on porting (and getting fully working) lang/mono > > version 0.96, and I'm having a problem. In one of my object > > files--mini.lo--I'm getting an extern reference to > > ___tls_get_addr. I've been over the source code in mini.c > > and all the included headers, and I can't find anything to > > get rid of this reference or find a way to resolve it. As > > a result, the linking of the mono runtime binary fails with > > this symbol unresolved. > > > > Any and all clues are welcome! > > As I recall, this is from boehm. You'll have to tell boehm not to do > thread-local storage. Note: boehm is in the libgc subdirectory inside > mono. > > Joe > > > > > jmc > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > Hmmm . . . Well, looking at the libgc code, I note that if it detects GCC 3.x it uses pthreads for thread local storage. The configure script doesn't provide a means to turn off tls. Just to be sure, I undefined USE_COMPILER_TLS on the command line with -UUSE_COMPILER_TLS. No dice, ___tls_get_addr still shows up in the mini.lo object which gets linked into libmono.so which causes mono to fail to link with an undefined symbol (see attached build script). I've checked all the objects in libgc, and none of them are defining this symbol. It seems prettly clear that it comes into existance during the compile of mini.c (it's in mini.lo), but I can't for the life of me find were it is in mini.c or in it's includes. jmc --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=mono_bad_link Content-Transfer-Encoding: quoted-printable Script started on Fri Jun 25 17:01:17 2004 =3D=3D=3D> Vulnerability check disabled=0D =3D=3D=3D> Extracting for mono-0.96=0D >> Checksum OK for mono-0.96.tar.gz.=0D =3D=3D=3D> Patching for mono-0.96=0D =3D=3D=3D> Applying FreeBSD patches for mono-0.96=0D =3D=3D=3D> mono-0.96 depends on executable: gmake - found=0D =3D=3D=3D> mono-0.96 depends on executable: bison - found=0D =3D=3D=3D> mono-0.96 depends on executable: pkg-config - found=0D =3D=3D=3D> mono-0.96 depends on shared library: glib-2.0.400 - found=0D =3D=3D=3D> Configuring for mono-0.96=0D checking build system type... i386-portbld-freebsd5.2=0D checking host system type... i386-portbld-freebsd5.2=0D checking target system type... i386-portbld-freebsd5.2=0D checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el=0D checking whether build environment is sane... yes=0D checking for gawk... no=0D checking for mawk... no=0D checking for nawk... nawk=0D checking whether gmake sets $(MAKE)... yes=0D checking whether to enable maintainer-specific portions of Makefiles... no= =0D checking whether ln -s works... yes=0D checking host platform characteristics... ok=0D checking for gcc... cc=0D checking for gcc... (cached) cc=0D checking for C compiler default output... a.out=0D checking whether the C compiler works... yes=0D checking whether we are cross compiling... no=0D checking for suffix of executables... =0D checking for suffix of object files... o=0D checking whether we are using the GNU C compiler... yes=0D checking whether cc accepts -g... yes=0D checking for cc option to accept ANSI C... none needed=0D checking for style of include used by gmake... GNU=0D checking dependency style of cc... gcc3=0D checking for cc option to accept ANSI C... none needed=0D checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el=0D checking for bison... yes=0D checking how to run the C preprocessor... cc -E=0D checking for egrep... grep -E=0D checking for ANSI C header files... yes=0D checking for ld used by GCC... /usr/bin/ld=0D checking if the linker (/usr/bin/ld) is GNU ld... yes=0D checking for /usr/bin/ld option to reload object files... -r=0D checking for BSD-compatible nm... /usr/bin/nm -B=0D checking for a sed that does not truncate output... /usr/bin/sed=0D checking how to recognise dependent libraries... pass_all=0D checking command to parse /usr/bin/nm -B output... ok=0D checking for sys/types.h... yes=0D checking for sys/stat.h... yes=0D checking for stdlib.h... yes=0D checking for string.h... yes=0D checking for memory.h... yes=0D checking for strings.h... yes=0D checking for inttypes.h... yes=0D checking for stdint.h... yes=0D checking for unistd.h... yes=0D checking dlfcn.h usability... yes=0D checking dlfcn.h presence... yes=0D checking for dlfcn.h... yes=0D checking for ranlib... ranlib=0D checking for strip... strip=0D checking for objdir... .libs=0D checking for cc option to produce PIC... -fPIC=0D checking if cc PIC flag -fPIC works... yes=0D checking if cc static flag -static works... yes=0D checking if cc supports -c -o file.o... yes=0D checking if cc supports -c -o file.lo... yes=0D checking if cc supports -fno-rtti -fno-exceptions... yes=0D checking whether the linker (/usr/bin/ld) supports shared libraries... yes= =0D checking how to hardcode library paths into programs... immediate=0D checking whether stripping libraries is possible... yes=0D checking dynamic linker characteristics... freebsd5.2 ld.so=0D checking if libtool supports shared libraries... yes=0D checking whether to build shared libraries... yes=0D checking whether to build static libraries... yes=0D checking whether -lc should be explicitly linked in... yes=0D creating libtool=0D checking for ld used by GCC... (cached) /usr/bin/ld=0D checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes=0D checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes=0D checking sys/filio.h usability... yes=0D checking sys/filio.h presence... yes=0D checking for sys/filio.h... yes=0D checking sys/sockio.h usability... yes=0D checking sys/sockio.h presence... yes=0D checking for sys/sockio.h... yes=0D checking netdb.h usability... yes=0D checking netdb.h presence... yes=0D checking for netdb.h... yes=0D checking utime.h usability... yes=0D checking utime.h presence... yes=0D checking for utime.h... yes=0D checking semaphore.h usability... yes=0D checking semaphore.h presence... yes=0D checking for semaphore.h... yes=0D checking sys/un.h usability... yes=0D checking sys/un.h presence... yes=0D checking for sys/un.h... yes=0D checking valgrind/memcheck.h usability... no=0D checking valgrind/memcheck.h presence... no=0D checking for valgrind/memcheck.h... no=0D checking elf.h usability... yes=0D checking elf.h presence... yes=0D checking for elf.h... yes=0D checking wchar.h usability... yes=0D checking wchar.h presence... yes=0D checking for wchar.h... yes=0D checking for void *... yes=0D checking size of void *... 4=0D checking for pkg-config... /usr/local/bin/pkg-config=0D checking for glib-2.0 >=3D 1.3.11... yes=0D checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include =0D checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib -lglib-2.0 -liconv =0D checking JDK headers... not found=0D checking for getgrgid_r... yes=0D checking for getgrnam_r... yes=0D checking for getpwnam_r... yes=0D checking for getpwuid_r... yes=0D checking for getresuid... yes=0D checking for setresuid... yes=0D checking if off_t is 64 bits wide... ok=0D checking for socket in -lsocket... no=0D checking for MSG_NOSIGNAL... no=0D checking for SOL_IP... no=0D checking for SOL_IPV6... no=0D checking for SOL_TCP... no=0D checking for IP_PKTINFO... no=0D checking for struct ip_mreqn... no=0D checking for struct ip_mreq... yes=0D checking for gethostbyname2_r... no=0D checking for gethostbyaddr in -lnsl... no=0D checking for inet_pton... yes=0D checking for inet_aton... yes=0D checking size of sockaddr_un.sun_path... 104=0D checking whether cc supports zero length arrays... yes=0D checking for main in -lpthread... yes=0D checking pthread.h usability... yes=0D checking pthread.h presence... yes=0D checking for pthread.h... yes=0D checking for pthread_mutex_timedlock... yes=0D checking for pthread_getattr_np... no=0D checking for pthread_attr_get_np... yes=0D checking for PTHREAD_MUTEX_RECURSIVE... ok=0D checking for pthread_attr_setstacksize... yes=0D checking for working __thread... yes=0D checking for working sigaltstack... disabled=0D checking for library containing sem_init... none required=0D checking for tm_gmtoff in struct tm... yes=0D checking for finite... yes=0D checking for isfinite... no=0D checking for isfinite in math.h... yes=0D checking for poll... yes=0D checking for signbit... yes=0D checking for SIGEV_THREAD definition... no=0D checking for socklen_t... yes=0D checking for trunc... yes=0D checking for aintl in -lsunmath... no=0D checking if usage of random device is requested... yes=0D checking for random device... yes=0D checking if inter-process shared handles are requested... yes=0D checking for icu-config... no=0D configure: WARNING: Only invariant locale available; install ICU for I18N s= upport=0D configure: creating ./config.status=0D config.status: creating Makefile=0D config.status: creating mint.pc=0D config.status: creating mono.pc=0D config.status: creating mono/Makefile=0D config.status: creating mono/utils/Makefile=0D config.status: creating mono/metadata/Makefile=0D config.status: creating mono/dis/Makefile=0D config.status: creating mono/cil/Makefile=0D config.status: creating mono/arch/Makefile=0D config.status: creating mono/os/Makefile=0D config.status: creating mono/os/win32/Makefile=0D config.status: creating mono/os/unix/Makefile=0D config.status: creating mono/arch/x86/Makefile=0D config.status: creating mono/arch/amd64/Makefile=0D config.status: creating mono/arch/hppa/Makefile=0D config.status: creating mono/arch/ppc/Makefile=0D config.status: creating mono/arch/sparc/Makefile=0D config.status: creating mono/arch/s390/Makefile=0D config.status: creating mono/arch/arm/Makefile=0D config.status: creating mono/arch/alpha/Makefile=0D config.status: creating mono/interpreter/Makefile=0D config.status: creating mono/tests/Makefile=0D config.status: creating mono/tests/tests-config=0D config.status: creating mono/benchmark/Makefile=0D config.status: creating mono/monoburg/Makefile=0D config.status: creating mono/monograph/Makefile=0D config.status: creating mono/io-layer/Makefile=0D config.status: creating mono/handles/Makefile=0D config.status: creating mono/mini/Makefile=0D config.status: creating mono/profiler/Makefile=0D config.status: creating ikvm-jni/Makefile=0D config.status: creating runtime/Makefile=0D config.status: creating runtime/net_1_1/Makefile=0D config.status: creating runtime/net_2_0/Makefile=0D config.status: creating scripts/Makefile=0D config.status: creating man/Makefile=0D config.status: creating web/Makefile=0D config.status: creating docs/Makefile=0D config.status: creating data/Makefile=0D config.status: creating samples/Makefile=0D config.status: creating support/Makefile=0D config.status: creating data/config=0D config.status: creating mono.spec=0D config.status: creating tools/Makefile=0D config.status: creating tools/locale-builder/Makefile=0D config.status: creating config.h=0D config.status: executing depfiles commands=0D configure: configuring in libgc=0D configure: running /bin/sh './configure' --prefix=3D/usr/local '--program-= transform-name=3D''' '--with-gc=3Dincluded' '--prefix=3D/usr/local' '--buil= d=3Di386-portbld-freebsd5.2' 'CFLAGS=3D-O -pipe -march=3Dathlon' 'CPPFLAGS= =3D -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS' 'build_alias=3Di386-portbld-= freebsd5.2' 'CC=3Dcc' --disable-embed-check --with-libgc-threads=3Dpthreads= --cache-file=3D/dev/null --srcdir=3D.=0D checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el=0D checking whether build environment is sane... yes=0D checking for gawk... no=0D checking for mawk... no=0D checking for nawk... nawk=0D checking whether gmake sets $(MAKE)... yes=0D checking build system type... i386-portbld-freebsd5.2=0D checking host system type... i386-portbld-freebsd5.2=0D checking for gcc... cc=0D checking for C compiler default output... a.out=0D checking whether the C compiler works... yes=0D checking whether we are cross compiling... no=0D checking for suffix of executables... =0D checking for suffix of object files... o=0D checking whether we are using the GNU C compiler... yes=0D checking whether cc accepts -g... yes=0D checking for cc option to accept ANSI C... none needed=0D checking for style of include used by gmake... GNU=0D checking dependency style of cc... gcc3=0D checking whether we are using the GNU C++ compiler... yes=0D checking whether c++ accepts -g... yes=0D checking dependency style of c++... gcc3=0D checking for ar... ar=0D checking for ranlib... ranlib=0D checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el=0D checking whether to enable maintainer-specific portions of Makefiles... no= =0D configure: WARNING: "FreeBSD does not yet fully support threads with Boehm = GC."=0D checking for dlopen in -ldl... no=0D checking whether to build shared libraries... yes=0D checking which machine-dependent code should be used... =0D checking for ld used by GCC... /usr/bin/ld=0D checking if the linker (/usr/bin/ld) is GNU ld... yes=0D checking for /usr/bin/ld option to reload object files... -r=0D checking for BSD-compatible nm... /usr/bin/nm -B=0D checking for a sed that does not truncate output... /usr/bin/sed=0D checking whether ln -s works... yes=0D checking how to recognise dependent libraries... pass_all=0D checking command to parse /usr/bin/nm -B output... ok=0D checking how to run the C preprocessor... cc -E=0D checking for egrep... grep -E=0D checking for ANSI C header files... yes=0D checking for sys/types.h... yes=0D checking for sys/stat.h... yes=0D checking for stdlib.h... yes=0D checking for string.h... yes=0D checking for memory.h... yes=0D checking for strings.h... yes=0D checking for inttypes.h... yes=0D checking for stdint.h... yes=0D checking for unistd.h... yes=0D checking dlfcn.h usability... yes=0D checking dlfcn.h presence... yes=0D checking for dlfcn.h... yes=0D checking for ranlib... (cached) ranlib=0D checking for strip... strip=0D checking for objdir... .libs=0D checking for cc option to produce PIC... -fPIC=0D checking if cc PIC flag -fPIC works... yes=0D checking if cc static flag -static works... yes=0D checking if cc supports -c -o file.o... yes=0D checking if cc supports -c -o file.lo... yes=0D checking if cc supports -fno-rtti -fno-exceptions... yes=0D checking whether the linker (/usr/bin/ld) supports shared libraries... yes= =0D checking how to hardcode library paths into programs... immediate=0D checking whether stripping libraries is possible... yes=0D checking dynamic linker characteristics... freebsd5.2 ld.so=0D checking if libtool supports shared libraries... yes=0D checking whether to build shared libraries... yes=0D checking whether to build static libraries... yes=0D checking whether -lc should be explicitly linked in... yes=0D creating libtool=0D checking sys/dg_sys_info.h usability... no=0D checking sys/dg_sys_info.h presence... no=0D checking for sys/dg_sys_info.h... no=0D checking for threads package to use... posix=0D checking whether Solaris gcc optimization fix is necessary... no=0D configure: creating ./config.status=0D config.status: creating Makefile=0D config.status: creating include/Makefile=0D config.status: creating include/private/Makefile=0D config.status: creating doc/Makefile=0D config.status: executing depfiles commands=0D config.status: executing default commands=0D =0D =0D GC: included=0D ICU: no, if you want full i18n support download it from: http://oss.s= oftware.ibm.com/icu/index.html=0D __thread: yes=0D SIGALTSTACK: no=0D Engine: Building and using the JIT=0D 2.0 Alpha: no=0D JNI support: no=0D =0D =0D =3D=3D=3D> Building for mono-0.96=0D gmake all-recursive=0D gmake[1]: Entering directory `/usr/ports/local/mono/work/mono-0.96'=0D Making all in libgc=0D gmake[2]: Entering directory `/usr/ports/local/mono/work/mono-0.96/libgc'=0D Making all in include=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/libgc/in= clude'=0D Making all in private=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/libgc/in= clude/private'=0D gmake[4]: Nothing to be done for `all'.=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/libgc/inc= lude/private'=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/libgc/in= clude'=0D gmake[4]: Nothing to be done for `all-am'.=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/libgc/inc= lude'=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/libgc/inc= lude'=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/libgc'=0D source=3D'allchblk.c' object=3D'allchblk.lo' libtool=3Dyes \=0D depfile=3D'.deps/allchblk.Plo' tmpdepfile=3D'.deps/allchblk.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o allchblk.lo `test -f 'allchblk.c' || echo './'`allchblk.c=0D mkdir .libs=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c allchblk.c -MT allchblk.lo= -MD -MP -MF .deps/allchblk.TPlo -fPIC -DPIC -o .libs/allchblk.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c allchblk.c -MT allchblk.lo= -MD -MP -MF .deps/allchblk.TPlo -o allchblk.o >/dev/null 2>&1=0D mv -f .libs/allchblk.lo allchblk.lo=0D source=3D'alloc.c' object=3D'alloc.lo' libtool=3Dyes \=0D depfile=3D'.deps/alloc.Plo' tmpdepfile=3D'.deps/alloc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o alloc.lo `test -f 'alloc.c' || echo './'`alloc.c=0D rm -f .libs/alloc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c alloc.c -MT alloc.lo -MD -= MP -MF .deps/alloc.TPlo -fPIC -DPIC -o .libs/alloc.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c alloc.c -MT alloc.lo -MD -= MP -MF .deps/alloc.TPlo -o alloc.o >/dev/null 2>&1=0D mv -f .libs/alloc.lo alloc.lo=0D source=3D'blacklst.c' object=3D'blacklst.lo' libtool=3Dyes \=0D depfile=3D'.deps/blacklst.Plo' tmpdepfile=3D'.deps/blacklst.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o blacklst.lo `test -f 'blacklst.c' || echo './'`blacklst.c=0D rm -f .libs/blacklst.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c blacklst.c -MT blacklst.lo= -MD -MP -MF .deps/blacklst.TPlo -fPIC -DPIC -o .libs/blacklst.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c blacklst.c -MT blacklst.lo= -MD -MP -MF .deps/blacklst.TPlo -o blacklst.o >/dev/null 2>&1=0D mv -f .libs/blacklst.lo blacklst.lo=0D source=3D'checksums.c' object=3D'checksums.lo' libtool=3Dyes \=0D depfile=3D'.deps/checksums.Plo' tmpdepfile=3D'.deps/checksums.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o checksums.lo `test -f 'checksums.c' || echo './'`checksums.c=0D rm -f .libs/checksums.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c checksums.c -MT checksums.= lo -MD -MP -MF .deps/checksums.TPlo -fPIC -DPIC -o .libs/checksums.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c checksums.c -MT checksums.= lo -MD -MP -MF .deps/checksums.TPlo -o checksums.o >/dev/null 2>&1=0D mv -f .libs/checksums.lo checksums.lo=0D source=3D'dbg_mlc.c' object=3D'dbg_mlc.lo' libtool=3Dyes \=0D depfile=3D'.deps/dbg_mlc.Plo' tmpdepfile=3D'.deps/dbg_mlc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o dbg_mlc.lo `test -f 'dbg_mlc.c' || echo './'`dbg_mlc.c=0D rm -f .libs/dbg_mlc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c dbg_mlc.c -MT dbg_mlc.lo -= MD -MP -MF .deps/dbg_mlc.TPlo -fPIC -DPIC -o .libs/dbg_mlc.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c dbg_mlc.c -MT dbg_mlc.lo -= MD -MP -MF .deps/dbg_mlc.TPlo -o dbg_mlc.o >/dev/null 2>&1=0D mv -f .libs/dbg_mlc.lo dbg_mlc.lo=0D source=3D'dyn_load.c' object=3D'dyn_load.lo' libtool=3Dyes \=0D depfile=3D'.deps/dyn_load.Plo' tmpdepfile=3D'.deps/dyn_load.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o dyn_load.lo `test -f 'dyn_load.c' || echo './'`dyn_load.c=0D rm -f .libs/dyn_load.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c dyn_load.c -MT dyn_load.lo= -MD -MP -MF .deps/dyn_load.TPlo -fPIC -DPIC -o .libs/dyn_load.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c dyn_load.c -MT dyn_load.lo= -MD -MP -MF .deps/dyn_load.TPlo -o dyn_load.o >/dev/null 2>&1=0D mv -f .libs/dyn_load.lo dyn_load.lo=0D source=3D'finalize.c' object=3D'finalize.lo' libtool=3Dyes \=0D depfile=3D'.deps/finalize.Plo' tmpdepfile=3D'.deps/finalize.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o finalize.lo `test -f 'finalize.c' || echo './'`finalize.c=0D rm -f .libs/finalize.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c finalize.c -MT finalize.lo= -MD -MP -MF .deps/finalize.TPlo -fPIC -DPIC -o .libs/finalize.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c finalize.c -MT finalize.lo= -MD -MP -MF .deps/finalize.TPlo -o finalize.o >/dev/null 2>&1=0D mv -f .libs/finalize.lo finalize.lo=0D source=3D'gc_dlopen.c' object=3D'gc_dlopen.lo' libtool=3Dyes \=0D depfile=3D'.deps/gc_dlopen.Plo' tmpdepfile=3D'.deps/gc_dlopen.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o gc_dlopen.lo `test -f 'gc_dlopen.c' || echo './'`gc_dlopen.c=0D rm -f .libs/gc_dlopen.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c gc_dlopen.c -MT gc_dlopen.= lo -MD -MP -MF .deps/gc_dlopen.TPlo -fPIC -DPIC -o .libs/gc_dlopen.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c gc_dlopen.c -MT gc_dlopen.= lo -MD -MP -MF .deps/gc_dlopen.TPlo -o gc_dlopen.o >/dev/null 2>&1=0D mv -f .libs/gc_dlopen.lo gc_dlopen.lo=0D source=3D'gcj_mlc.c' object=3D'gcj_mlc.lo' libtool=3Dyes \=0D depfile=3D'.deps/gcj_mlc.Plo' tmpdepfile=3D'.deps/gcj_mlc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o gcj_mlc.lo `test -f 'gcj_mlc.c' || echo './'`gcj_mlc.c=0D rm -f .libs/gcj_mlc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c gcj_mlc.c -MT gcj_mlc.lo -= MD -MP -MF .deps/gcj_mlc.TPlo -fPIC -DPIC -o .libs/gcj_mlc.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c gcj_mlc.c -MT gcj_mlc.lo -= MD -MP -MF .deps/gcj_mlc.TPlo -o gcj_mlc.o >/dev/null 2>&1=0D mv -f .libs/gcj_mlc.lo gcj_mlc.lo=0D source=3D'headers.c' object=3D'headers.lo' libtool=3Dyes \=0D depfile=3D'.deps/headers.Plo' tmpdepfile=3D'.deps/headers.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o headers.lo `test -f 'headers.c' || echo './'`headers.c=0D rm -f .libs/headers.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c headers.c -MT headers.lo -= MD -MP -MF .deps/headers.TPlo -fPIC -DPIC -o .libs/headers.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c headers.c -MT headers.lo -= MD -MP -MF .deps/headers.TPlo -o headers.o >/dev/null 2>&1=0D mv -f .libs/headers.lo headers.lo=0D source=3D'aix_irix_threads.c' object=3D'aix_irix_threads.lo' libtool=3Dyes = \=0D depfile=3D'.deps/aix_irix_threads.Plo' tmpdepfile=3D'.deps/aix_irix_threads= .TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o aix_irix_threads.lo `test -f 'aix_irix_threads.c' || echo './'`a= ix_irix_threads.c=0D rm -f .libs/aix_irix_threads.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c aix_irix_threads.c -MT aix= _irix_threads.lo -MD -MP -MF .deps/aix_irix_threads.TPlo -fPIC -DPIC -o .l= ibs/aix_irix_threads.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c aix_irix_threads.c -MT aix= _irix_threads.lo -MD -MP -MF .deps/aix_irix_threads.TPlo -o aix_irix_thread= s.o >/dev/null 2>&1=0D mv -f .libs/aix_irix_threads.lo aix_irix_threads.lo=0D source=3D'malloc.c' object=3D'malloc.lo' libtool=3Dyes \=0D depfile=3D'.deps/malloc.Plo' tmpdepfile=3D'.deps/malloc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o malloc.lo `test -f 'malloc.c' || echo './'`malloc.c=0D rm -f .libs/malloc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c malloc.c -MT malloc.lo -MD= -MP -MF .deps/malloc.TPlo -fPIC -DPIC -o .libs/malloc.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c malloc.c -MT malloc.lo -MD= -MP -MF .deps/malloc.TPlo -o malloc.o >/dev/null 2>&1=0D mv -f .libs/malloc.lo malloc.lo=0D source=3D'mallocx.c' object=3D'mallocx.lo' libtool=3Dyes \=0D depfile=3D'.deps/mallocx.Plo' tmpdepfile=3D'.deps/mallocx.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o mallocx.lo `test -f 'mallocx.c' || echo './'`mallocx.c=0D rm -f .libs/mallocx.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mallocx.c -MT mallocx.lo -= MD -MP -MF .deps/mallocx.TPlo -fPIC -DPIC -o .libs/mallocx.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mallocx.c -MT mallocx.lo -= MD -MP -MF .deps/mallocx.TPlo -o mallocx.o >/dev/null 2>&1=0D mv -f .libs/mallocx.lo mallocx.lo=0D source=3D'mark.c' object=3D'mark.lo' libtool=3Dyes \=0D depfile=3D'.deps/mark.Plo' tmpdepfile=3D'.deps/mark.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o mark.lo `test -f 'mark.c' || echo './'`mark.c=0D rm -f .libs/mark.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mark.c -MT mark.lo -MD -MP= -MF .deps/mark.TPlo -fPIC -DPIC -o .libs/mark.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mark.c -MT mark.lo -MD -MP= -MF .deps/mark.TPlo -o mark.o >/dev/null 2>&1=0D mv -f .libs/mark.lo mark.lo=0D source=3D'mark_rts.c' object=3D'mark_rts.lo' libtool=3Dyes \=0D depfile=3D'.deps/mark_rts.Plo' tmpdepfile=3D'.deps/mark_rts.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o mark_rts.lo `test -f 'mark_rts.c' || echo './'`mark_rts.c=0D rm -f .libs/mark_rts.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mark_rts.c -MT mark_rts.lo= -MD -MP -MF .deps/mark_rts.TPlo -fPIC -DPIC -o .libs/mark_rts.lo=0D mark_rts.c: In function `GC_approx_sp':=0D mark_rts.c:376: warning: function returns address of local variable=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mark_rts.c -MT mark_rts.lo= -MD -MP -MF .deps/mark_rts.TPlo -o mark_rts.o >/dev/null 2>&1=0D mv -f .libs/mark_rts.lo mark_rts.lo=0D source=3D'misc.c' object=3D'misc.lo' libtool=3Dyes \=0D depfile=3D'.deps/misc.Plo' tmpdepfile=3D'.deps/misc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o misc.lo `test -f 'misc.c' || echo './'`misc.c=0D rm -f .libs/misc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c misc.c -MT misc.lo -MD -MP= -MF .deps/misc.TPlo -fPIC -DPIC -o .libs/misc.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c misc.c -MT misc.lo -MD -MP= -MF .deps/misc.TPlo -o misc.o >/dev/null 2>&1=0D mv -f .libs/misc.lo misc.lo=0D source=3D'new_hblk.c' object=3D'new_hblk.lo' libtool=3Dyes \=0D depfile=3D'.deps/new_hblk.Plo' tmpdepfile=3D'.deps/new_hblk.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o new_hblk.lo `test -f 'new_hblk.c' || echo './'`new_hblk.c=0D rm -f .libs/new_hblk.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c new_hblk.c -MT new_hblk.lo= -MD -MP -MF .deps/new_hblk.TPlo -fPIC -DPIC -o .libs/new_hblk.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c new_hblk.c -MT new_hblk.lo= -MD -MP -MF .deps/new_hblk.TPlo -o new_hblk.o >/dev/null 2>&1=0D mv -f .libs/new_hblk.lo new_hblk.lo=0D source=3D'obj_map.c' object=3D'obj_map.lo' libtool=3Dyes \=0D depfile=3D'.deps/obj_map.Plo' tmpdepfile=3D'.deps/obj_map.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o obj_map.lo `test -f 'obj_map.c' || echo './'`obj_map.c=0D rm -f .libs/obj_map.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c obj_map.c -MT obj_map.lo -= MD -MP -MF .deps/obj_map.TPlo -fPIC -DPIC -o .libs/obj_map.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c obj_map.c -MT obj_map.lo -= MD -MP -MF .deps/obj_map.TPlo -o obj_map.o >/dev/null 2>&1=0D mv -f .libs/obj_map.lo obj_map.lo=0D source=3D'os_dep.c' object=3D'os_dep.lo' libtool=3Dyes \=0D depfile=3D'.deps/os_dep.Plo' tmpdepfile=3D'.deps/os_dep.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o os_dep.lo `test -f 'os_dep.c' || echo './'`os_dep.c=0D rm -f .libs/os_dep.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c os_dep.c -MT os_dep.lo -MD= -MP -MF .deps/os_dep.TPlo -fPIC -DPIC -o .libs/os_dep.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c os_dep.c -MT os_dep.lo -MD= -MP -MF .deps/os_dep.TPlo -o os_dep.o >/dev/null 2>&1=0D mv -f .libs/os_dep.lo os_dep.lo=0D source=3D'pcr_interface.c' object=3D'pcr_interface.lo' libtool=3Dyes \=0D depfile=3D'.deps/pcr_interface.Plo' tmpdepfile=3D'.deps/pcr_interface.TPlo'= \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o pcr_interface.lo `test -f 'pcr_interface.c' || echo './'`pcr_int= erface.c=0D rm -f .libs/pcr_interface.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c pcr_interface.c -MT pcr_in= terface.lo -MD -MP -MF .deps/pcr_interface.TPlo -fPIC -DPIC -o .libs/pcr_i= nterface.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c pcr_interface.c -MT pcr_in= terface.lo -MD -MP -MF .deps/pcr_interface.TPlo -o pcr_interface.o >/dev/nu= ll 2>&1=0D mv -f .libs/pcr_interface.lo pcr_interface.lo=0D source=3D'ptr_chck.c' object=3D'ptr_chck.lo' libtool=3Dyes \=0D depfile=3D'.deps/ptr_chck.Plo' tmpdepfile=3D'.deps/ptr_chck.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o ptr_chck.lo `test -f 'ptr_chck.c' || echo './'`ptr_chck.c=0D rm -f .libs/ptr_chck.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c ptr_chck.c -MT ptr_chck.lo= -MD -MP -MF .deps/ptr_chck.TPlo -fPIC -DPIC -o .libs/ptr_chck.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c ptr_chck.c -MT ptr_chck.lo= -MD -MP -MF .deps/ptr_chck.TPlo -o ptr_chck.o >/dev/null 2>&1=0D mv -f .libs/ptr_chck.lo ptr_chck.lo=0D source=3D'real_malloc.c' object=3D'real_malloc.lo' libtool=3Dyes \=0D depfile=3D'.deps/real_malloc.Plo' tmpdepfile=3D'.deps/real_malloc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o real_malloc.lo `test -f 'real_malloc.c' || echo './'`real_malloc= .c=0D rm -f .libs/real_malloc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c real_malloc.c -MT real_mal= loc.lo -MD -MP -MF .deps/real_malloc.TPlo -fPIC -DPIC -o .libs/real_malloc= .lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c real_malloc.c -MT real_mal= loc.lo -MD -MP -MF .deps/real_malloc.TPlo -o real_malloc.o >/dev/null 2>&1= =0D mv -f .libs/real_malloc.lo real_malloc.lo=0D source=3D'reclaim.c' object=3D'reclaim.lo' libtool=3Dyes \=0D depfile=3D'.deps/reclaim.Plo' tmpdepfile=3D'.deps/reclaim.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o reclaim.lo `test -f 'reclaim.c' || echo './'`reclaim.c=0D rm -f .libs/reclaim.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c reclaim.c -MT reclaim.lo -= MD -MP -MF .deps/reclaim.TPlo -fPIC -DPIC -o .libs/reclaim.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c reclaim.c -MT reclaim.lo -= MD -MP -MF .deps/reclaim.TPlo -o reclaim.o >/dev/null 2>&1=0D mv -f .libs/reclaim.lo reclaim.lo=0D source=3D'solaris_pthreads.c' object=3D'solaris_pthreads.lo' libtool=3Dyes = \=0D depfile=3D'.deps/solaris_pthreads.Plo' tmpdepfile=3D'.deps/solaris_pthreads= .TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o solaris_pthreads.lo `test -f 'solaris_pthreads.c' || echo './'`s= olaris_pthreads.c=0D rm -f .libs/solaris_pthreads.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c solaris_pthreads.c -MT sol= aris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.TPlo -fPIC -DPIC -o .l= ibs/solaris_pthreads.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c solaris_pthreads.c -MT sol= aris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.TPlo -o solaris_pthread= s.o >/dev/null 2>&1=0D mv -f .libs/solaris_pthreads.lo solaris_pthreads.lo=0D source=3D'solaris_threads.c' object=3D'solaris_threads.lo' libtool=3Dyes \= =0D depfile=3D'.deps/solaris_threads.Plo' tmpdepfile=3D'.deps/solaris_threads.T= Plo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o solaris_threads.lo `test -f 'solaris_threads.c' || echo './'`sol= aris_threads.c=0D rm -f .libs/solaris_threads.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c solaris_threads.c -MT sola= ris_threads.lo -MD -MP -MF .deps/solaris_threads.TPlo -fPIC -DPIC -o .libs= /solaris_threads.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c solaris_threads.c -MT sola= ris_threads.lo -MD -MP -MF .deps/solaris_threads.TPlo -o solaris_threads.o = >/dev/null 2>&1=0D mv -f .libs/solaris_threads.lo solaris_threads.lo=0D source=3D'specific.c' object=3D'specific.lo' libtool=3Dyes \=0D depfile=3D'.deps/specific.Plo' tmpdepfile=3D'.deps/specific.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o specific.lo `test -f 'specific.c' || echo './'`specific.c=0D rm -f .libs/specific.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c specific.c -MT specific.lo= -MD -MP -MF .deps/specific.TPlo -fPIC -DPIC -o .libs/specific.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c specific.c -MT specific.lo= -MD -MP -MF .deps/specific.TPlo -o specific.o >/dev/null 2>&1=0D mv -f .libs/specific.lo specific.lo=0D source=3D'stubborn.c' object=3D'stubborn.lo' libtool=3Dyes \=0D depfile=3D'.deps/stubborn.Plo' tmpdepfile=3D'.deps/stubborn.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o stubborn.lo `test -f 'stubborn.c' || echo './'`stubborn.c=0D rm -f .libs/stubborn.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c stubborn.c -MT stubborn.lo= -MD -MP -MF .deps/stubborn.TPlo -fPIC -DPIC -o .libs/stubborn.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c stubborn.c -MT stubborn.lo= -MD -MP -MF .deps/stubborn.TPlo -o stubborn.o >/dev/null 2>&1=0D mv -f .libs/stubborn.lo stubborn.lo=0D source=3D'typd_mlc.c' object=3D'typd_mlc.lo' libtool=3Dyes \=0D depfile=3D'.deps/typd_mlc.Plo' tmpdepfile=3D'.deps/typd_mlc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o typd_mlc.lo `test -f 'typd_mlc.c' || echo './'`typd_mlc.c=0D rm -f .libs/typd_mlc.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c typd_mlc.c -MT typd_mlc.lo= -MD -MP -MF .deps/typd_mlc.TPlo -fPIC -DPIC -o .libs/typd_mlc.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c typd_mlc.c -MT typd_mlc.lo= -MD -MP -MF .deps/typd_mlc.TPlo -o typd_mlc.o >/dev/null 2>&1=0D mv -f .libs/typd_mlc.lo typd_mlc.lo=0D source=3D'backgraph.c' object=3D'backgraph.lo' libtool=3Dyes \=0D depfile=3D'.deps/backgraph.Plo' tmpdepfile=3D'.deps/backgraph.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o backgraph.lo `test -f 'backgraph.c' || echo './'`backgraph.c=0D rm -f .libs/backgraph.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c backgraph.c -MT backgraph.= lo -MD -MP -MF .deps/backgraph.TPlo -fPIC -DPIC -o .libs/backgraph.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c backgraph.c -MT backgraph.= lo -MD -MP -MF .deps/backgraph.TPlo -o backgraph.o >/dev/null 2>&1=0D mv -f .libs/backgraph.lo backgraph.lo=0D source=3D'win32_threads.c' object=3D'win32_threads.lo' libtool=3Dyes \=0D depfile=3D'.deps/win32_threads.Plo' tmpdepfile=3D'.deps/win32_threads.TPlo'= \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o win32_threads.lo `test -f 'win32_threads.c' || echo './'`win32_t= hreads.c=0D rm -f .libs/win32_threads.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c win32_threads.c -MT win32_= threads.lo -MD -MP -MF .deps/win32_threads.TPlo -fPIC -DPIC -o .libs/win32= _threads.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c win32_threads.c -MT win32_= threads.lo -MD -MP -MF .deps/win32_threads.TPlo -o win32_threads.o >/dev/nu= ll 2>&1=0D mv -f .libs/win32_threads.lo win32_threads.lo=0D source=3D'pthread_support.c' object=3D'pthread_support.lo' libtool=3Dyes \= =0D depfile=3D'.deps/pthread_support.Plo' tmpdepfile=3D'.deps/pthread_support.T= Plo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o pthread_support.lo `test -f 'pthread_support.c' || echo './'`pth= read_support.c=0D rm -f .libs/pthread_support.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c pthread_support.c -MT pthr= ead_support.lo -MD -MP -MF .deps/pthread_support.TPlo -fPIC -DPIC -o .libs= /pthread_support.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c pthread_support.c -MT pthr= ead_support.lo -MD -MP -MF .deps/pthread_support.TPlo -o pthread_support.o = >/dev/null 2>&1=0D mv -f .libs/pthread_support.lo pthread_support.lo=0D source=3D'pthread_stop_world.c' object=3D'pthread_stop_world.lo' libtool=3D= yes \=0D depfile=3D'.deps/pthread_stop_world.Plo' tmpdepfile=3D'.deps/pthread_stop_w= orld.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o pthread_stop_world.lo `test -f 'pthread_stop_world.c' || echo '.= /'`pthread_stop_world.c=0D rm -f .libs/pthread_stop_world.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c pthread_stop_world.c -MT p= thread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.TPlo -fPIC -DPIC= -o .libs/pthread_stop_world.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c pthread_stop_world.c -MT p= thread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.TPlo -o pthread_s= top_world.o >/dev/null 2>&1=0D mv -f .libs/pthread_stop_world.lo pthread_stop_world.lo=0D source=3D'darwin_stop_world.c' object=3D'darwin_stop_world.lo' libtool=3Dye= s \=0D depfile=3D'.deps/darwin_stop_world.Plo' tmpdepfile=3D'.deps/darwin_stop_wor= ld.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o darwin_stop_world.lo `test -f 'darwin_stop_world.c' || echo './'= `darwin_stop_world.c=0D rm -f .libs/darwin_stop_world.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c darwin_stop_world.c -MT da= rwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.TPlo -fPIC -DPIC -o= .libs/darwin_stop_world.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c darwin_stop_world.c -MT da= rwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.TPlo -o darwin_stop_= world.o >/dev/null 2>&1=0D mv -f .libs/darwin_stop_world.lo darwin_stop_world.lo=0D source=3D'mach_dep.c' object=3D'mach_dep.lo' libtool=3Dyes \=0D depfile=3D'.deps/mach_dep.Plo' tmpdepfile=3D'.deps/mach_dep.TPlo' \=0D depmode=3Dgcc3 /bin/sh ./depcomp \=0D /bin/sh ./libtool --mode=3Dcompile cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPAC= KAGE_TARNAME=3D\"libgc-mono\" -DPACKAGE_VERSION=3D\"6.3alpha6\" -DPACKAGE_S= TRING=3D\"libgc-mono\ 6.3alpha6\" -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com= \" -DGC_FREEBSD_THREADS=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAV= E_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D= 1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PER= MISSION=3D1 -DJAVA_FINALIZATION=3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECT= ABLE=3D1 -D_IN_LIBGC=3D1 -I./include -lpthread -I./include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -fexceptions -O -pipe -march=3Dathlon -fexcepti= ons -c -o mach_dep.lo `test -f 'mach_dep.c' || echo './'`mach_dep.c=0D rm -f .libs/mach_dep.lo=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mach_dep.c -MT mach_dep.lo= -MD -MP -MF .deps/mach_dep.TPlo -fPIC -DPIC -o .libs/mach_dep.lo=0D cc: -lpthread: linker input file unused because linking not done=0D cc -DPACKAGE_NAME=3D\"libgc-mono\" -DPACKAGE_TARNAME=3D\"libgc-mono\" -DPAC= KAGE_VERSION=3D\"6.3alpha6\" "-DPACKAGE_STRING=3D\"libgc-mono 6.3alpha6\"" = -DPACKAGE_BUGREPORT=3D\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=3D1 -DSTDC= _HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H= =3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_IN= TTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DS= ILENT=3D1 -DNO_SIGNALS=3D1 -DNO_EXECUTE_PERMISSION=3D1 -DJAVA_FINALIZATION= =3D1 -DGC_GCJ_SUPPORT=3D1 -DATOMIC_UNCOLLECTABLE=3D1 -D_IN_LIBGC=3D1 -I./in= clude -lpthread -I./include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -fexc= eptions -O -pipe -march=3Dathlon -fexceptions -c mach_dep.c -MT mach_dep.lo= -MD -MP -MF .deps/mach_dep.TPlo -o mach_dep.o >/dev/null 2>&1=0D mv -f .libs/mach_dep.lo mach_dep.lo=0D /bin/sh ./libtool --mode=3Dlink cc -fexceptions -O -pipe -march=3Dathlon -= o libmonogc.la -version-info 1:2:0 allchblk.lo alloc.lo blacklst.lo checks= ums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.l= o aix_irix_threads.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 re= claim.lo solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo typ= d_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo pthread_stop_worl= d.lo darwin_stop_world.lo mach_dep.lo -lpthread =0D libtool: link: warning: `-version-info' is ignored for convenience librarie= s=0D rm -fr .libs/libmonogc.la .libs/libmonogc.* .libs/libmonogc.*=0D ar cru .libs/libmonogc.al allchblk.lo alloc.lo blacklst.lo checksums.lo dbg= _mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo aix_irix= _threads.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo ob= j_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo s= olaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo b= ackgraph.lo win32_threads.lo pthread_support.lo pthread_stop_world.lo darwi= n_stop_world.lo mach_dep.lo=0D ranlib .libs/libmonogc.al=0D creating libmonogc.la=0D (cd .libs && rm -f libmonogc.la && ln -s ../libmonogc.la libmonogc.la)=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/libgc'=0D gmake[2]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/libgc'=0D Making all in mono=0D gmake[2]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono'=0D Making all in utils=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/uti= ls'=0D source=3D'mono-hash.c' object=3D'mono-hash.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-hash.Plo' tmpdepfile=3D'.deps/mono-hash.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-hash.lo `test -f 'm= ono-hash.c' || echo './'`mono-hash.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-hash.c -MT mono-hash.lo -MD -MP -MF .deps/mono-hash.TPlo -fPIC -DPIC= -o .libs/mono-hash.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-hash.c -MT mono-hash.lo -MD -MP -MF .deps/mono-hash.TPlo -o mono-hash= .o >/dev/null 2>&1=0D mv -f .libs/mono-hash.lo mono-hash.lo=0D source=3D'mono-md5.c' object=3D'mono-md5.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-md5.Plo' tmpdepfile=3D'.deps/mono-md5.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-md5.lo `test -f 'mo= no-md5.c' || echo './'`mono-md5.c=0D rm -f .libs/mono-md5.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-md5.c -MT mono-md5.lo -MD -MP -MF .deps/mono-md5.TPlo -fPIC -DPIC -o= .libs/mono-md5.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-md5.c -MT mono-md5.lo -MD -MP -MF .deps/mono-md5.TPlo -o mono-md5.o >= /dev/null 2>&1=0D mv -f .libs/mono-md5.lo mono-md5.lo=0D source=3D'mono-sha1.c' object=3D'mono-sha1.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-sha1.Plo' tmpdepfile=3D'.deps/mono-sha1.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-sha1.lo `test -f 'm= ono-sha1.c' || echo './'`mono-sha1.c=0D rm -f .libs/mono-sha1.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-sha1.c -MT mono-sha1.lo -MD -MP -MF .deps/mono-sha1.TPlo -fPIC -DPIC= -o .libs/mono-sha1.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-sha1.c -MT mono-sha1.lo -MD -MP -MF .deps/mono-sha1.TPlo -o mono-sha1= .o >/dev/null 2>&1=0D mv -f .libs/mono-sha1.lo mono-sha1.lo=0D source=3D'mono-logger.c' object=3D'mono-logger.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-logger.Plo' tmpdepfile=3D'.deps/mono-logger.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-logger.lo `test -f = 'mono-logger.c' || echo './'`mono-logger.c=0D rm -f .libs/mono-logger.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-logger.c -MT mono-logger.lo -MD -MP -MF .deps/mono-logger.TPlo -fPIC= -DPIC -o .libs/mono-logger.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-logger.c -MT mono-logger.lo -MD -MP -MF .deps/mono-logger.TPlo -o mon= o-logger.o >/dev/null 2>&1=0D mv -f .libs/mono-logger.lo mono-logger.lo=0D source=3D'mono-codeman.c' object=3D'mono-codeman.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-codeman.Plo' tmpdepfile=3D'.deps/mono-codeman.TPlo' \= =0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-codeman.lo `test -f= 'mono-codeman.c' || echo './'`mono-codeman.c=0D rm -f .libs/mono-codeman.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-codeman.c -MT mono-codeman.lo -MD -MP -MF .deps/mono-codeman.TPlo -f= PIC -DPIC -o .libs/mono-codeman.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-codeman.c -MT mono-codeman.lo -MD -MP -MF .deps/mono-codeman.TPlo -o = mono-codeman.o >/dev/null 2>&1=0D mv -f .libs/mono-codeman.lo mono-codeman.lo=0D source=3D'monobitset.c' object=3D'monobitset.lo' libtool=3Dyes \=0D depfile=3D'.deps/monobitset.Plo' tmpdepfile=3D'.deps/monobitset.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o monobitset.lo `test -f '= monobitset.c' || echo './'`monobitset.c=0D rm -f .libs/monobitset.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= monobitset.c -MT monobitset.lo -MD -MP -MF .deps/monobitset.TPlo -fPIC -D= PIC -o .libs/monobitset.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= monobitset.c -MT monobitset.lo -MD -MP -MF .deps/monobitset.TPlo -o monobi= tset.o >/dev/null 2>&1=0D mv -f .libs/monobitset.lo monobitset.lo=0D source=3D'mono-math.c' object=3D'mono-math.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-math.Plo' tmpdepfile=3D'.deps/mono-math.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-math.lo `test -f 'm= ono-math.c' || echo './'`mono-math.c=0D rm -f .libs/mono-math.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-math.c -MT mono-math.lo -MD -MP -MF .deps/mono-math.TPlo -fPIC -DPIC= -o .libs/mono-math.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-math.c -MT mono-math.lo -MD -MP -MF .deps/mono-math.TPlo -o mono-math= .o >/dev/null 2>&1=0D mv -f .libs/mono-math.lo mono-math.lo=0D source=3D'strtod.c' object=3D'strtod.lo' libtool=3Dyes \=0D depfile=3D'.deps/strtod.Plo' tmpdepfile=3D'.deps/strtod.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o strtod.lo `test -f 'strt= od.c' || echo './'`strtod.c=0D rm -f .libs/strtod.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= strtod.c -MT strtod.lo -MD -MP -MF .deps/strtod.TPlo -fPIC -DPIC -o .libs= /strtod.lo=0D strtod.c: In function `__bsd_dtoa':=0D strtod.c:1927: warning: `ilim' might be used uninitialized in this function= =0D strtod.c:1927: warning: `ilim1' might be used uninitialized in this functio= n=0D strtod.c:1929: warning: `spec_case' might be used uninitialized in this fun= ction=0D strtod.c:1935: warning: `mlo' might be used uninitialized in this function= =0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= strtod.c -MT strtod.lo -MD -MP -MF .deps/strtod.TPlo -o strtod.o >/dev/nul= l 2>&1=0D mv -f .libs/strtod.lo strtod.lo=0D source=3D'strenc.c' object=3D'strenc.lo' libtool=3Dyes \=0D depfile=3D'.deps/strenc.Plo' tmpdepfile=3D'.deps/strenc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o strenc.lo `test -f 'stre= nc.c' || echo './'`strenc.c=0D rm -f .libs/strenc.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= strenc.c -MT strenc.lo -MD -MP -MF .deps/strenc.TPlo -fPIC -DPIC -o .libs= /strenc.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= strenc.c -MT strenc.lo -MD -MP -MF .deps/strenc.TPlo -o strenc.o >/dev/nul= l 2>&1=0D mv -f .libs/strenc.lo strenc.lo=0D source=3D'mono-uri.c' object=3D'mono-uri.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-uri.Plo' tmpdepfile=3D'.deps/mono-uri.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER= _TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-uri.lo `test -f 'mo= no-uri.c' || echo './'`mono-uri.c=0D rm -f .libs/mono-uri.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-uri.c -MT mono-uri.lo -MD -MP -MF .deps/mono-uri.TPlo -fPIC -DPIC -o= .libs/mono-uri.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-uri.c -MT mono-uri.lo -MD -MP -MF .deps/mono-uri.TPlo -o mono-uri.o >= /dev/null 2>&1=0D mv -f .libs/mono-uri.lo mono-uri.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmonoutils.la m= ono-hash.lo mono-md5.lo mono-sha1.lo mono-logger.lo mono-codeman.lo monobit= set.lo mono-math.lo strtod.lo strenc.lo mono-uri.lo -lpthread -lm=0D rm -fr .libs/libmonoutils.la .libs/libmonoutils.* .libs/libmonoutils.*=0D ar cru .libs/libmonoutils.al mono-hash.lo mono-md5.lo mono-sha1.lo mono-log= ger.lo mono-codeman.lo monobitset.lo mono-math.lo strtod.lo strenc.lo mono-= uri.lo=0D ranlib .libs/libmonoutils.al=0D creating libmonoutils.la=0D (cd .libs && rm -f libmonoutils.la && ln -s ../libmonoutils.la libmonoutils= .la)=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/util= s'=0D Making all in io-layer=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/io-= layer'=0D source=3D'atomic.c' object=3D'atomic.lo' libtool=3Dyes \=0D depfile=3D'.deps/atomic.Plo' tmpdepfile=3D'.deps/atomic.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= atomic.lo `test -f 'atomic.c' || echo './'`atomic.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c atomic.c -MT atomic.lo -MD -MP -MF .deps/atomic.TPlo= -fPIC -DPIC -o .libs/atomic.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c atomic.c -MT atomic.lo -MD -MP -MF .deps/atomic.TPlo= -o atomic.o >/dev/null 2>&1=0D mv -f .libs/atomic.lo atomic.lo=0D source=3D'context.c' object=3D'context.lo' libtool=3Dyes \=0D depfile=3D'.deps/context.Plo' tmpdepfile=3D'.deps/context.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= context.lo `test -f 'context.c' || echo './'`context.c=0D rm -f .libs/context.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c context.c -MT context.lo -MD -MP -MF .deps/context.T= Plo -fPIC -DPIC -o .libs/context.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c context.c -MT context.lo -MD -MP -MF .deps/context.T= Plo -o context.o >/dev/null 2>&1=0D mv -f .libs/context.lo context.lo=0D source=3D'critical-sections.c' object=3D'critical-sections.lo' libtool=3Dye= s \=0D depfile=3D'.deps/critical-sections.Plo' tmpdepfile=3D'.deps/critical-sectio= ns.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= critical-sections.lo `test -f 'critical-sections.c' || echo './'`critical-= sections.c=0D rm -f .libs/critical-sections.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c critical-sections.c -MT critical-sections.lo -MD -MP= -MF .deps/critical-sections.TPlo -fPIC -DPIC -o .libs/critical-sections.l= o=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c critical-sections.c -MT critical-sections.lo -MD -MP= -MF .deps/critical-sections.TPlo -o critical-sections.o >/dev/null 2>&1=0D mv -f .libs/critical-sections.lo critical-sections.lo=0D source=3D'daemon.c' object=3D'daemon.lo' libtool=3Dyes \=0D depfile=3D'.deps/daemon.Plo' tmpdepfile=3D'.deps/daemon.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= daemon.lo `test -f 'daemon.c' || echo './'`daemon.c=0D rm -f .libs/daemon.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c daemon.c -MT daemon.lo -MD -MP -MF .deps/daemon.TPlo= -fPIC -DPIC -o .libs/daemon.lo=0D daemon.c: In function `startup':=0D daemon.c:257: warning: long int format, time_t arg (arg 6)=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c daemon.c -MT daemon.lo -MD -MP -MF .deps/daemon.TPlo= -o daemon.o >/dev/null 2>&1=0D mv -f .libs/daemon.lo daemon.lo=0D source=3D'daemon-messages.c' object=3D'daemon-messages.lo' libtool=3Dyes \= =0D depfile=3D'.deps/daemon-messages.Plo' tmpdepfile=3D'.deps/daemon-messages.T= Plo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= daemon-messages.lo `test -f 'daemon-messages.c' || echo './'`daemon-messag= es.c=0D rm -f .libs/daemon-messages.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c daemon-messages.c -MT daemon-messages.lo -MD -MP -MF= .deps/daemon-messages.TPlo -fPIC -DPIC -o .libs/daemon-messages.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c daemon-messages.c -MT daemon-messages.lo -MD -MP -MF= .deps/daemon-messages.TPlo -o daemon-messages.o >/dev/null 2>&1=0D mv -f .libs/daemon-messages.lo daemon-messages.lo=0D source=3D'error.c' object=3D'error.lo' libtool=3Dyes \=0D depfile=3D'.deps/error.Plo' tmpdepfile=3D'.deps/error.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= error.lo `test -f 'error.c' || echo './'`error.c=0D rm -f .libs/error.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c error.c -MT error.lo -MD -MP -MF .deps/error.TPlo -= fPIC -DPIC -o .libs/error.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c error.c -MT error.lo -MD -MP -MF .deps/error.TPlo -o= error.o >/dev/null 2>&1=0D mv -f .libs/error.lo error.lo=0D source=3D'events.c' object=3D'events.lo' libtool=3Dyes \=0D depfile=3D'.deps/events.Plo' tmpdepfile=3D'.deps/events.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= events.lo `test -f 'events.c' || echo './'`events.c=0D rm -f .libs/events.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c events.c -MT events.lo -MD -MP -MF .deps/events.TPlo= -fPIC -DPIC -o .libs/events.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c events.c -MT events.lo -MD -MP -MF .deps/events.TPlo= -o events.o >/dev/null 2>&1=0D mv -f .libs/events.lo events.lo=0D source=3D'handles.c' object=3D'handles.lo' libtool=3Dyes \=0D depfile=3D'.deps/handles.Plo' tmpdepfile=3D'.deps/handles.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= handles.lo `test -f 'handles.c' || echo './'`handles.c=0D rm -f .libs/handles.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c handles.c -MT handles.lo -MD -MP -MF .deps/handles.T= Plo -fPIC -DPIC -o .libs/handles.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c handles.c -MT handles.lo -MD -MP -MF .deps/handles.T= Plo -o handles.o >/dev/null 2>&1=0D mv -f .libs/handles.lo handles.lo=0D source=3D'io.c' object=3D'io.lo' libtool=3Dyes \=0D depfile=3D'.deps/io.Plo' tmpdepfile=3D'.deps/io.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= io.lo `test -f 'io.c' || echo './'`io.c=0D rm -f .libs/io.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c io.c -MT io.lo -MD -MP -MF .deps/io.TPlo -fPIC -DPI= C -o .libs/io.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c io.c -MT io.lo -MD -MP -MF .deps/io.TPlo -o io.o >/d= ev/null 2>&1=0D mv -f .libs/io.lo io.lo=0D source=3D'misc.c' object=3D'misc.lo' libtool=3Dyes \=0D depfile=3D'.deps/misc.Plo' tmpdepfile=3D'.deps/misc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= misc.lo `test -f 'misc.c' || echo './'`misc.c=0D rm -f .libs/misc.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c misc.c -MT misc.lo -MD -MP -MF .deps/misc.TPlo -fPI= C -DPIC -o .libs/misc.lo=0D misc.c: In function `_wapi_g_renew0':=0D misc.c:36: warning: implicit declaration of function `memcpy'=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c misc.c -MT misc.lo -MD -MP -MF .deps/misc.TPlo -o mi= sc.o >/dev/null 2>&1=0D mv -f .libs/misc.lo misc.lo=0D source=3D'mutexes.c' object=3D'mutexes.lo' libtool=3Dyes \=0D depfile=3D'.deps/mutexes.Plo' tmpdepfile=3D'.deps/mutexes.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= mutexes.lo `test -f 'mutexes.c' || echo './'`mutexes.c=0D rm -f .libs/mutexes.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c mutexes.c -MT mutexes.lo -MD -MP -MF .deps/mutexes.T= Plo -fPIC -DPIC -o .libs/mutexes.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c mutexes.c -MT mutexes.lo -MD -MP -MF .deps/mutexes.T= Plo -o mutexes.o >/dev/null 2>&1=0D mv -f .libs/mutexes.lo mutexes.lo=0D source=3D'mono-mutex.c' object=3D'mono-mutex.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-mutex.Plo' tmpdepfile=3D'.deps/mono-mutex.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= mono-mutex.lo `test -f 'mono-mutex.c' || echo './'`mono-mutex.c=0D rm -f .libs/mono-mutex.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c mono-mutex.c -MT mono-mutex.lo -MD -MP -MF .deps/mon= o-mutex.TPlo -fPIC -DPIC -o .libs/mono-mutex.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c mono-mutex.c -MT mono-mutex.lo -MD -MP -MF .deps/mon= o-mutex.TPlo -o mono-mutex.o >/dev/null 2>&1=0D mv -f .libs/mono-mutex.lo mono-mutex.lo=0D source=3D'processes.c' object=3D'processes.lo' libtool=3Dyes \=0D depfile=3D'.deps/processes.Plo' tmpdepfile=3D'.deps/processes.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= processes.lo `test -f 'processes.c' || echo './'`processes.c=0D rm -f .libs/processes.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c processes.c -MT processes.lo -MD -MP -MF .deps/proce= sses.TPlo -fPIC -DPIC -o .libs/processes.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c processes.c -MT processes.lo -MD -MP -MF .deps/proce= sses.TPlo -o processes.o >/dev/null 2>&1=0D mv -f .libs/processes.lo processes.lo=0D source=3D'security.c' object=3D'security.lo' libtool=3Dyes \=0D depfile=3D'.deps/security.Plo' tmpdepfile=3D'.deps/security.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= security.lo `test -f 'security.c' || echo './'`security.c=0D rm -f .libs/security.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c security.c -MT security.lo -MD -MP -MF .deps/securit= y.TPlo -fPIC -DPIC -o .libs/security.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c security.c -MT security.lo -MD -MP -MF .deps/securit= y.TPlo -o security.o >/dev/null 2>&1=0D mv -f .libs/security.lo security.lo=0D source=3D'semaphores.c' object=3D'semaphores.lo' libtool=3Dyes \=0D depfile=3D'.deps/semaphores.Plo' tmpdepfile=3D'.deps/semaphores.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= semaphores.lo `test -f 'semaphores.c' || echo './'`semaphores.c=0D rm -f .libs/semaphores.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c semaphores.c -MT semaphores.lo -MD -MP -MF .deps/sem= aphores.TPlo -fPIC -DPIC -o .libs/semaphores.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c semaphores.c -MT semaphores.lo -MD -MP -MF .deps/sem= aphores.TPlo -o semaphores.o >/dev/null 2>&1=0D mv -f .libs/semaphores.lo semaphores.lo=0D source=3D'shared.c' object=3D'shared.lo' libtool=3Dyes \=0D depfile=3D'.deps/shared.Plo' tmpdepfile=3D'.deps/shared.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= shared.lo `test -f 'shared.c' || echo './'`shared.c=0D rm -f .libs/shared.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c shared.c -MT shared.lo -MD -MP -MF .deps/shared.TPlo= -fPIC -DPIC -o .libs/shared.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c shared.c -MT shared.lo -MD -MP -MF .deps/shared.TPlo= -o shared.o >/dev/null 2>&1=0D mv -f .libs/shared.lo shared.lo=0D source=3D'sockets.c' object=3D'sockets.lo' libtool=3Dyes \=0D depfile=3D'.deps/sockets.Plo' tmpdepfile=3D'.deps/sockets.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= sockets.lo `test -f 'sockets.c' || echo './'`sockets.c=0D rm -f .libs/sockets.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c sockets.c -MT sockets.lo -MD -MP -MF .deps/sockets.T= Plo -fPIC -DPIC -o .libs/sockets.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c sockets.c -MT sockets.lo -MD -MP -MF .deps/sockets.T= Plo -o sockets.o >/dev/null 2>&1=0D mv -f .libs/sockets.lo sockets.lo=0D source=3D'system.c' object=3D'system.lo' libtool=3Dyes \=0D depfile=3D'.deps/system.Plo' tmpdepfile=3D'.deps/system.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= system.lo `test -f 'system.c' || echo './'`system.c=0D rm -f .libs/system.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c system.c -MT system.lo -MD -MP -MF .deps/system.TPlo= -fPIC -DPIC -o .libs/system.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c system.c -MT system.lo -MD -MP -MF .deps/system.TPlo= -o system.o >/dev/null 2>&1=0D mv -f .libs/system.lo system.lo=0D source=3D'threads.c' object=3D'threads.lo' libtool=3Dyes \=0D depfile=3D'.deps/threads.Plo' tmpdepfile=3D'.deps/threads.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= threads.lo `test -f 'threads.c' || echo './'`threads.c=0D rm -f .libs/threads.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c threads.c -MT threads.lo -MD -MP -MF .deps/threads.T= Plo -fPIC -DPIC -o .libs/threads.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c threads.c -MT threads.lo -MD -MP -MF .deps/threads.T= Plo -o threads.o >/dev/null 2>&1=0D mv -f .libs/threads.lo threads.lo=0D source=3D'timefuncs.c' object=3D'timefuncs.lo' libtool=3Dyes \=0D depfile=3D'.deps/timefuncs.Plo' tmpdepfile=3D'.deps/timefuncs.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= timefuncs.lo `test -f 'timefuncs.c' || echo './'`timefuncs.c=0D rm -f .libs/timefuncs.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c timefuncs.c -MT timefuncs.lo -MD -MP -MF .deps/timef= uncs.TPlo -fPIC -DPIC -o .libs/timefuncs.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c timefuncs.c -MT timefuncs.lo -MD -MP -MF .deps/timef= uncs.TPlo -o timefuncs.o >/dev/null 2>&1=0D mv -f .libs/timefuncs.lo timefuncs.lo=0D source=3D'timed-thread.c' object=3D'timed-thread.lo' libtool=3Dyes \=0D depfile=3D'.deps/timed-thread.Plo' tmpdepfile=3D'.deps/timed-thread.TPlo' \= =0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= timed-thread.lo `test -f 'timed-thread.c' || echo './'`timed-thread.c=0D rm -f .libs/timed-thread.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c timed-thread.c -MT timed-thread.lo -MD -MP -MF .deps= /timed-thread.TPlo -fPIC -DPIC -o .libs/timed-thread.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c timed-thread.c -MT timed-thread.lo -MD -MP -MF .deps= /timed-thread.TPlo -o timed-thread.o >/dev/null 2>&1=0D mv -f .libs/timed-thread.lo timed-thread.lo=0D source=3D'wait.c' object=3D'wait.lo' libtool=3Dyes \=0D depfile=3D'.deps/wait.Plo' tmpdepfile=3D'.deps/wait.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I../.= ./libgc/include -DMONO_BINDIR=3D\""/usr/local/bin"\" -I../.. -DUSE_PTHREA= D_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pip= e -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototyp= es -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wneste= d-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o= wait.lo `test -f 'wait.c' || echo './'`wait.c=0D rm -f .libs/wait.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c wait.c -MT wait.lo -MD -MP -MF .deps/wait.TPlo -fPI= C -DPIC -o .libs/wait.lo=0D cc -DHAVE_CONFIG_H -I. -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/l= ocal/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=3D\"/usr/loca= l/bin\" -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -D= GC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -= Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wm= issing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-al= ign -Wwrite-strings -c wait.c -MT wait.lo -MD -MP -MF .deps/wait.TPlo -o wa= it.o >/dev/null 2>&1=0D mv -f .libs/wait.lo wait.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libwapi.la atomic= .lo context.lo critical-sections.lo daemon.lo daemon-messages.lo error.lo e= vents.lo handles.lo io.lo misc.lo mutexes.lo mono-mutex.lo processes.lo sec= urity.lo semaphores.lo shared.lo sockets.lo system.lo threads.lo timefuncs.= lo timed-thread.lo wait.lo -lpthread -lm=0D rm -fr .libs/libwapi.la .libs/libwapi.* .libs/libwapi.*=0D ar cru .libs/libwapi.al atomic.lo context.lo critical-sections.lo daemon.lo= daemon-messages.lo error.lo events.lo handles.lo io.lo misc.lo mutexes.lo = mono-mutex.lo processes.lo security.lo semaphores.lo shared.lo sockets.lo s= ystem.lo threads.lo timefuncs.lo timed-thread.lo wait.lo=0D ranlib .libs/libwapi.al=0D creating libwapi.la=0D (cd .libs && rm -f libwapi.la && ln -s ../libwapi.la libwapi.la)=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/io-l= ayer'=0D Making all in monoburg=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/mon= oburg'=0D bison ./monoburg.y -o parser.c=0D cc -o monoburg ./monoburg.c parser.c -D_REENTRANT -I/usr/local/include/glib= -2.0 -I/usr/local/lib/glib-2.0/include -I. -lpthread -L/usr/local/lib -lg= thread-2.0 -lpthread -lglib-2.0 -liconv =0D =2E/monoburg ./sample.brg > sample.c=0D gmake all-am=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/mon= oburg'=0D gmake[4]: Nothing to be done for `all-am'.=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/mono= burg'=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/mono= burg'=0D Making all in os=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/os'= =0D Making all in unix=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/os/= unix'=0D source=3D'util.c' object=3D'util.lo' libtool=3Dyes \=0D depfile=3D'.deps/util.Plo' tmpdepfile=3D'.deps/util.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../../depcomp \=0D /bin/sh ../../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.= ./.. -I../../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -= DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wal= l -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes = -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcas= t-align -Wwrite-strings -c -o util.lo `test -f 'util.c' || echo './'`util.c= =0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -DUSE_PTHREAD_SPECIFIC -UU= SE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlo= n -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-dec= larations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoint= er-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c util.c -MT util.lo = -MD -MP -MF .deps/util.TPlo -fPIC -DPIC -o .libs/util.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -DUSE_PTHREAD_SPECIFIC -UU= SE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlo= n -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-dec= larations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoint= er-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c util.c -MT util.lo = -MD -MP -MF .deps/util.TPlo -o util.o >/dev/null 2>&1=0D mv -f .libs/util.lo util.lo=0D /bin/sh ../../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmonoos.la u= til.lo -lpthread -lm=0D rm -fr .libs/libmonoos.la .libs/libmonoos.* .libs/libmonoos.*=0D ar cru .libs/libmonoos.al util.lo=0D ranlib .libs/libmonoos.al=0D creating libmonoos.la=0D (cd .libs && rm -f libmonoos.la && ln -s ../libmonoos.la libmonoos.la)=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/os/u= nix'=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/os'= =0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmonoos.la uni= x/libmonoos.la -lpthread -lm=0D mkdir .libs=0D rm -fr .libs/libmonoos.la .libs/libmonoos.* .libs/libmonoos.*=0D rm -fr .libs/libmonoos.lax=0D mkdir .libs/libmonoos.lax=0D rm -fr .libs/libmonoos.lax/libmonoos.al=0D mkdir .libs/libmonoos.lax/libmonoos.al=0D (cd .libs/libmonoos.lax/libmonoos.al && ar x /usr/ports/local/mono/work/mon= o-0.96/mono/os/unix/.libs/libmonoos.al)=0D ar cru .libs/libmonoos.al .libs/libmonoos.lax/libmonoos.al/util.lo =0D ranlib .libs/libmonoos.al=0D rm -fr .libs/libmonoos.lax=0D creating libmonoos.la=0D (cd .libs && rm -f libmonoos.la && ln -s ../libmonoos.la libmonoos.la)=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/os'= =0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/os'= =0D Making all in metadata=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/met= adata'=0D source=3D'assembly.c' object=3D'assembly.lo' libtool=3Dyes \=0D depfile=3D'.deps/assembly.Plo' tmpdepfile=3D'.deps/assembly.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o assembly.lo `test -f 'a= ssembly.c' || echo './'`assembly.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= assembly.c -MT assembly.lo -MD -MP -MF .deps/assembly.TPlo -fPIC -DPIC -o= .libs/assembly.lo=0D assembly.c: In function `mono_assembly_load_references':=0D assembly.c:381: warning: passing arg 1 of `g_free' discards qualifiers from= pointer target type=0D assembly.c:386: warning: passing arg 1 of `g_free' discards qualifiers from= pointer target type=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= assembly.c -MT assembly.lo -MD -MP -MF .deps/assembly.TPlo -o assembly.o >= /dev/null 2>&1=0D mv -f .libs/assembly.lo assembly.lo=0D source=3D'domain.c' object=3D'domain.lo' libtool=3Dyes \=0D depfile=3D'.deps/domain.Plo' tmpdepfile=3D'.deps/domain.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o domain.lo `test -f 'dom= ain.c' || echo './'`domain.c=0D rm -f .libs/domain.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= domain.c -MT domain.lo -MD -MP -MF .deps/domain.TPlo -fPIC -DPIC -o .libs= /domain.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= domain.c -MT domain.lo -MD -MP -MF .deps/domain.TPlo -o domain.o >/dev/nul= l 2>&1=0D mv -f .libs/domain.lo domain.lo=0D source=3D'opcodes.c' object=3D'opcodes.lo' libtool=3Dyes \=0D depfile=3D'.deps/opcodes.Plo' tmpdepfile=3D'.deps/opcodes.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o opcodes.lo `test -f 'op= codes.c' || echo './'`opcodes.c=0D rm -f .libs/opcodes.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= opcodes.c -MT opcodes.lo -MD -MP -MF .deps/opcodes.TPlo -fPIC -DPIC -o .l= ibs/opcodes.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= opcodes.c -MT opcodes.lo -MD -MP -MF .deps/opcodes.TPlo -o opcodes.o >/dev= /null 2>&1=0D mv -f .libs/opcodes.lo opcodes.lo=0D source=3D'image.c' object=3D'image.lo' libtool=3Dyes \=0D depfile=3D'.deps/image.Plo' tmpdepfile=3D'.deps/image.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o image.lo `test -f 'imag= e.c' || echo './'`image.c=0D rm -f .libs/image.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= image.c -MT image.lo -MD -MP -MF .deps/image.TPlo -fPIC -DPIC -o .libs/im= age.lo=0D image.c: In function `mono_image_open':=0D image.c:873: warning: passing arg 1 of `g_free' discards qualifiers from po= inter target type=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= image.c -MT image.lo -MD -MP -MF .deps/image.TPlo -o image.o >/dev/null 2>= &1=0D mv -f .libs/image.lo image.lo=0D source=3D'metadata.c' object=3D'metadata.lo' libtool=3Dyes \=0D depfile=3D'.deps/metadata.Plo' tmpdepfile=3D'.deps/metadata.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o metadata.lo `test -f 'm= etadata.c' || echo './'`metadata.c=0D rm -f .libs/metadata.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= metadata.c -MT metadata.lo -MD -MP -MF .deps/metadata.TPlo -fPIC -DPIC -o= .libs/metadata.lo=0D metadata.c: In function `mono_metadata_compute_size':=0D metadata.c:411: warning: `field_size' might be used uninitialized in this f= unction=0D metadata.c: In function `mono_metadata_parse_type':=0D metadata.c:1202: warning: `type' might be used uninitialized in this functi= on=0D metadata.c: In function `mono_metadata_load_generic_params':=0D metadata.c:3358: warning: `owner' might be used uninitialized in this funct= ion=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= metadata.c -MT metadata.lo -MD -MP -MF .deps/metadata.TPlo -o metadata.o >= /dev/null 2>&1=0D mv -f .libs/metadata.lo metadata.lo=0D source=3D'verify.c' object=3D'verify.lo' libtool=3Dyes \=0D depfile=3D'.deps/verify.Plo' tmpdepfile=3D'.deps/verify.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o verify.lo `test -f 'ver= ify.c' || echo './'`verify.c=0D rm -f .libs/verify.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= verify.c -MT verify.lo -MD -MP -MF .deps/verify.TPlo -fPIC -DPIC -o .libs= /verify.lo=0D verify.c: In function `mono_method_verify':=0D verify.c:1146: warning: `target' might be used uninitialized in this functi= on=0D verify.c:1148: warning: `ip_offset' might be used uninitialized in this fun= ction=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= verify.c -MT verify.lo -MD -MP -MF .deps/verify.TPlo -o verify.o >/dev/nul= l 2>&1=0D mv -f .libs/verify.lo verify.lo=0D source=3D'mono-endian.c' object=3D'mono-endian.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-endian.Plo' tmpdepfile=3D'.deps/mono-endian.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-endian.lo `test -f= 'mono-endian.c' || echo './'`mono-endian.c=0D rm -f .libs/mono-endian.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-endian.c -MT mono-endian.lo -MD -MP -MF .deps/mono-endian.TPlo -fPIC= -DPIC -o .libs/mono-endian.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-endian.c -MT mono-endian.lo -MD -MP -MF .deps/mono-endian.TPlo -o mon= o-endian.o >/dev/null 2>&1=0D mv -f .libs/mono-endian.lo mono-endian.lo=0D source=3D'mono-config.c' object=3D'mono-config.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-config.Plo' tmpdepfile=3D'.deps/mono-config.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-config.lo `test -f= 'mono-config.c' || echo './'`mono-config.c=0D rm -f .libs/mono-config.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-config.c -MT mono-config.lo -MD -MP -MF .deps/mono-config.TPlo -fPIC= -DPIC -o .libs/mono-config.lo=0D mono-config.c: In function `mono_install_get_config_dir':=0D mono-config.c:341: warning: assignment discards qualifiers from pointer tar= get type=0D mono-config.c:345: warning: assignment discards qualifiers from pointer tar= get type=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-config.c -MT mono-config.lo -MD -MP -MF .deps/mono-config.TPlo -o mon= o-config.o >/dev/null 2>&1=0D mv -f .libs/mono-config.lo mono-config.lo=0D source=3D'rawbuffer.c' object=3D'rawbuffer.lo' libtool=3Dyes \=0D depfile=3D'.deps/rawbuffer.Plo' tmpdepfile=3D'.deps/rawbuffer.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o rawbuffer.lo `test -f '= rawbuffer.c' || echo './'`rawbuffer.c=0D rm -f .libs/rawbuffer.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= rawbuffer.c -MT rawbuffer.lo -MD -MP -MF .deps/rawbuffer.TPlo -fPIC -DPIC= -o .libs/rawbuffer.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= rawbuffer.c -MT rawbuffer.lo -MD -MP -MF .deps/rawbuffer.TPlo -o rawbuffer= .o >/dev/null 2>&1=0D mv -f .libs/rawbuffer.lo rawbuffer.lo=0D source=3D'loader.c' object=3D'loader.lo' libtool=3Dyes \=0D depfile=3D'.deps/loader.Plo' tmpdepfile=3D'.deps/loader.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o loader.lo `test -f 'loa= der.c' || echo './'`loader.c=0D rm -f .libs/loader.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= loader.c -MT loader.lo -MD -MP -MF .deps/loader.TPlo -fPIC -DPIC -o .libs= /loader.lo=0D loader.c: In function `method_from_memberref':=0D loader.c:322: warning: unused variable `bcols'=0D loader.c:323: warning: unused variable `len'=0D loader.c: In function `mono_get_method_constrained':=0D loader.c:867: warning: unused variable `i'=0D loader.c: In function `mono_loader_wine_init':=0D loader.c:1124: warning: function declaration isn't a prototype=0D loader.c:1131: warning: passing arg 3 of `g_module_symbol' from incompatibl= e pointer type=0D loader.c: At top level:=0D loader.c:551: warning: `mono_dllmap_free' defined but not used=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= loader.c -MT loader.lo -MD -MP -MF .deps/loader.TPlo -o loader.o >/dev/nul= l 2>&1=0D mv -f .libs/loader.lo loader.lo=0D source=3D'class.c' object=3D'class.lo' libtool=3Dyes \=0D depfile=3D'.deps/class.Plo' tmpdepfile=3D'.deps/class.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o class.lo `test -f 'clas= s.c' || echo './'`class.c=0D rm -f .libs/class.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= class.c -MT class.lo -MD -MP -MF .deps/class.TPlo -fPIC -DPIC -o .libs/cl= ass.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= class.c -MT class.lo -MD -MP -MF .deps/class.TPlo -o class.o >/dev/null 2>= &1=0D mv -f .libs/class.lo class.lo=0D source=3D'mempool.c' object=3D'mempool.lo' libtool=3Dyes \=0D depfile=3D'.deps/mempool.Plo' tmpdepfile=3D'.deps/mempool.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mempool.lo `test -f 'me= mpool.c' || echo './'`mempool.c=0D rm -f .libs/mempool.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mempool.c -MT mempool.lo -MD -MP -MF .deps/mempool.TPlo -fPIC -DPIC -o .l= ibs/mempool.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mempool.c -MT mempool.lo -MD -MP -MF .deps/mempool.TPlo -o mempool.o >/dev= /null 2>&1=0D mv -f .libs/mempool.lo mempool.lo=0D source=3D'debug-helpers.c' object=3D'debug-helpers.lo' libtool=3Dyes \=0D depfile=3D'.deps/debug-helpers.Plo' tmpdepfile=3D'.deps/debug-helpers.TPlo'= \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o debug-helpers.lo `test = -f 'debug-helpers.c' || echo './'`debug-helpers.c=0D rm -f .libs/debug-helpers.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= debug-helpers.c -MT debug-helpers.lo -MD -MP -MF .deps/debug-helpers.TPlo = -fPIC -DPIC -o .libs/debug-helpers.lo=0D debug-helpers.c: In function `mono_method_full_name':=0D debug-helpers.c:484: warning: assignment discards qualifiers from pointer t= arget type=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= debug-helpers.c -MT debug-helpers.lo -MD -MP -MF .deps/debug-helpers.TPlo = -o debug-helpers.o >/dev/null 2>&1=0D mv -f .libs/debug-helpers.lo debug-helpers.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmetadata.la as= sembly.lo domain.lo opcodes.lo image.lo metadata.lo verify.lo mono-endian.l= o mono-config.lo rawbuffer.lo loader.lo class.lo mempool.lo debug-helpers.= lo -lpthread -lm=0D rm -fr .libs/libmetadata.la .libs/libmetadata.* .libs/libmetadata.*=0D ar cru .libs/libmetadata.al assembly.lo domain.lo opcodes.lo image.lo metad= ata.lo verify.lo mono-endian.lo mono-config.lo rawbuffer.lo loader.lo class= .lo mempool.lo debug-helpers.lo=0D ranlib .libs/libmetadata.al=0D creating libmetadata.la=0D (cd .libs && rm -f libmetadata.la && ln -s ../libmetadata.la libmetadata.la= )=0D gmake all-am=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/met= adata'=0D source=3D'reflection.c' object=3D'reflection.lo' libtool=3Dyes \=0D depfile=3D'.deps/reflection.Plo' tmpdepfile=3D'.deps/reflection.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o reflection.lo `test -f = 'reflection.c' || echo './'`reflection.c=0D rm -f .libs/reflection.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= reflection.c -MT reflection.lo -MD -MP -MF .deps/reflection.TPlo -fPIC -D= PIC -o .libs/reflection.lo=0D reflection.c: In function `mono_image_get_varargs_method_token':=0D reflection.c:2250: warning: unused variable `parent'=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= reflection.c -MT reflection.lo -MD -MP -MF .deps/reflection.TPlo -o reflec= tion.o >/dev/null 2>&1=0D mv -f .libs/reflection.lo reflection.lo=0D source=3D'object.c' object=3D'object.lo' libtool=3Dyes \=0D depfile=3D'.deps/object.Plo' tmpdepfile=3D'.deps/object.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o object.lo `test -f 'obj= ect.c' || echo './'`object.c=0D rm -f .libs/object.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= object.c -MT object.lo -MD -MP -MF .deps/object.TPlo -fPIC -DPIC -o .libs= /object.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= object.c -MT object.lo -MD -MP -MF .deps/object.TPlo -o object.o >/dev/nul= l 2>&1=0D mv -f .libs/object.lo object.lo=0D source=3D'icall.c' object=3D'icall.lo' libtool=3Dyes \=0D depfile=3D'.deps/icall.Plo' tmpdepfile=3D'.deps/icall.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o icall.lo `test -f 'ical= l.c' || echo './'`icall.c=0D rm -f .libs/icall.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= icall.c -MT icall.lo -MD -MP -MF .deps/icall.TPlo -fPIC -DPIC -o .libs/ic= all.lo=0D icall.c: In function `type_from_name':=0D icall.c:953: warning: passing arg 1 of `mono_reflection_parse_type' discard= s qualifiers from pointer target type=0D icall.c: At top level:=0D icall.c:984: warning: no previous prototype for `mono_type_get'=0D icall.c: In function `ves_icall_System_Text_Encoding_InternalCodePage':=0D icall.c:4571: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4576: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4583: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c: In function `ves_icall_System_Char_GetDataTablePointers':=0D icall.c:4977: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4978: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4979: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4980: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4981: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4982: warning: assignment discards qualifiers from pointer target t= ype=0D icall.c:4983: warning: assignment discards qualifiers from pointer target t= ype=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= icall.c -MT icall.lo -MD -MP -MF .deps/icall.TPlo -o icall.o >/dev/null 2>= &1=0D mv -f .libs/icall.lo icall.lo=0D source=3D'decimal.c' object=3D'decimal.lo' libtool=3Dyes \=0D depfile=3D'.deps/decimal.Plo' tmpdepfile=3D'.deps/decimal.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o decimal.lo `test -f 'de= cimal.c' || echo './'`decimal.c=0D rm -f .libs/decimal.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= decimal.c -MT decimal.lo -MD -MP -MF .deps/decimal.TPlo -fPIC -DPIC -o .l= ibs/decimal.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= decimal.c -MT decimal.lo -MD -MP -MF .deps/decimal.TPlo -o decimal.o >/dev= /null 2>&1=0D mv -f .libs/decimal.lo decimal.lo=0D source=3D'gc.c' object=3D'gc.lo' libtool=3Dyes \=0D depfile=3D'.deps/gc.Plo' tmpdepfile=3D'.deps/gc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o gc.lo `test -f 'gc.c' |= | echo './'`gc.c=0D rm -f .libs/gc.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= gc.c -MT gc.lo -MD -MP -MF .deps/gc.TPlo -fPIC -DPIC -o .libs/gc.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= gc.c -MT gc.lo -MD -MP -MF .deps/gc.TPlo -o gc.o >/dev/null 2>&1=0D mv -f .libs/gc.lo gc.lo=0D source=3D'marshal.c' object=3D'marshal.lo' libtool=3Dyes \=0D depfile=3D'.deps/marshal.Plo' tmpdepfile=3D'.deps/marshal.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o marshal.lo `test -f 'ma= rshal.c' || echo './'`marshal.c=0D rm -f .libs/marshal.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= marshal.c -MT marshal.lo -MD -MP -MF .deps/marshal.TPlo -fPIC -DPIC -o .l= ibs/marshal.lo=0D marshal.c: In function `mono_marshal_get_native_wrapper':=0D marshal.c:3106: warning: `klass' might be used uninitialized in this functi= on=0D marshal.c:3108: warning: `pos' might be used uninitialized in this function= =0D marshal.c:3590: warning: `local_type' might be used uninitialized in this f= unction=0D marshal.c: In function `mono_marshal_get_synchronized_wrapper':=0D marshal.c:4660: warning: `ret_local' might be used uninitialized in this fu= nction=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= marshal.c -MT marshal.lo -MD -MP -MF .deps/marshal.TPlo -o marshal.o >/dev= /null 2>&1=0D mv -f .libs/marshal.lo marshal.lo=0D source=3D'monitor.c' object=3D'monitor.lo' libtool=3Dyes \=0D depfile=3D'.deps/monitor.Plo' tmpdepfile=3D'.deps/monitor.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o monitor.lo `test -f 'mo= nitor.c' || echo './'`monitor.c=0D rm -f .libs/monitor.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= monitor.c -MT monitor.lo -MD -MP -MF .deps/monitor.TPlo -fPIC -DPIC -o .l= ibs/monitor.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= monitor.c -MT monitor.lo -MD -MP -MF .deps/monitor.TPlo -o monitor.o >/dev= /null 2>&1=0D mv -f .libs/monitor.lo monitor.lo=0D source=3D'threads.c' object=3D'threads.lo' libtool=3Dyes \=0D depfile=3D'.deps/threads.Plo' tmpdepfile=3D'.deps/threads.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o threads.lo `test -f 'th= reads.c' || echo './'`threads.c=0D rm -f .libs/threads.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= threads.c -MT threads.lo -MD -MP -MF .deps/threads.TPlo -fPIC -DPIC -o .l= ibs/threads.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= threads.c -MT threads.lo -MD -MP -MF .deps/threads.TPlo -o threads.o >/dev= /null 2>&1=0D mv -f .libs/threads.lo threads.lo=0D source=3D'threadpool.c' object=3D'threadpool.lo' libtool=3Dyes \=0D depfile=3D'.deps/threadpool.Plo' tmpdepfile=3D'.deps/threadpool.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o threadpool.lo `test -f = 'threadpool.c' || echo './'`threadpool.c=0D rm -f .libs/threadpool.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= threadpool.c -MT threadpool.lo -MD -MP -MF .deps/threadpool.TPlo -fPIC -D= PIC -o .libs/threadpool.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= threadpool.c -MT threadpool.lo -MD -MP -MF .deps/threadpool.TPlo -o thread= pool.o >/dev/null 2>&1=0D mv -f .libs/threadpool.lo threadpool.lo=0D source=3D'file-io.c' object=3D'file-io.lo' libtool=3Dyes \=0D depfile=3D'.deps/file-io.Plo' tmpdepfile=3D'.deps/file-io.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o file-io.lo `test -f 'fi= le-io.c' || echo './'`file-io.c=0D rm -f .libs/file-io.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= file-io.c -MT file-io.lo -MD -MP -MF .deps/file-io.TPlo -fPIC -DPIC -o .l= ibs/file-io.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= file-io.c -MT file-io.lo -MD -MP -MF .deps/file-io.TPlo -o file-io.o >/dev= /null 2>&1=0D mv -f .libs/file-io.lo file-io.lo=0D source=3D'socket-io.c' object=3D'socket-io.lo' libtool=3Dyes \=0D depfile=3D'.deps/socket-io.Plo' tmpdepfile=3D'.deps/socket-io.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o socket-io.lo `test -f '= socket-io.c' || echo './'`socket-io.c=0D rm -f .libs/socket-io.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= socket-io.c -MT socket-io.lo -MD -MP -MF .deps/socket-io.TPlo -fPIC -DPIC= -o .libs/socket-io.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= socket-io.c -MT socket-io.lo -MD -MP -MF .deps/socket-io.TPlo -o socket-io= .o >/dev/null 2>&1=0D mv -f .libs/socket-io.lo socket-io.lo=0D source=3D'exception.c' object=3D'exception.lo' libtool=3Dyes \=0D depfile=3D'.deps/exception.Plo' tmpdepfile=3D'.deps/exception.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o exception.lo `test -f '= exception.c' || echo './'`exception.c=0D rm -f .libs/exception.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= exception.c -MT exception.lo -MD -MP -MF .deps/exception.TPlo -fPIC -DPIC= -o .libs/exception.lo=0D exception.c: In function `mono_get_exception_type_initialization':=0D exception.c:326: warning: `method' might be used uninitialized in this func= tion=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= exception.c -MT exception.lo -MD -MP -MF .deps/exception.TPlo -o exception= .o >/dev/null 2>&1=0D mv -f .libs/exception.lo exception.lo=0D source=3D'unicode.c' object=3D'unicode.lo' libtool=3Dyes \=0D depfile=3D'.deps/unicode.Plo' tmpdepfile=3D'.deps/unicode.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o unicode.lo `test -f 'un= icode.c' || echo './'`unicode.c=0D rm -f .libs/unicode.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= unicode.c -MT unicode.lo -MD -MP -MF .deps/unicode.TPlo -fPIC -DPIC -o .l= ibs/unicode.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= unicode.c -MT unicode.lo -MD -MP -MF .deps/unicode.TPlo -o unicode.o >/dev= /null 2>&1=0D mv -f .libs/unicode.lo unicode.lo=0D source=3D'appdomain.c' object=3D'appdomain.lo' libtool=3Dyes \=0D depfile=3D'.deps/appdomain.Plo' tmpdepfile=3D'.deps/appdomain.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o appdomain.lo `test -f '= appdomain.c' || echo './'`appdomain.c=0D rm -f .libs/appdomain.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= appdomain.c -MT appdomain.lo -MD -MP -MF .deps/appdomain.TPlo -fPIC -DPIC= -o .libs/appdomain.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= appdomain.c -MT appdomain.lo -MD -MP -MF .deps/appdomain.TPlo -o appdomain= .o >/dev/null 2>&1=0D mv -f .libs/appdomain.lo appdomain.lo=0D source=3D'debug-mono-symfile.c' object=3D'debug-mono-symfile.lo' libtool=3D= yes \=0D depfile=3D'.deps/debug-mono-symfile.Plo' tmpdepfile=3D'.deps/debug-mono-sym= file.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o debug-mono-symfile.lo `= test -f 'debug-mono-symfile.c' || echo './'`debug-mono-symfile.c=0D rm -f .libs/debug-mono-symfile.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= debug-mono-symfile.c -MT debug-mono-symfile.lo -MD -MP -MF .deps/debug-mon= o-symfile.TPlo -fPIC -DPIC -o .libs/debug-mono-symfile.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= debug-mono-symfile.c -MT debug-mono-symfile.lo -MD -MP -MF .deps/debug-mon= o-symfile.TPlo -o debug-mono-symfile.o >/dev/null 2>&1=0D mv -f .libs/debug-mono-symfile.lo debug-mono-symfile.lo=0D source=3D'mono-debug.c' object=3D'mono-debug.lo' libtool=3Dyes \=0D depfile=3D'.deps/mono-debug.Plo' tmpdepfile=3D'.deps/mono-debug.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-debug.lo `test -f = 'mono-debug.c' || echo './'`mono-debug.c=0D rm -f .libs/mono-debug.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-debug.c -MT mono-debug.lo -MD -MP -MF .deps/mono-debug.TPlo -fPIC -D= PIC -o .libs/mono-debug.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-debug.c -MT mono-debug.lo -MD -MP -MF .deps/mono-debug.TPlo -o mono-d= ebug.o >/dev/null 2>&1=0D mv -f .libs/mono-debug.lo mono-debug.lo=0D source=3D'mono-debug-debugger.c' object=3D'mono-debug-debugger.lo' libtool= =3Dyes \=0D depfile=3D'.deps/mono-debug-debugger.Plo' tmpdepfile=3D'.deps/mono-debug-de= bugger.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mono-debug-debugger.lo = `test -f 'mono-debug-debugger.c' || echo './'`mono-debug-debugger.c=0D rm -f .libs/mono-debug-debugger.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-debug-debugger.c -MT mono-debug-debugger.lo -MD -MP -MF .deps/mono-de= bug-debugger.TPlo -fPIC -DPIC -o .libs/mono-debug-debugger.lo=0D mono-debug-debugger.c:53: warning: initialization from incompatible pointer= type=0D mono-debug-debugger.c:54: warning: initialization from incompatible pointer= type=0D mono-debug-debugger.c:54: warning: initialization from incompatible pointer= type=0D mono-debug-debugger.c: In function `mono_debugger_add_method':=0D mono-debug-debugger.c:379: warning: `line_size' might be used uninitialized= in this function=0D mono-debug-debugger.c:379: warning: `line_offset' might be used uninitializ= ed in this function=0D mono-debug-debugger.c: In function `mono_debugger_lookup_assembly':=0D mono-debug-debugger.c:1236: warning: implicit declaration of function `mono= _assembly_open'=0D mono-debug-debugger.c:1236: warning: assignment makes pointer from integer = without a cast=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= mono-debug-debugger.c -MT mono-debug-debugger.lo -MD -MP -MF .deps/mono-de= bug-debugger.TPlo -o mono-debug-debugger.o >/dev/null 2>&1=0D mv -f .libs/mono-debug-debugger.lo mono-debug-debugger.lo=0D source=3D'profiler.c' object=3D'profiler.lo' libtool=3Dyes \=0D depfile=3D'.deps/profiler.Plo' tmpdepfile=3D'.deps/profiler.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o profiler.lo `test -f 'p= rofiler.c' || echo './'`profiler.c=0D rm -f .libs/profiler.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= profiler.c -MT profiler.lo -MD -MP -MF .deps/profiler.TPlo -fPIC -DPIC -o= .libs/profiler.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= profiler.c -MT profiler.lo -MD -MP -MF .deps/profiler.TPlo -o profiler.o >= /dev/null 2>&1=0D mv -f .libs/profiler.lo profiler.lo=0D source=3D'rand.c' object=3D'rand.lo' libtool=3Dyes \=0D depfile=3D'.deps/rand.Plo' tmpdepfile=3D'.deps/rand.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o rand.lo `test -f 'rand.= c' || echo './'`rand.c=0D rm -f .libs/rand.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= rand.c -MT rand.lo -MD -MP -MF .deps/rand.TPlo -fPIC -DPIC -o .libs/rand.= lo=0D rand.c: In function `get_entropy_from_server':=0D rand.c:42: warning: implicit declaration of function `strncpy'=0D rand.c: In function `ves_icall_System_Security_Cryptography_RNGCryptoServic= eProvider_RngInitialize':=0D rand.c:183: warning: return makes pointer from integer without a cast=0D rand.c:197: warning: return makes pointer from integer without a cast=0D rand.c: In function `ves_icall_System_Security_Cryptography_RNGCryptoServic= eProvider_RngGetBytes':=0D rand.c:217: warning: return makes pointer from integer without a cast=0D rand.c:230: warning: implicit declaration of function `strerror'=0D rand.c:230: warning: format argument is not a pointer (arg 4)=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= rand.c -MT rand.lo -MD -MP -MF .deps/rand.TPlo -o rand.o >/dev/null 2>&1=0D mv -f .libs/rand.lo rand.lo=0D source=3D'security.c' object=3D'security.lo' libtool=3Dyes \=0D depfile=3D'.deps/security.Plo' tmpdepfile=3D'.deps/security.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o security.lo `test -f 's= ecurity.c' || echo './'`security.c=0D rm -f .libs/security.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= security.c -MT security.lo -MD -MP -MF .deps/security.TPlo -fPIC -DPIC -o= .libs/security.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= security.c -MT security.lo -MD -MP -MF .deps/security.TPlo -o security.o >= /dev/null 2>&1=0D mv -f .libs/security.lo security.lo=0D source=3D'string-icalls.c' object=3D'string-icalls.lo' libtool=3Dyes \=0D depfile=3D'.deps/string-icalls.Plo' tmpdepfile=3D'.deps/string-icalls.TPlo'= \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o string-icalls.lo `test = -f 'string-icalls.c' || echo './'`string-icalls.c=0D rm -f .libs/string-icalls.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= string-icalls.c -MT string-icalls.lo -MD -MP -MF .deps/string-icalls.TPlo = -fPIC -DPIC -o .libs/string-icalls.lo=0D string-icalls.c: In function `ves_icall_System_String_InternalStrcpy_Chars'= :=0D string-icalls.c:628: warning: assignment from incompatible pointer type=0D string-icalls.c: In function `ves_icall_System_String_InternalStrcpy_CharsN= ':=0D string-icalls.c:642: warning: assignment from incompatible pointer type=0D string-icalls.c: In function `string_icall_cmp_char':=0D string-icalls.c:705: warning: `result' might be used uninitialized in this = function=0D string-icalls.c: At top level:=0D string-icalls.c:704: warning: `string_icall_cmp_char' defined but not used= =0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= string-icalls.c -MT string-icalls.lo -MD -MP -MF .deps/string-icalls.TPlo = -o string-icalls.o >/dev/null 2>&1=0D mv -f .libs/string-icalls.lo string-icalls.lo=0D source=3D'sysmath.c' object=3D'sysmath.lo' libtool=3Dyes \=0D depfile=3D'.deps/sysmath.Plo' tmpdepfile=3D'.deps/sysmath.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o sysmath.lo `test -f 'sy= smath.c' || echo './'`sysmath.c=0D rm -f .libs/sysmath.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= sysmath.c -MT sysmath.lo -MD -MP -MF .deps/sysmath.TPlo -fPIC -DPIC -o .l= ibs/sysmath.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= sysmath.c -MT sysmath.lo -MD -MP -MF .deps/sysmath.TPlo -o sysmath.o >/dev= /null 2>&1=0D mv -f .libs/sysmath.lo sysmath.lo=0D source=3D'process.c' object=3D'process.lo' libtool=3Dyes \=0D depfile=3D'.deps/process.Plo' tmpdepfile=3D'.deps/process.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o process.lo `test -f 'pr= ocess.c' || echo './'`process.c=0D rm -f .libs/process.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= process.c -MT process.lo -MD -MP -MF .deps/process.TPlo -fPIC -DPIC -o .l= ibs/process.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= process.c -MT process.lo -MD -MP -MF .deps/process.TPlo -o process.o >/dev= /null 2>&1=0D mv -f .libs/process.lo process.lo=0D source=3D'environment.c' object=3D'environment.lo' libtool=3Dyes \=0D depfile=3D'.deps/environment.Plo' tmpdepfile=3D'.deps/environment.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o environment.lo `test -f= 'environment.c' || echo './'`environment.c=0D rm -f .libs/environment.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= environment.c -MT environment.lo -MD -MP -MF .deps/environment.TPlo -fPIC= -DPIC -o .libs/environment.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= environment.c -MT environment.lo -MD -MP -MF .deps/environment.TPlo -o env= ironment.o >/dev/null 2>&1=0D mv -f .libs/environment.lo environment.lo=0D source=3D'locales.c' object=3D'locales.lo' libtool=3Dyes \=0D depfile=3D'.deps/locales.Plo' tmpdepfile=3D'.deps/locales.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o locales.lo `test -f 'lo= cales.c' || echo './'`locales.c=0D rm -f .libs/locales.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= locales.c -MT locales.lo -MD -MP -MF .deps/locales.TPlo -fPIC -DPIC -o .l= ibs/locales.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= locales.c -MT locales.lo -MD -MP -MF .deps/locales.TPlo -o locales.o >/dev= /null 2>&1=0D mv -f .libs/locales.lo locales.lo=0D source=3D'filewatcher.c' object=3D'filewatcher.lo' libtool=3Dyes \=0D depfile=3D'.deps/filewatcher.Plo' tmpdepfile=3D'.deps/filewatcher.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -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 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -DMONO_ASSEMBLIES=3D\"/usr/local/lib\= " -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o filewatcher.lo `test -f= 'filewatcher.c' || echo './'`filewatcher.c=0D rm -f .libs/filewatcher.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= filewatcher.c -MT filewatcher.lo -MD -MP -MF .deps/filewatcher.TPlo -fPIC= -DPIC -o .libs/filewatcher.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO= _ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" -DUSE_= PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O = -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prot= otypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wne= sted-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c= filewatcher.c -MT filewatcher.lo -MD -MP -MF .deps/filewatcher.TPlo -o fil= ewatcher.o >/dev/null 2>&1=0D mv -f .libs/filewatcher.lo filewatcher.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmonoruntime.la = reflection.lo object.lo icall.lo decimal.lo gc.lo marshal.lo monitor.lo th= reads.lo threadpool.lo file-io.lo socket-io.lo exception.lo unicode.lo appd= omain.lo debug-mono-symfile.lo mono-debug.lo mono-debug-debugger.lo profile= r.lo rand.lo security.lo string-icalls.lo sysmath.lo process.lo environment= .lo locales.lo filewatcher.lo -lpthread -lm=0D rm -fr .libs/libmonoruntime.la .libs/libmonoruntime.* .libs/libmonoruntime.= *=0D ar cru .libs/libmonoruntime.al reflection.lo object.lo icall.lo decimal.lo = gc.lo marshal.lo monitor.lo threads.lo threadpool.lo file-io.lo socket-io.l= o exception.lo unicode.lo appdomain.lo debug-mono-symfile.lo mono-debug.lo = mono-debug-debugger.lo profiler.lo rand.lo security.lo string-icalls.lo sys= math.lo process.lo environment.lo locales.lo filewatcher.lo=0D ranlib .libs/libmonoruntime.al=0D creating libmonoruntime.la=0D (cd .libs && rm -f libmonoruntime.la && ln -s ../libmonoruntime.la libmonor= untime.la)=0D source=3D'pedump.c' object=3D'pedump.o' libtool=3Dno \=0D depfile=3D'.deps/pedump.Po' tmpdepfile=3D'.deps/pedump.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= DMONO_ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" = -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREA= DS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmiss= ing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-protot= ypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-s= trings -c `test -f 'pedump.c' || echo './'`pedump.c=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o pedump pedump.o li= bmetadata.la ../io-layer/libwapi.la ../utils/libmonoutils.la ../../libgc/li= bmonogc.la -L/usr/local/lib -lgthread-2.0 -lpthread -lglib-2.0 -liconv -W= l,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv -lm = -lpthread -lm=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o pedump pedump.o -Wl,--export-dynamic ./.libs/libmetadata.al ../io-l= ayer/.libs/libwapi.al ../utils/.libs/libmonoutils.al ../../libgc/.libs/libm= onogc.al -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -l= pthread -lm=0D source=3D'monosn.c' object=3D'monosn.o' libtool=3Dno \=0D depfile=3D'.deps/monosn.Po' tmpdepfile=3D'.deps/monosn.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono -I../../libgc/inclu= de -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inc= lude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= DMONO_ASSEMBLIES=3D\"/usr/local/lib\" -DMONO_CFG_DIR=3D\"/usr/local/etc\" = -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREA= DS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmiss= ing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-protot= ypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-s= trings -c `test -f 'monosn.c' || echo './'`monosn.c=0D monosn.c: In function `show_token':=0D monosn.c:73: warning: implicit declaration of function `mono_raw_buffer_ini= t'=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o monosn monosn.o li= bmetadata.la ../io-layer/libwapi.la ../utils/libmonoutils.la ../../libgc/li= bmonogc.la -L/usr/local/lib -lgthread-2.0 -lpthread -lglib-2.0 -liconv -W= l,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv -lm = -lpthread -lm=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o monosn monosn.o -Wl,--export-dynamic ./.libs/libmetadata.al ../io-l= ayer/.libs/libwapi.al ../utils/.libs/libmonoutils.al ../../libgc/.libs/libm= onogc.al -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -l= pthread -lm=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/meta= data'=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/meta= data'=0D Making all in cil=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/cil= '=0D gmake[3]: Nothing to be done for `all'.=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/cil'= =0D Making all in dis=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/dis= '=0D source=3D'get.c' object=3D'get.o' libtool=3Dno \=0D depfile=3D'.deps/get.Po' tmpdepfile=3D'.deps/get.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUS= E_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathl= on -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-de= clarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 'get.c' = || echo './'`get.c=0D get.c: In function `get_method':=0D get.c:1333: warning: `sig' might be used uninitialized in this function=0D get.c: In function `get_methodspec':=0D get.c:1464: warning: `sig' might be used uninitialized in this function=0D source=3D'dis-cil.c' object=3D'dis-cil.o' libtool=3Dno \=0D depfile=3D'.deps/dis-cil.Po' tmpdepfile=3D'.deps/dis-cil.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUS= E_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathl= on -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-de= clarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 'dis-cil= .c' || echo './'`dis-cil.c=0D source=3D'util.c' object=3D'util.o' libtool=3Dno \=0D depfile=3D'.deps/util.Po' tmpdepfile=3D'.deps/util.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUS= E_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathl= on -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-de= clarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 'util.c'= || echo './'`util.c=0D rm -f libmonodis.a=0D ar cru libmonodis.a get.o dis-cil.o util.o =0D ranlib libmonodis.a=0D source=3D'dump.c' object=3D'dump.o' libtool=3Dno \=0D depfile=3D'.deps/dump.Po' tmpdepfile=3D'.deps/dump.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUS= E_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathl= on -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-de= clarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 'dump.c'= || echo './'`dump.c=0D dump.c: In function `dump_table_memberref':=0D dump.c:225: warning: `ks' might be used uninitialized in this function=0D source=3D'main.c' object=3D'main.o' libtool=3Dno \=0D depfile=3D'.deps/main.Po' tmpdepfile=3D'.deps/main.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUS= E_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathl= on -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-de= clarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 'main.c'= || echo './'`main.c=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o monodis dump.o mai= n.o libmonodis.a ../metadata/libmetadata.la ../io-layer/libwapi.la ../utils= /libmonoutils.la ../../libgc/libmonogc.la -Wl,--export-dynamic -L/usr/local= /lib -lgmodule-2.0 -lglib-2.0 -liconv -L/usr/local/lib -lgthread-2.0 -lpt= hread -lglib-2.0 -liconv -lpthread -lm=0D mkdir .libs=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o monodis dump.o main.o -Wl,--export-dynamic libmonodis.a ../metadata= /.libs/libmetadata.al ../io-layer/.libs/libwapi.al ../utils/.libs/libmonout= ils.al ../../libgc/.libs/libmonogc.al -L/usr/local/lib -lgmodule-2.0 -lgthr= ead-2.0 -lglib-2.0 -liconv -lpthread -lm=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/dis'= =0D Making all in arch=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/arc= h'=0D Making all in x86=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/arc= h/x86'=0D source=3D'tramp.c' object=3D'tramp.lo' libtool=3Dyes \=0D depfile=3D'.deps/tramp.Plo' tmpdepfile=3D'.deps/tramp.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../../depcomp \=0D /bin/sh ../../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.= ./.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/i= nclude -I../../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SA= FE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g = -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototy= pes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -= Wcast-align -Wwrite-strings -c -o tramp.lo `test -f 'tramp.c' || echo './'`= tramp.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_REENTRANT -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I../../.. -DUSE_PTHREAD_SPECIFIC -= UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dath= lon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-d= eclarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c tramp.c -MT tramp= .lo -MD -MP -MF .deps/tramp.TPlo -fPIC -DPIC -o .libs/tramp.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_REENTRANT -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I../../.. -DUSE_PTHREAD_SPECIFIC -= UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dath= lon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-d= eclarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpoi= nter-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c tramp.c -MT tramp= .lo -MD -MP -MF .deps/tramp.TPlo -o tramp.o >/dev/null 2>&1=0D mv -f .libs/tramp.lo tramp.lo=0D /bin/sh ../../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-st= rict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations= -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith= -Wno-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmonoarch-x86.= la tramp.lo -lpthread -lm=0D rm -fr .libs/libmonoarch-x86.la .libs/libmonoarch-x86.* .libs/libmonoarch-x= 86.*=0D ar cru .libs/libmonoarch-x86.al tramp.lo=0D ranlib .libs/libmonoarch-x86.al=0D creating libmonoarch-x86.la=0D (cd .libs && rm -f libmonoarch-x86.la && ln -s ../libmonoarch-x86.la libmon= oarch-x86.la)=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/arch= /x86'=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/arc= h'=0D source=3D'unknown.c' object=3D'unknown.lo' libtool=3Dyes \=0D depfile=3D'.deps/unknown.Plo' tmpdepfile=3D'.deps/unknown.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_F= REEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wu= nused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmi= ssing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-ali= gn -Wwrite-strings -c -o unknown.lo `test -f 'unknown.c' || echo './'`unkno= wn.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_C= OMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -f= no-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declara= tions -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-a= rith -Wno-cast-qual -Wcast-align -Wwrite-strings -c unknown.c -MT unknown.l= o -MD -MP -MF .deps/unknown.TPlo -fPIC -DPIC -o .libs/unknown.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I../.. -DUSE_PTHREAD_SPECIFIC -UUSE_C= OMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -f= no-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declara= tions -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-a= rith -Wno-cast-qual -Wcast-align -Wwrite-strings -c unknown.c -MT unknown.l= o -MD -MP -MF .deps/unknown.TPlo -o unknown.o >/dev/null 2>&1=0D mv -f .libs/unknown.lo unknown.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmonoarch.la un= known.lo x86/libmonoarch-x86.la -lpthread -lm=0D rm -fr .libs/libmonoarch.la .libs/libmonoarch.* .libs/libmonoarch.*=0D rm -fr .libs/libmonoarch.lax=0D mkdir .libs/libmonoarch.lax=0D rm -fr .libs/libmonoarch.lax/libmonoarch-x86.al=0D mkdir .libs/libmonoarch.lax/libmonoarch-x86.al=0D (cd .libs/libmonoarch.lax/libmonoarch-x86.al && ar x /usr/ports/local/mono/= work/mono-0.96/mono/arch/x86/.libs/libmonoarch-x86.al)=0D ar cru .libs/libmonoarch.al unknown.lo .libs/libmonoarch.lax/libmonoarch-x8= 6.al/tramp.lo =0D ranlib .libs/libmonoarch.al=0D rm -fr .libs/libmonoarch.lax=0D creating libmonoarch.la=0D (cd .libs && rm -f libmonoarch.la && ln -s ../libmonoarch.la libmonoarch.la= )=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/arch= '=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/arch= '=0D Making all in monograph=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/mon= ograph'=0D source=3D'monograph.c' object=3D'monograph.o' libtool=3Dno \=0D depfile=3D'.deps/monograph.Po' tmpdepfile=3D'.deps/monograph.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-2.0 -I= /usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.= 0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILE= R_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-s= trict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declaration= s -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arit= h -Wno-cast-qual -Wcast-align -Wwrite-strings -c `test -f 'monograph.c' || = echo './'`monograph.c=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o monograph monograp= h.o ../metadata/libmetadata.la ../io-layer/libwapi.la ../utils/libmonoutils= .la ../../libgc/libmonogc.la -L/usr/local/lib -lgthread-2.0 -lpthread -lgli= b-2.0 -liconv -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-= 2.0 -liconv -lm -lpthread -lm=0D mkdir .libs=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o monograph monograph.o -Wl,--export-dynamic ../metadata/.libs/libmet= adata.al ../io-layer/.libs/libwapi.al ../utils/.libs/libmonoutils.al ../../= libgc/.libs/libmonogc.al -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lgli= b-2.0 -liconv -lpthread -lm=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/mono= graph'=0D Making all in interpreter=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/int= erpreter'=0D source=3D'interp.c' object=3D'interp.lo' libtool=3Dyes \=0D depfile=3D'.deps/interp.Plo' tmpdepfile=3D'.deps/interp.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o interp.lo `test -f 'interp.c' || echo= './'`interp.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c interp.c -M= T interp.lo -MD -MP -MF .deps/interp.TPlo -fPIC -DPIC -o .libs/interp.lo=0D interp.c: In function `ves_exec_method_with_context':=0D interp.c:3814: warning: label `mint_default' defined but not used=0D interp.c: In function `thread_abort_handler':=0D interp.c:4164: warning: unused variable `thread'=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c interp.c -M= T interp.lo -MD -MP -MF .deps/interp.TPlo -o interp.o >/dev/null 2>&1=0D mv -f .libs/interp.lo interp.lo=0D source=3D'mintops.c' object=3D'mintops.lo' libtool=3Dyes \=0D depfile=3D'.deps/mintops.Plo' tmpdepfile=3D'.deps/mintops.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o mintops.lo `test -f 'mintops.c' || ec= ho './'`mintops.c=0D rm -f .libs/mintops.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mintops.c -= MT mintops.lo -MD -MP -MF .deps/mintops.TPlo -fPIC -DPIC -o .libs/mintops.= lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mintops.c -= MT mintops.lo -MD -MP -MF .deps/mintops.TPlo -o mintops.o >/dev/null 2>&1=0D mv -f .libs/mintops.lo mintops.lo=0D source=3D'transform.c' object=3D'transform.lo' libtool=3Dyes \=0D depfile=3D'.deps/transform.Plo' tmpdepfile=3D'.deps/transform.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o transform.lo `test -f 'transform.c' |= | echo './'`transform.c=0D rm -f .libs/transform.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c transform.c= -MT transform.lo -MD -MP -MF .deps/transform.TPlo -fPIC -DPIC -o .libs/tr= ansform.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c transform.c= -MT transform.lo -MD -MP -MF .deps/transform.TPlo -o transform.o >/dev/nul= l 2>&1=0D mv -f .libs/transform.lo transform.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmint.la -rpath /= usr/local/lib interp.lo mintops.lo transform.lo ../arch/libmonoarch.la ../= metadata/libmonoruntime.la ../metadata/libmetadata.la ../io-layer/libwapi.l= a ../utils/libmonoutils.la ../os/libmonoos.la ../../libgc/libmonogc.la -L/u= sr/local/lib -lgthread-2.0 -lpthread -lglib-2.0 -liconv -Wl,--export-dyna= mic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv -lm -lpthread -lm= =0D rm -fr .libs/libmint.la .libs/libmint.* .libs/libmint.*=0D cc -shared interp.lo mintops.lo transform.lo -Wl,--whole-archive ../arch/.= libs/libmonoarch.al ../metadata/.libs/libmonoruntime.al ../metadata/.libs/l= ibmetadata.al ../io-layer/.libs/libwapi.al ../utils/.libs/libmonoutils.al .= ./os/.libs/libmonoos.al ../../libgc/.libs/libmonogc.al -Wl,--no-whole-archi= ve -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpthre= ad -lm -Wl,--export-dynamic -Wl,-soname -Wl,libmint.so.0 -o .libs/libmint.= so.0=0D (cd .libs && rm -f libmint.so && ln -s libmint.so.0 libmint.so)=0D (cd .libs && rm -f libmint.so && ln -s libmint.so.0 libmint.so)=0D rm -fr .libs/libmint.lax=0D mkdir .libs/libmint.lax=0D rm -fr .libs/libmint.lax/libmonoarch.al=0D mkdir .libs/libmint.lax/libmonoarch.al=0D (cd .libs/libmint.lax/libmonoarch.al && ar x /usr/ports/local/mono/work/mon= o-0.96/mono/interpreter/../arch/.libs/libmonoarch.al)=0D rm -fr .libs/libmint.lax/libmonoruntime.al=0D mkdir .libs/libmint.lax/libmonoruntime.al=0D (cd .libs/libmint.lax/libmonoruntime.al && ar x /usr/ports/local/mono/work/= mono-0.96/mono/interpreter/../metadata/.libs/libmonoruntime.al)=0D rm -fr .libs/libmint.lax/libmetadata.al=0D mkdir .libs/libmint.lax/libmetadata.al=0D (cd .libs/libmint.lax/libmetadata.al && ar x /usr/ports/local/mono/work/mon= o-0.96/mono/interpreter/../metadata/.libs/libmetadata.al)=0D rm -fr .libs/libmint.lax/libwapi.al=0D mkdir .libs/libmint.lax/libwapi.al=0D (cd .libs/libmint.lax/libwapi.al && ar x /usr/ports/local/mono/work/mono-0.= 96/mono/interpreter/../io-layer/.libs/libwapi.al)=0D rm -fr .libs/libmint.lax/libmonoutils.al=0D mkdir .libs/libmint.lax/libmonoutils.al=0D (cd .libs/libmint.lax/libmonoutils.al && ar x /usr/ports/local/mono/work/mo= no-0.96/mono/interpreter/../utils/.libs/libmonoutils.al)=0D rm -fr .libs/libmint.lax/libmonoos.al=0D mkdir .libs/libmint.lax/libmonoos.al=0D (cd .libs/libmint.lax/libmonoos.al && ar x /usr/ports/local/mono/work/mono-= 0.96/mono/interpreter/../os/.libs/libmonoos.al)=0D rm -fr .libs/libmint.lax/libmonogc.al=0D mkdir .libs/libmint.lax/libmonogc.al=0D (cd .libs/libmint.lax/libmonogc.al && ar x /usr/ports/local/mono/work/mono-= 0.96/mono/interpreter/../../libgc/.libs/libmonogc.al)=0D ar cru .libs/libmint.a interp.o mintops.o transform.o .libs/libmint.lax/l= ibmonoarch.al/unknown.lo .libs/libmint.lax/libmonoarch.al/tramp.lo .libs/l= ibmint.lax/libmonoruntime.al/reflection.lo .libs/libmint.lax/libmonoruntime= .al/object.lo .libs/libmint.lax/libmonoruntime.al/icall.lo .libs/libmint.la= x/libmonoruntime.al/decimal.lo .libs/libmint.lax/libmonoruntime.al/gc.lo .l= ibs/libmint.lax/libmonoruntime.al/marshal.lo .libs/libmint.lax/libmonorunti= me.al/monitor.lo .libs/libmint.lax/libmonoruntime.al/threads.lo .libs/libmi= nt.lax/libmonoruntime.al/threadpool.lo .libs/libmint.lax/libmonoruntime.al/= file-io.lo .libs/libmint.lax/libmonoruntime.al/socket-io.lo .libs/libmint.l= ax/libmonoruntime.al/exception.lo .libs/libmint.lax/libmonoruntime.al/unico= de.lo .libs/libmint.lax/libmonoruntime.al/appdomain.lo .libs/libmint.lax/li= bmonoruntime.al/debug-mono-symfile.lo .libs/libmint.lax/libmonoruntime.al/m= ono-debug.lo .libs/libmint.lax/libmonoruntime.al/mono-debug-debugger.lo .li= bs/libmint.lax/libmonoruntime.al/profiler.lo .libs/libmint.lax/libmonorunti= me.al/rand.lo .libs/libmint.lax/libmonoruntime.al/security.lo .libs/libmint= .lax/libmonoruntime.al/string-icalls.lo .libs/libmint.lax/libmonoruntime.al= /sysmath.lo .libs/libmint.lax/libmonoruntime.al/process.lo .libs/libmint.la= x/libmonoruntime.al/environment.lo .libs/libmint.lax/libmonoruntime.al/loca= les.lo .libs/libmint.lax/libmonoruntime.al/filewatcher.lo .libs/libmint.la= x/libmetadata.al/assembly.lo .libs/libmint.lax/libmetadata.al/domain.lo .li= bs/libmint.lax/libmetadata.al/opcodes.lo .libs/libmint.lax/libmetadata.al/i= mage.lo .libs/libmint.lax/libmetadata.al/metadata.lo .libs/libmint.lax/libm= etadata.al/verify.lo .libs/libmint.lax/libmetadata.al/mono-endian.lo .libs/= libmint.lax/libmetadata.al/mono-config.lo .libs/libmint.lax/libmetadata.al/= rawbuffer.lo .libs/libmint.lax/libmetadata.al/loader.lo .libs/libmint.lax/l= ibmetadata.al/class.lo .libs/libmint.lax/libmetadata.al/mempool.lo .libs/li= bmint.lax/libmetadata.al/debug-helpers.lo .libs/libmint.lax/libwapi.al/ato= mic.lo .libs/libmint.lax/libwapi.al/context.lo .libs/libmint.lax/libwapi.al= /critical-sections.lo .libs/libmint.lax/libwapi.al/daemon.lo .libs/libmint.= lax/libwapi.al/daemon-messages.lo .libs/libmint.lax/libwapi.al/error.lo .li= bs/libmint.lax/libwapi.al/events.lo .libs/libmint.lax/libwapi.al/handles.lo= .libs/libmint.lax/libwapi.al/io.lo .libs/libmint.lax/libwapi.al/misc.lo .l= ibs/libmint.lax/libwapi.al/mutexes.lo .libs/libmint.lax/libwapi.al/mono-mut= ex.lo .libs/libmint.lax/libwapi.al/processes.lo .libs/libmint.lax/libwapi.a= l/security.lo .libs/libmint.lax/libwapi.al/semaphores.lo .libs/libmint.lax/= libwapi.al/shared.lo .libs/libmint.lax/libwapi.al/sockets.lo .libs/libmint.= lax/libwapi.al/system.lo .libs/libmint.lax/libwapi.al/threads.lo .libs/libm= int.lax/libwapi.al/timefuncs.lo .libs/libmint.lax/libwapi.al/timed-thread.l= o .libs/libmint.lax/libwapi.al/wait.lo .libs/libmint.lax/libmonoutils.al/m= ono-hash.lo .libs/libmint.lax/libmonoutils.al/mono-md5.lo .libs/libmint.lax= /libmonoutils.al/mono-sha1.lo .libs/libmint.lax/libmonoutils.al/mono-logger= .lo .libs/libmint.lax/libmonoutils.al/mono-codeman.lo .libs/libmint.lax/lib= monoutils.al/monobitset.lo .libs/libmint.lax/libmonoutils.al/mono-math.lo .= libs/libmint.lax/libmonoutils.al/strtod.lo .libs/libmint.lax/libmonoutils.a= l/strenc.lo .libs/libmint.lax/libmonoutils.al/mono-uri.lo .libs/libmint.la= x/libmonoos.al/util.lo .libs/libmint.lax/libmonogc.al/allchblk.lo .libs/li= bmint.lax/libmonogc.al/alloc.lo .libs/libmint.lax/libmonogc.al/blacklst.lo = .libs/libmint.lax/libmonogc.al/checksums.lo .libs/libmint.lax/libmonogc.al/= dbg_mlc.lo .libs/libmint.lax/libmonogc.al/dyn_load.lo .libs/libmint.lax/lib= monogc.al/finalize.lo .libs/libmint.lax/libmonogc.al/gc_dlopen.lo .libs/lib= mint.lax/libmonogc.al/gcj_mlc.lo .libs/libmint.lax/libmonogc.al/headers.lo = .libs/libmint.lax/libmonogc.al/aix_irix_threads.lo .libs/libmint.lax/libmon= ogc.al/malloc.lo .libs/libmint.lax/libmonogc.al/mallocx.lo .libs/libmint.la= x/libmonogc.al/mark.lo .libs/libmint.lax/libmonogc.al/mark_rts.lo .libs/lib= mint.lax/libmonogc.al/misc.lo .libs/libmint.lax/libmonogc.al/new_hblk.lo .l= ibs/libmint.lax/libmonogc.al/obj_map.lo .libs/libmint.lax/libmonogc.al/os_d= ep.lo .libs/libmint.lax/libmonogc.al/pcr_interface.lo .libs/libmint.lax/lib= monogc.al/ptr_chck.lo .libs/libmint.lax/libmonogc.al/real_malloc.lo .libs/l= ibmint.lax/libmonogc.al/reclaim.lo .libs/libmint.lax/libmonogc.al/solaris_p= threads.lo .libs/libmint.lax/libmonogc.al/solaris_threads.lo .libs/libmint.= lax/libmonogc.al/specific.lo .libs/libmint.lax/libmonogc.al/stubborn.lo .li= bs/libmint.lax/libmonogc.al/typd_mlc.lo .libs/libmint.lax/libmonogc.al/back= graph.lo .libs/libmint.lax/libmonogc.al/win32_threads.lo .libs/libmint.lax/= libmonogc.al/pthread_support.lo .libs/libmint.lax/libmonogc.al/pthread_stop= _world.lo .libs/libmint.lax/libmonogc.al/darwin_stop_world.lo .libs/libmint= .lax/libmonogc.al/mach_dep.lo =0D ranlib .libs/libmint.a=0D rm -fr .libs/libmint.lax=0D creating libmint.la=0D (cd .libs && rm -f libmint.la && ln -s ../libmint.la libmint.la)=0D source=3D'main.c' object=3D'main.o' libtool=3Dno \=0D depfile=3D'.deps/main.Po' tmpdepfile=3D'.deps/main.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe = -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes= -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-= externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `tes= t -f 'main.c' || echo './'`main.c=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o mint main.o libmin= t.la -lpthread -lm=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o .libs/mint main.o ./.libs/libmint.so -L/usr/local/lib -lgthread-2.0= -lgmodule-2.0 -lglib-2.0 -liconv -lpthread -lm -Wl,--rpath -Wl,/usr/local/= lib=0D creating mint=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/inte= rpreter'=0D Making all in mini=0D gmake[3]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/min= i'=0D =2E./../mono/monoburg/monoburg -c 1 -p -e ./inssel.brg ./inssel-long32.brg = ./inssel-float.brg ./inssel-x86.brg -d inssel.h -s inssel.c=0D source=3D'genmdesc.c' object=3D'genmdesc-genmdesc.o' libtool=3Dno \=0D depfile=3D'.deps/genmdesc-genmdesc.Po' tmpdepfile=3D'.deps/genmdesc-genmdes= c.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe = -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes= -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-= externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o g= enmdesc-genmdesc.o `test -f 'genmdesc.c' || echo './'`genmdesc.c=0D source=3D'helpers.c' object=3D'genmdesc-helpers.o' libtool=3Dno \=0D depfile=3D'.deps/genmdesc-helpers.Po' tmpdepfile=3D'.deps/genmdesc-helpers.= TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe = -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes= -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-= externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o g= enmdesc-helpers.o `test -f 'helpers.c' || echo './'`helpers.c=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o genmdesc genmdesc-= genmdesc.o genmdesc-helpers.o ../../mono/metadata/libmonoruntime.la ../../m= ono/metadata/libmetadata.la ../../mono/io-layer/libwapi.la ../../mono/utils= /libmonoutils.la ../../libgc/libmonogc.la -lm -L/usr/local/lib -lgthread-2= .0 -lpthread -lglib-2.0 -liconv -Wl,--export-dynamic -L/usr/local/lib -lg= module-2.0 -lglib-2.0 -liconv -lpthread -lm=0D mkdir .libs=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o genmdesc genmdesc-genmdesc.o genmdesc-helpers.o -Wl,--export-dynamic= ../../mono/metadata/.libs/libmonoruntime.al ../../mono/metadata/.libs/lib= metadata.al ../../mono/io-layer/.libs/libwapi.al ../../mono/utils/.libs/lib= monoutils.al ../../libgc/.libs/libmonogc.al -L/usr/local/lib -lgthread-2.0 = -lgmodule-2.0 -lglib-2.0 -liconv -lpthread -lm=0D =2E/genmdesc ./cpu-pentium.md cpu-pentium.h pentium_desc=0D gmake all-am=0D gmake[4]: Entering directory `/usr/ports/local/mono/work/mono-0.96/mono/min= i'=0D source=3D'mini.c' object=3D'mini.lo' libtool=3Dyes \=0D depfile=3D'.deps/mini.Plo' tmpdepfile=3D'.deps/mini.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o mini.lo `test -f 'mini.c' || echo './= '`mini.c=0D rm -f .libs/mini.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mini.c -MT = mini.lo -MD -MP -MF .deps/mini.TPlo -fPIC -DPIC -o .libs/mini.lo=0D mini.c: In function `type_from_typename':=0D mini.c:5935: warning: `klass' might be used uninitialized in this function= =0D mini.c: At top level:=0D mini.c:1538: warning: `mono_compile_get_interface_var' defined but not used= =0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mini.c -MT = mini.lo -MD -MP -MF .deps/mini.TPlo -o mini.o >/dev/null 2>&1=0D mv -f .libs/mini.lo mini.lo=0D source=3D'trace.c' object=3D'trace.lo' libtool=3Dyes \=0D depfile=3D'.deps/trace.Plo' tmpdepfile=3D'.deps/trace.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o trace.lo `test -f 'trace.c' || echo '= ./'`trace.c=0D rm -f .libs/trace.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c trace.c -MT= trace.lo -MD -MP -MF .deps/trace.TPlo -fPIC -DPIC -o .libs/trace.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c trace.c -MT= trace.lo -MD -MP -MF .deps/trace.TPlo -o trace.o >/dev/null 2>&1=0D mv -f .libs/trace.lo trace.lo=0D source=3D'dominators.c' object=3D'dominators.lo' libtool=3Dyes \=0D depfile=3D'.deps/dominators.Plo' tmpdepfile=3D'.deps/dominators.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o dominators.lo `test -f 'dominators.c'= || echo './'`dominators.c=0D rm -f .libs/dominators.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c dominators.= c -MT dominators.lo -MD -MP -MF .deps/dominators.TPlo -fPIC -DPIC -o .libs= /dominators.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c dominators.= c -MT dominators.lo -MD -MP -MF .deps/dominators.TPlo -o dominators.o >/dev= /null 2>&1=0D mv -f .libs/dominators.lo dominators.lo=0D source=3D'cfold.c' object=3D'cfold.lo' libtool=3Dyes \=0D depfile=3D'.deps/cfold.Plo' tmpdepfile=3D'.deps/cfold.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o cfold.lo `test -f 'cfold.c' || echo '= ./'`cfold.c=0D rm -f .libs/cfold.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c cfold.c -MT= cfold.lo -MD -MP -MF .deps/cfold.TPlo -fPIC -DPIC -o .libs/cfold.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c cfold.c -MT= cfold.lo -MD -MP -MF .deps/cfold.TPlo -o cfold.o >/dev/null 2>&1=0D mv -f .libs/cfold.lo cfold.lo=0D source=3D'regalloc.c' object=3D'regalloc.lo' libtool=3Dyes \=0D depfile=3D'.deps/regalloc.Plo' tmpdepfile=3D'.deps/regalloc.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o regalloc.lo `test -f 'regalloc.c' || = echo './'`regalloc.c=0D rm -f .libs/regalloc.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c regalloc.c = -MT regalloc.lo -MD -MP -MF .deps/regalloc.TPlo -fPIC -DPIC -o .libs/regal= loc.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c regalloc.c = -MT regalloc.lo -MD -MP -MF .deps/regalloc.TPlo -o regalloc.o >/dev/null 2>= &1=0D mv -f .libs/regalloc.lo regalloc.lo=0D source=3D'helpers.c' object=3D'helpers.lo' libtool=3Dyes \=0D depfile=3D'.deps/helpers.Plo' tmpdepfile=3D'.deps/helpers.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o helpers.lo `test -f 'helpers.c' || ec= ho './'`helpers.c=0D rm -f .libs/helpers.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c helpers.c -= MT helpers.lo -MD -MP -MF .deps/helpers.TPlo -fPIC -DPIC -o .libs/helpers.= lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c helpers.c -= MT helpers.lo -MD -MP -MF .deps/helpers.TPlo -o helpers.o >/dev/null 2>&1=0D mv -f .libs/helpers.lo helpers.lo=0D source=3D'liveness.c' object=3D'liveness.lo' libtool=3Dyes \=0D depfile=3D'.deps/liveness.Plo' tmpdepfile=3D'.deps/liveness.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o liveness.lo `test -f 'liveness.c' || = echo './'`liveness.c=0D rm -f .libs/liveness.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c liveness.c = -MT liveness.lo -MD -MP -MF .deps/liveness.TPlo -fPIC -DPIC -o .libs/liven= ess.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c liveness.c = -MT liveness.lo -MD -MP -MF .deps/liveness.TPlo -o liveness.o >/dev/null 2>= &1=0D mv -f .libs/liveness.lo liveness.lo=0D source=3D'ssa.c' object=3D'ssa.lo' libtool=3Dyes \=0D depfile=3D'.deps/ssa.Plo' tmpdepfile=3D'.deps/ssa.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o ssa.lo `test -f 'ssa.c' || echo './'`= ssa.c=0D rm -f .libs/ssa.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c ssa.c -MT s= sa.lo -MD -MP -MF .deps/ssa.TPlo -fPIC -DPIC -o .libs/ssa.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c ssa.c -MT s= sa.lo -MD -MP -MF .deps/ssa.TPlo -o ssa.o >/dev/null 2>&1=0D mv -f .libs/ssa.lo ssa.lo=0D source=3D'abcremoval.c' object=3D'abcremoval.lo' libtool=3Dyes \=0D depfile=3D'.deps/abcremoval.Plo' tmpdepfile=3D'.deps/abcremoval.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o abcremoval.lo `test -f 'abcremoval.c'= || echo './'`abcremoval.c=0D rm -f .libs/abcremoval.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c abcremoval.= c -MT abcremoval.lo -MD -MP -MF .deps/abcremoval.TPlo -fPIC -DPIC -o .libs= /abcremoval.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c abcremoval.= c -MT abcremoval.lo -MD -MP -MF .deps/abcremoval.TPlo -o abcremoval.o >/dev= /null 2>&1=0D mv -f .libs/abcremoval.lo abcremoval.lo=0D source=3D'driver.c' object=3D'driver.lo' libtool=3Dyes \=0D depfile=3D'.deps/driver.Plo' tmpdepfile=3D'.deps/driver.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o driver.lo `test -f 'driver.c' || echo= './'`driver.c=0D rm -f .libs/driver.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c driver.c -M= T driver.lo -MD -MP -MF .deps/driver.TPlo -fPIC -DPIC -o .libs/driver.lo=0D driver.c: In function `mono_main':=0D driver.c:665: warning: assignment discards qualifiers from pointer target t= ype=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c driver.c -M= T driver.lo -MD -MP -MF .deps/driver.TPlo -o driver.o >/dev/null 2>&1=0D mv -f .libs/driver.lo driver.lo=0D source=3D'debug-mini.c' object=3D'debug-mini.lo' libtool=3Dyes \=0D depfile=3D'.deps/debug-mini.Plo' tmpdepfile=3D'.deps/debug-mini.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o debug-mini.lo `test -f 'debug-mini.c'= || echo './'`debug-mini.c=0D rm -f .libs/debug-mini.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c debug-mini.= c -MT debug-mini.lo -MD -MP -MF .deps/debug-mini.TPlo -fPIC -DPIC -o .libs= /debug-mini.lo=0D debug-mini.c:506: warning: no previous prototype for `mono_init_debugger'=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c debug-mini.= c -MT debug-mini.lo -MD -MP -MF .deps/debug-mini.TPlo -o debug-mini.o >/dev= /null 2>&1=0D mv -f .libs/debug-mini.lo debug-mini.lo=0D source=3D'linear-scan.c' object=3D'linear-scan.lo' libtool=3Dyes \=0D depfile=3D'.deps/linear-scan.Plo' tmpdepfile=3D'.deps/linear-scan.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o linear-scan.lo `test -f 'linear-scan.= c' || echo './'`linear-scan.c=0D rm -f .libs/linear-scan.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c linear-scan= .c -MT linear-scan.lo -MD -MP -MF .deps/linear-scan.TPlo -fPIC -DPIC -o .l= ibs/linear-scan.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c linear-scan= .c -MT linear-scan.lo -MD -MP -MF .deps/linear-scan.TPlo -o linear-scan.o >= /dev/null 2>&1=0D mv -f .libs/linear-scan.lo linear-scan.lo=0D source=3D'aot.c' object=3D'aot.lo' libtool=3Dyes \=0D depfile=3D'.deps/aot.Plo' tmpdepfile=3D'.deps/aot.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o aot.lo `test -f 'aot.c' || echo './'`= aot.c=0D rm -f .libs/aot.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c aot.c -MT a= ot.lo -MD -MP -MF .deps/aot.TPlo -fPIC -DPIC -o .libs/aot.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c aot.c -MT a= ot.lo -MD -MP -MF .deps/aot.TPlo -o aot.o >/dev/null 2>&1=0D mv -f .libs/aot.lo aot.lo=0D source=3D'graph.c' object=3D'graph.lo' libtool=3Dyes \=0D depfile=3D'.deps/graph.Plo' tmpdepfile=3D'.deps/graph.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o graph.lo `test -f 'graph.c' || echo '= ./'`graph.c=0D rm -f .libs/graph.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c graph.c -MT= graph.lo -MD -MP -MF .deps/graph.TPlo -fPIC -DPIC -o .libs/graph.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c graph.c -MT= graph.lo -MD -MP -MF .deps/graph.TPlo -o graph.o >/dev/null 2>&1=0D mv -f .libs/graph.lo graph.lo=0D source=3D'mini-exceptions.c' object=3D'mini-exceptions.lo' libtool=3Dyes \= =0D depfile=3D'.deps/mini-exceptions.Plo' tmpdepfile=3D'.deps/mini-exceptions.T= Plo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o mini-exceptions.lo `test -f 'mini-exc= eptions.c' || echo './'`mini-exceptions.c=0D rm -f .libs/mini-exceptions.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mini-except= ions.c -MT mini-exceptions.lo -MD -MP -MF .deps/mini-exceptions.TPlo -fPIC= -DPIC -o .libs/mini-exceptions.lo=0D mini-exceptions.c: In function `mono_handle_exception':=0D mini-exceptions.c:208: warning: `initial_stack_trace' might be used uniniti= alized in this function=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mini-except= ions.c -MT mini-exceptions.lo -MD -MP -MF .deps/mini-exceptions.TPlo -o min= i-exceptions.o >/dev/null 2>&1=0D mv -f .libs/mini-exceptions.lo mini-exceptions.lo=0D source=3D'mini-x86.c' object=3D'mini-x86.lo' libtool=3Dyes \=0D depfile=3D'.deps/mini-x86.Plo' tmpdepfile=3D'.deps/mini-x86.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o mini-x86.lo `test -f 'mini-x86.c' || = echo './'`mini-x86.c=0D rm -f .libs/mini-x86.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mini-x86.c = -MT mini-x86.lo -MD -MP -MF .deps/mini-x86.TPlo -fPIC -DPIC -o .libs/mini-= x86.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mini-x86.c = -MT mini-x86.lo -MD -MP -MF .deps/mini-x86.TPlo -o mini-x86.o >/dev/null 2>= &1=0D mv -f .libs/mini-x86.lo mini-x86.lo=0D source=3D'exceptions-x86.c' object=3D'exceptions-x86.lo' libtool=3Dyes \=0D depfile=3D'.deps/exceptions-x86.Plo' tmpdepfile=3D'.deps/exceptions-x86.TPl= o' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o exceptions-x86.lo `test -f 'exception= s-x86.c' || echo './'`exceptions-x86.c=0D rm -f .libs/exceptions-x86.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c exceptions-= x86.c -MT exceptions-x86.lo -MD -MP -MF .deps/exceptions-x86.TPlo -fPIC -D= PIC -o .libs/exceptions-x86.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c exceptions-= x86.c -MT exceptions-x86.lo -MD -MP -MF .deps/exceptions-x86.TPlo -o except= ions-x86.o >/dev/null 2>&1=0D mv -f .libs/exceptions-x86.lo exceptions-x86.lo=0D source=3D'tramp-x86.c' object=3D'tramp-x86.lo' libtool=3Dyes \=0D depfile=3D'.deps/tramp-x86.Plo' tmpdepfile=3D'.deps/tramp-x86.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o tramp-x86.lo `test -f 'tramp-x86.c' |= | echo './'`tramp-x86.c=0D rm -f .libs/tramp-x86.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c tramp-x86.c= -MT tramp-x86.lo -MD -MP -MF .deps/tramp-x86.TPlo -fPIC -DPIC -o .libs/tr= amp-x86.lo=0D tramp-x86.c: In function `x86_magic_trampoline':=0D tramp-x86.c:92: warning: `reg' might be used uninitialized in this function= =0D tramp-x86.c:93: warning: `disp' might be used uninitialized in this functio= n=0D tramp-x86.c:94: warning: `o' might be used uninitialized in this function=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c tramp-x86.c= -MT tramp-x86.lo -MD -MP -MF .deps/tramp-x86.TPlo -o tramp-x86.o >/dev/nul= l 2>&1=0D mv -f .libs/tramp-x86.lo tramp-x86.lo=0D source=3D'inssel.c' object=3D'inssel.lo' libtool=3Dyes \=0D depfile=3D'.deps/inssel.Plo' tmpdepfile=3D'.deps/inssel.TPlo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D /bin/sh ../../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../.. -I../../libgc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -DUSE_PTHREAD_SPECIFIC -UUSE_COMPILER_TLS -D_THREA= D_SAFE -DGC_FREEBSD_THREADS -O -pipe -march=3Dathlon -fno-strict-aliasing= -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-pro= totypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qu= al -Wcast-align -Wwrite-strings -c -o inssel.lo `test -f 'inssel.c' || echo= './'`inssel.c=0D rm -f .libs/inssel.lo=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c inssel.c -M= T inssel.lo -MD -MP -MF .deps/inssel.TPlo -fPIC -DPIC -o .libs/inssel.lo=0D inssel.c: In function `mono_burg_emit_175':=0D inssel.c:2373: warning: `const_reg' might be used uninitialized in this fun= ction=0D inssel.c:2392: warning: `const_reg' might be used uninitialized in this fun= ction=0D inssel.c: In function `mono_burg_emit_178':=0D inssel.c:2604: warning: `const_reg' might be used uninitialized in this fun= ction=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_SPECI= FIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe -march= =3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmis= sing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs= -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c inssel.c -M= T inssel.lo -MD -MP -MF .deps/inssel.TPlo -o inssel.o >/dev/null 2>&1=0D mv -f .libs/inssel.lo inssel.lo=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o libmono.la -rpath /= usr/local/lib -Wl,-version-script=3D./ldscript mini.lo trace.lo dominators.= lo cfold.lo regalloc.lo helpers.lo liveness.lo ssa.lo abcremoval.lo driver.= lo debug-mini.lo linear-scan.lo aot.lo graph.lo mini-exceptions.lo mini-x86= .lo exceptions-x86.lo tramp-x86.lo inssel.lo ../../mono/metadata/libmonorun= time.la ../../mono/metadata/libmetadata.la ../../mono/io-layer/libwapi.la .= ./../mono/utils/libmonoutils.la ../../libgc/libmonogc.la -lpthread -lm=0D rm -fr .libs/libmono.la .libs/libmono.* .libs/libmono.*=0D cc -shared mini.lo trace.lo dominators.lo cfold.lo regalloc.lo helpers.lo = liveness.lo ssa.lo abcremoval.lo driver.lo debug-mini.lo linear-scan.lo aot= .lo graph.lo mini-exceptions.lo mini-x86.lo exceptions-x86.lo tramp-x86.lo = inssel.lo -Wl,--whole-archive ../../mono/metadata/.libs/libmonoruntime.al .= ./../mono/metadata/.libs/libmetadata.al ../../mono/io-layer/.libs/libwapi.a= l ../../mono/utils/.libs/libmonoutils.al ../../libgc/.libs/libmonogc.al -Wl= ,--no-whole-archive -lpthread -lm -Wl,-version-script=3D./ldscript -Wl,-s= oname -Wl,libmono.so.0 -o .libs/libmono.so.0=0D (cd .libs && rm -f libmono.so && ln -s libmono.so.0 libmono.so)=0D (cd .libs && rm -f libmono.so && ln -s libmono.so.0 libmono.so)=0D rm -fr .libs/libmono.lax=0D mkdir .libs/libmono.lax=0D rm -fr .libs/libmono.lax/libmonoruntime.al=0D mkdir .libs/libmono.lax/libmonoruntime.al=0D (cd .libs/libmono.lax/libmonoruntime.al && ar x /usr/ports/local/mono/work/= mono-0.96/mono/mini/../../mono/metadata/.libs/libmonoruntime.al)=0D rm -fr .libs/libmono.lax/libmetadata.al=0D mkdir .libs/libmono.lax/libmetadata.al=0D (cd .libs/libmono.lax/libmetadata.al && ar x /usr/ports/local/mono/work/mon= o-0.96/mono/mini/../../mono/metadata/.libs/libmetadata.al)=0D rm -fr .libs/libmono.lax/libwapi.al=0D mkdir .libs/libmono.lax/libwapi.al=0D (cd .libs/libmono.lax/libwapi.al && ar x /usr/ports/local/mono/work/mono-0.= 96/mono/mini/../../mono/io-layer/.libs/libwapi.al)=0D rm -fr .libs/libmono.lax/libmonoutils.al=0D mkdir .libs/libmono.lax/libmonoutils.al=0D (cd .libs/libmono.lax/libmonoutils.al && ar x /usr/ports/local/mono/work/mo= no-0.96/mono/mini/../../mono/utils/.libs/libmonoutils.al)=0D rm -fr .libs/libmono.lax/libmonogc.al=0D mkdir .libs/libmono.lax/libmonogc.al=0D (cd .libs/libmono.lax/libmonogc.al && ar x /usr/ports/local/mono/work/mono-= 0.96/mono/mini/../../libgc/.libs/libmonogc.al)=0D ar cru .libs/libmono.a mini.o trace.o dominators.o cfold.o regalloc.o help= ers.o liveness.o ssa.o abcremoval.o driver.o debug-mini.o linear-scan.o aot= .o graph.o mini-exceptions.o mini-x86.o exceptions-x86.o tramp-x86.o inssel= .o .libs/libmono.lax/libmonoruntime.al/reflection.lo .libs/libmono.lax/lib= monoruntime.al/object.lo .libs/libmono.lax/libmonoruntime.al/icall.lo .libs= /libmono.lax/libmonoruntime.al/decimal.lo .libs/libmono.lax/libmonoruntime.= al/gc.lo .libs/libmono.lax/libmonoruntime.al/marshal.lo .libs/libmono.lax/l= ibmonoruntime.al/monitor.lo .libs/libmono.lax/libmonoruntime.al/threads.lo = .libs/libmono.lax/libmonoruntime.al/threadpool.lo .libs/libmono.lax/libmono= runtime.al/file-io.lo .libs/libmono.lax/libmonoruntime.al/socket-io.lo .lib= s/libmono.lax/libmonoruntime.al/exception.lo .libs/libmono.lax/libmonorunti= me.al/unicode.lo .libs/libmono.lax/libmonoruntime.al/appdomain.lo .libs/lib= mono.lax/libmonoruntime.al/debug-mono-symfile.lo .libs/libmono.lax/libmonor= untime.al/mono-debug.lo .libs/libmono.lax/libmonoruntime.al/mono-debug-debu= gger.lo .libs/libmono.lax/libmonoruntime.al/profiler.lo .libs/libmono.lax/l= ibmonoruntime.al/rand.lo .libs/libmono.lax/libmonoruntime.al/security.lo .l= ibs/libmono.lax/libmonoruntime.al/string-icalls.lo .libs/libmono.lax/libmon= oruntime.al/sysmath.lo .libs/libmono.lax/libmonoruntime.al/process.lo .libs= /libmono.lax/libmonoruntime.al/environment.lo .libs/libmono.lax/libmonorunt= ime.al/locales.lo .libs/libmono.lax/libmonoruntime.al/filewatcher.lo .libs= /libmono.lax/libmetadata.al/assembly.lo .libs/libmono.lax/libmetadata.al/do= main.lo .libs/libmono.lax/libmetadata.al/opcodes.lo .libs/libmono.lax/libme= tadata.al/image.lo .libs/libmono.lax/libmetadata.al/metadata.lo .libs/libmo= no.lax/libmetadata.al/verify.lo .libs/libmono.lax/libmetadata.al/mono-endia= n.lo .libs/libmono.lax/libmetadata.al/mono-config.lo .libs/libmono.lax/libm= etadata.al/rawbuffer.lo .libs/libmono.lax/libmetadata.al/loader.lo .libs/li= bmono.lax/libmetadata.al/class.lo .libs/libmono.lax/libmetadata.al/mempool.= lo .libs/libmono.lax/libmetadata.al/debug-helpers.lo .libs/libmono.lax/lib= wapi.al/atomic.lo .libs/libmono.lax/libwapi.al/context.lo .libs/libmono.lax= /libwapi.al/critical-sections.lo .libs/libmono.lax/libwapi.al/daemon.lo .li= bs/libmono.lax/libwapi.al/daemon-messages.lo .libs/libmono.lax/libwapi.al/e= rror.lo .libs/libmono.lax/libwapi.al/events.lo .libs/libmono.lax/libwapi.al= /handles.lo .libs/libmono.lax/libwapi.al/io.lo .libs/libmono.lax/libwapi.al= /misc.lo .libs/libmono.lax/libwapi.al/mutexes.lo .libs/libmono.lax/libwapi.= al/mono-mutex.lo .libs/libmono.lax/libwapi.al/processes.lo .libs/libmono.la= x/libwapi.al/security.lo .libs/libmono.lax/libwapi.al/semaphores.lo .libs/l= ibmono.lax/libwapi.al/shared.lo .libs/libmono.lax/libwapi.al/sockets.lo .li= bs/libmono.lax/libwapi.al/system.lo .libs/libmono.lax/libwapi.al/threads.lo= .libs/libmono.lax/libwapi.al/timefuncs.lo .libs/libmono.lax/libwapi.al/tim= ed-thread.lo .libs/libmono.lax/libwapi.al/wait.lo .libs/libmono.lax/libmon= outils.al/mono-hash.lo .libs/libmono.lax/libmonoutils.al/mono-md5.lo .libs/= libmono.lax/libmonoutils.al/mono-sha1.lo .libs/libmono.lax/libmonoutils.al/= mono-logger.lo .libs/libmono.lax/libmonoutils.al/mono-codeman.lo .libs/libm= ono.lax/libmonoutils.al/monobitset.lo .libs/libmono.lax/libmonoutils.al/mon= o-math.lo .libs/libmono.lax/libmonoutils.al/strtod.lo .libs/libmono.lax/lib= monoutils.al/strenc.lo .libs/libmono.lax/libmonoutils.al/mono-uri.lo .libs= /libmono.lax/libmonogc.al/allchblk.lo .libs/libmono.lax/libmonogc.al/alloc.= lo .libs/libmono.lax/libmonogc.al/blacklst.lo .libs/libmono.lax/libmonogc.a= l/checksums.lo .libs/libmono.lax/libmonogc.al/dbg_mlc.lo .libs/libmono.lax/= libmonogc.al/dyn_load.lo .libs/libmono.lax/libmonogc.al/finalize.lo .libs/l= ibmono.lax/libmonogc.al/gc_dlopen.lo .libs/libmono.lax/libmonogc.al/gcj_mlc= .lo .libs/libmono.lax/libmonogc.al/headers.lo .libs/libmono.lax/libmonogc.a= l/aix_irix_threads.lo .libs/libmono.lax/libmonogc.al/malloc.lo .libs/libmon= o.lax/libmonogc.al/mallocx.lo .libs/libmono.lax/libmonogc.al/mark.lo .libs/= libmono.lax/libmonogc.al/mark_rts.lo .libs/libmono.lax/libmonogc.al/misc.lo= .libs/libmono.lax/libmonogc.al/new_hblk.lo .libs/libmono.lax/libmonogc.al/= obj_map.lo .libs/libmono.lax/libmonogc.al/os_dep.lo .libs/libmono.lax/libmo= nogc.al/pcr_interface.lo .libs/libmono.lax/libmonogc.al/ptr_chck.lo .libs/l= ibmono.lax/libmonogc.al/real_malloc.lo .libs/libmono.lax/libmonogc.al/recla= im.lo .libs/libmono.lax/libmonogc.al/solaris_pthreads.lo .libs/libmono.lax/= libmonogc.al/solaris_threads.lo .libs/libmono.lax/libmonogc.al/specific.lo = .libs/libmono.lax/libmonogc.al/stubborn.lo .libs/libmono.lax/libmonogc.al/t= ypd_mlc.lo .libs/libmono.lax/libmonogc.al/backgraph.lo .libs/libmono.lax/li= bmonogc.al/win32_threads.lo .libs/libmono.lax/libmonogc.al/pthread_support.= lo .libs/libmono.lax/libmonogc.al/pthread_stop_world.lo .libs/libmono.lax/l= ibmonogc.al/darwin_stop_world.lo .libs/libmono.lax/libmonogc.al/mach_dep.lo= =0D ranlib .libs/libmono.a=0D rm -fr .libs/libmono.lax=0D creating libmono.la=0D (cd .libs && rm -f libmono.la && ln -s ../libmono.la libmono.la)=0D source=3D'main.c' object=3D'main.o' libtool=3Dno \=0D depfile=3D'.deps/main.Po' tmpdepfile=3D'.deps/main.TPo' \=0D depmode=3Dgcc3 /bin/sh ../../depcomp \=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DUSE_PTHREAD_= SPECIFIC -UUSE_COMPILER_TLS -D_THREAD_SAFE -DGC_FREEBSD_THREADS -O -pipe = -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes= -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-= externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c `tes= t -f 'main.c' || echo './'`main.c=0D /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -march=3Dathlon -fno-stric= t-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -W= strict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -W= no-cast-qual -Wcast-align -Wwrite-strings -lpthread -o mono -export-dynami= c main.o libmono.la -L/usr/local/lib -lgthread-2.0 -lpthread -lglib-2.0 -li= conv -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -lico= nv -lm -lpthread -lm=0D cc -O -pipe -march=3Dathlon -fno-strict-aliasing -g -Wall -Wunused -Wmissin= g-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototype= s -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-stri= ngs -o .libs/mono main.o -Wl,--export-dynamic -Wl,--export-dynamic ./.libs= /libmono.so -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv= -lpthread -lm -Wl,--rpath -Wl,/usr/local/lib=0D =2E/.libs/libmono.so: undefined reference to `___tls_get_addr'=0D gmake[4]: *** [mono] Error 1=0D gmake[4]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/mini= '=0D gmake[3]: *** [all] Error 2=0D gmake[3]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono/mini= '=0D gmake[2]: *** [all-recursive] Error 1=0D gmake[2]: Leaving directory `/usr/ports/local/mono/work/mono-0.96/mono'=0D gmake[1]: *** [all-recursive] Error 1=0D gmake[1]: Leaving directory `/usr/ports/local/mono/work/mono-0.96'=0D gmake: *** [all] Error 2=0D *** Error code 2=0D =0D Stop in /usr/ports/local/mono.=0D Script done on Fri Jun 25 17:12:28 2004 --dDRMvlgZJXvWKvBx--