This is exactly the same problem I am having as well. Running Slackware 8.1 or RedHat 8.0, I get the same thing. Any help from anyone on this would be wonderful :)
-Dave Rivera -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of echo dev Sent: Sunday, February 23, 2003 2:50 AM To: [EMAIL PROTECTED] Subject: [Mono-list] Help with mono install Hi, I just starting checking out mono. I am currently a C, perl programer so I am new to the world of .NET. A freind is wanting me to learn it so I can work for him so what they hey I love to code so I will learn any language. Well back to the question at hand I am installing mono and at compile time I get an error msg. the err: /monoburg ./sample.brg > sample.c ./monoburg: error while loading shared libraries: libglib-1.3.so.12: cannot open shared object file: No such file or directory make[3]: *** [sample.c] Error 127 make[3]: Leaving directory `/home/hde/mono/mono-0.19/mono/monoburg' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/hde/mono/mono-0.19/mono' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/hde/mono/mono-0.19' make: *** [all] Error 2 [EMAIL PROTECTED]:~/mono/mono-0.19$ I do have libglib-1.3.so.12 check this : [EMAIL PROTECTED]:/home/hde/mono/mono-0.19# find / -name libglib-1.3.so.12 /usr/local/lib/libglib-1.3.so.12 [EMAIL PROTECTED]:/home/hde/mono/mono-0.19# Here is the full output of make + autoconfig and also I am currently running slackware 8.1 386 and my compiler is gcc-2.95.3 and I installed glib-1.3 and reinstalled pkg-config. Thanks for the help hde autoconfig : autochecking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking host platform characteristics... ok checking for gcc... gcc checking for gcc... (cached) gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/ginstall -c checking for bison... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for ld used by GCC... /usr/i386-slackware-linux/bin/ld checking if the linker (/usr/i386-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i386-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i386-slackware-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for void *... yes checking size of void *... 4 checking for pkg-config... /usr/local/bin/pkg-config checking for glib-2.0 >= 1.3.11... yes checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib -lglib-1.3 checking gc.h usability... no checking gc.h presence... no checking for gc.h... no checking gc/gc.h usability... no checking gc/gc.h presence... no checking for gc/gc.h... no checking for GC_malloc in -lgc... no configure: WARNING: "Compiling mono without GC." checking if off_t is 64 bits wide... no checking if _FILE_OFFSET_BITS=64 gives 64 bit off_t... ok checking for socket in -lsocket... no checking for MSG_NOSIGNAL... yes checking for SOL_IP... yes checking for SOL_TCP... no checking for IP_PKTINFO... yes checking for struct ip_mreqn... yes checking for gethostbyaddr in -lnsl... yes checking for inet_pton... yes checking for inet_aton... yes checking size of sockaddr_un.sun_path... 108 checking for main in -lpthread... yes checking for pthread_mutex_timedlock... yes checking for PTHREAD_MUTEX_RECURSIVE... ok checking for sem_init in -lrt... yes checking for tm_gmtoff in struct tm... yes checking if usage of random device is requested... yes checking for random device... yes checking if inter-process shared handles are requested... yes configure: creating ./config.status config.status: creating Makefile config.status: creating mono.pc config.status: creating mono/Makefile config.status: creating mono/utils/Makefile config.status: creating mono/metadata/Makefile config.status: creating mono/dis/Makefile config.status: creating mono/cil/Makefile config.status: creating mono/arch/Makefile config.status: creating mono/os/Makefile config.status: creating mono/os/win32/Makefile config.status: creating mono/os/unix/Makefile config.status: creating mono/arch/x86/Makefile config.status: creating mono/arch/ppc/Makefile config.status: creating mono/arch/sparc/Makefile config.status: creating mono/arch/s390/Makefile config.status: creating mono/arch/arm/Makefile config.status: creating mono/interpreter/Makefile config.status: creating mono/tests/Makefile config.status: creating mono/benchmark/Makefile config.status: creating mono/monoburg/Makefile config.status: creating mono/monograph/Makefile config.status: creating mono/jit/Makefile config.status: creating mono/io-layer/Makefile config.status: creating mono/handles/Makefile config.status: creating runtime/Makefile config.status: creating scripts/Makefile config.status: creating man/Makefile config.status: creating doc/Makefile config.status: creating docs/Makefile config.status: creating data/Makefile config.status: creating mono.spec config.status: creating config.h config.status: executing depfiles commands GC: auto make : make all-recursive make[1]: Entering directory `/home/hde/mono/mono-0.19' Making all in mono make[2]: Entering directory `/home/hde/mono/mono-0.19/mono' Making all in utils make[3]: Entering directory `/home/hde/mono/mono-0.19/mono/utils' source='mono-sha1.c' object='mono-sha1.lo' libtool=yes \ depfile='.deps/mono-sha1.Plo' tmpdepfile='.deps/mono-sha1.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -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 'mono-sha1.c' || echo './'`mono-sha1.c rm -f .libs/mono-sha1.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mono-sha1.c -Wp,-MD,.deps/mono-sha1.TPlo -fPIC -DPIC -o .libs/mono-sha1.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mono-sha1.c -Wp,-MD,.deps/mono-sha1.TPlo -o mono-sha1.o >/dev/null 2>&1 mv -f .libs/mono-sha1.lo mono-sha1.lo source='monobitset.c' object='monobitset.lo' libtool=yes \ depfile='.deps/monobitset.Plo' tmpdepfile='.deps/monobitset.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -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 rm -f .libs/monobitset.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c monobitset.c -Wp,-MD,.deps/monobitset.TPlo -fPIC -DPIC -o .libs/monobitset.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c monobitset.c -Wp,-MD,.deps/monobitset.TPlo -o monobitset.o >/dev/null 2>&1 mv -f .libs/monobitset.lo monobitset.lo source='strtod.c' object='strtod.lo' libtool=yes \ depfile='.deps/strtod.Plo' tmpdepfile='.deps/strtod.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -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 'strtod.c' || echo './'`strtod.c rm -f .libs/strtod.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c strtod.c -Wp,-MD,.deps/strtod.TPlo -fPIC -DPIC -o .libs/strtod.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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../.. -I../../mono -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c strtod.c -Wp,-MD,.deps/strtod.TPlo -o strtod.o >/dev/null 2>&1 mv -f .libs/strtod.lo strtod.lo /bin/sh ../../libtool --mode=link gcc -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o libmonoutils.la mono-hash.lo mono-md5.lo mono-sha1.lo monobitset.lo strtod.lo -lnsl -lpthread -lrt rm -fr .libs/libmonoutils.la .libs/libmonoutils.* .libs/libmonoutils.* ar cru .libs/libmonoutils.al mono-hash.lo mono-md5.lo mono-sha1.lo monobitset.lo strtod.lo ranlib .libs/libmonoutils.al creating libmonoutils.la (cd .libs && rm -f libmonoutils.la && ln -s ../libmonoutils.la libmonoutils.la) make[3]: Leaving directory `/home/hde/mono/mono-0.19/mono/utils' Making all in io-layer make[3]: Entering directory `/home/hde/mono/mono-0.19/mono/io-layer' source='atomic.c' object='atomic.lo' libtool=yes \ depfile='.deps/atomic.Plo' tmpdepfile='.deps/atomic.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o atomic.lo `test -f 'atomic.c' || echo './'`atomic.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c atomic.c -Wp,-MD,.deps/atomic.TPlo -fPIC -DPIC -o .libs/atomic.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c atomic.c -Wp,-MD,.deps/atomic.TPlo -o atomic.o >/dev/null 2>&1 mv -f .libs/atomic.lo atomic.lo source='context.c' object='context.lo' libtool=yes \ depfile='.deps/context.Plo' tmpdepfile='.deps/context.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o context.lo `test -f 'context.c' || echo './'`context.c rm -f .libs/context.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c context.c -Wp,-MD,.deps/context.TPlo -fPIC -DPIC -o .libs/context.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c context.c -Wp,-MD,.deps/context.TPlo -o context.o >/dev/null 2>&1 mv -f .libs/context.lo context.lo source='critical-sections.c' object='critical-sections.lo' libtool=yes \ depfile='.deps/critical-sections.Plo' tmpdepfile='.deps/critical-sections.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o critical-sections.lo `test -f 'critical-sections.c' || echo './'`critical-sections.c rm -f .libs/critical-sections.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c critical-sections.c -Wp,-MD,.deps/critical-sections.TPlo -fPIC -DPIC -o .libs/critical-sections.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c critical-sections.c -Wp,-MD,.deps/critical-sections.TPlo -o critical-sections.o >/dev/null 2>&1 mv -f .libs/critical-sections.lo critical-sections.lo source='daemon.c' object='daemon.lo' libtool=yes \ depfile='.deps/daemon.Plo' tmpdepfile='.deps/daemon.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o daemon.lo `test -f 'daemon.c' || echo './'`daemon.c rm -f .libs/daemon.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c daemon.c -Wp,-MD,.deps/daemon.TPlo -fPIC -DPIC -o .libs/daemon.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c daemon.c -Wp,-MD,.deps/daemon.TPlo -o daemon.o >/dev/null 2>&1 mv -f .libs/daemon.lo daemon.lo source='daemon-messages.c' object='daemon-messages.lo' libtool=yes \ depfile='.deps/daemon-messages.Plo' tmpdepfile='.deps/daemon-messages.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o daemon-messages.lo `test -f 'daemon-messages.c' || echo './'`daemon-messages.c rm -f .libs/daemon-messages.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c daemon-messages.c -Wp,-MD,.deps/daemon-messages.TPlo -fPIC -DPIC -o .libs/daemon-messages.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c daemon-messages.c -Wp,-MD,.deps/daemon-messages.TPlo -o daemon-messages.o >/dev/null 2>&1 mv -f .libs/daemon-messages.lo daemon-messages.lo source='error.c' object='error.lo' libtool=yes \ depfile='.deps/error.Plo' tmpdepfile='.deps/error.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o error.lo `test -f 'error.c' || echo './'`error.c rm -f .libs/error.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c error.c -Wp,-MD,.deps/error.TPlo -fPIC -DPIC -o .libs/error.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c error.c -Wp,-MD,.deps/error.TPlo -o error.o >/dev/null 2>&1 mv -f .libs/error.lo error.lo source='events.c' object='events.lo' libtool=yes \ depfile='.deps/events.Plo' tmpdepfile='.deps/events.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o events.lo `test -f 'events.c' || echo './'`events.c rm -f .libs/events.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c events.c -Wp,-MD,.deps/events.TPlo -fPIC -DPIC -o .libs/events.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c events.c -Wp,-MD,.deps/events.TPlo -o events.o >/dev/null 2>&1 mv -f .libs/events.lo events.lo source='handles.c' object='handles.lo' libtool=yes \ depfile='.deps/handles.Plo' tmpdepfile='.deps/handles.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o handles.lo `test -f 'handles.c' || echo './'`handles.c rm -f .libs/handles.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c handles.c -Wp,-MD,.deps/handles.TPlo -fPIC -DPIC -o .libs/handles.lo handles.c: In function `_wapi_handle_new': handles.c:215: warning: label `again' defined but not used gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c handles.c -Wp,-MD,.deps/handles.TPlo -o handles.o >/dev/null 2>&1 mv -f .libs/handles.lo handles.lo source='io.c' object='io.lo' libtool=yes \ depfile='.deps/io.Plo' tmpdepfile='.deps/io.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o io.lo `test -f 'io.c' || echo './'`io.c rm -f .libs/io.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c io.c -Wp,-MD,.deps/io.TPlo -fPIC -DPIC -o .libs/io.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c io.c -Wp,-MD,.deps/io.TPlo -o io.o >/dev/null 2>&1 mv -f .libs/io.lo io.lo source='misc.c' object='misc.lo' libtool=yes \ depfile='.deps/misc.Plo' tmpdepfile='.deps/misc.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o misc.lo `test -f 'misc.c' || echo './'`misc.c rm -f .libs/misc.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c misc.c -Wp,-MD,.deps/misc.TPlo -fPIC -DPIC -o .libs/misc.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c misc.c -Wp,-MD,.deps/misc.TPlo -o misc.o >/dev/null 2>&1 mv -f .libs/misc.lo misc.lo source='mutexes.c' object='mutexes.lo' libtool=yes \ depfile='.deps/mutexes.Plo' tmpdepfile='.deps/mutexes.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o mutexes.lo `test -f 'mutexes.c' || echo './'`mutexes.c rm -f .libs/mutexes.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mutexes.c -Wp,-MD,.deps/mutexes.TPlo -fPIC -DPIC -o .libs/mutexes.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mutexes.c -Wp,-MD,.deps/mutexes.TPlo -o mutexes.o >/dev/null 2>&1 mv -f .libs/mutexes.lo mutexes.lo source='mono-mutex.c' object='mono-mutex.lo' libtool=yes \ depfile='.deps/mono-mutex.Plo' tmpdepfile='.deps/mono-mutex.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -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-mutex.lo `test -f 'mono-mutex.c' || echo './'`mono-mutex.c rm -f .libs/mono-mutex.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mono-mutex.c -Wp,-MD,.deps/mono-mutex.TPlo -fPIC -DPIC -o .libs/mono-mutex.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mono-mutex.c -Wp,-MD,.deps/mono-mutex.TPlo -o mono-mutex.o >/dev/null 2>&1 mv -f .libs/mono-mutex.lo mono-mutex.lo source='processes.c' object='processes.lo' libtool=yes \ depfile='.deps/processes.Plo' tmpdepfile='.deps/processes.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o processes.lo `test -f 'processes.c' || echo './'`processes.c rm -f .libs/processes.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c processes.c -Wp,-MD,.deps/processes.TPlo -fPIC -DPIC -o .libs/processes.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c processes.c -Wp,-MD,.deps/processes.TPlo -o processes.o >/dev/null 2>&1 mv -f .libs/processes.lo processes.lo source='semaphores.c' object='semaphores.lo' libtool=yes \ depfile='.deps/semaphores.Plo' tmpdepfile='.deps/semaphores.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o semaphores.lo `test -f 'semaphores.c' || echo './'`semaphores.c rm -f .libs/semaphores.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c semaphores.c -Wp,-MD,.deps/semaphores.TPlo -fPIC -DPIC -o .libs/semaphores.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c semaphores.c -Wp,-MD,.deps/semaphores.TPlo -o semaphores.o >/dev/null 2>&1 mv -f .libs/semaphores.lo semaphores.lo source='shared.c' object='shared.lo' libtool=yes \ depfile='.deps/shared.Plo' tmpdepfile='.deps/shared.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o shared.lo `test -f 'shared.c' || echo './'`shared.c rm -f .libs/shared.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c shared.c -Wp,-MD,.deps/shared.TPlo -fPIC -DPIC -o .libs/shared.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c shared.c -Wp,-MD,.deps/shared.TPlo -o shared.o >/dev/null 2>&1 mv -f .libs/shared.lo shared.lo source='sockets.c' object='sockets.lo' libtool=yes \ depfile='.deps/sockets.Plo' tmpdepfile='.deps/sockets.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o sockets.lo `test -f 'sockets.c' || echo './'`sockets.c rm -f .libs/sockets.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c sockets.c -Wp,-MD,.deps/sockets.TPlo -fPIC -DPIC -o .libs/sockets.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c sockets.c -Wp,-MD,.deps/sockets.TPlo -o sockets.o >/dev/null 2>&1 mv -f .libs/sockets.lo sockets.lo source='system.c' object='system.lo' libtool=yes \ depfile='.deps/system.Plo' tmpdepfile='.deps/system.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o system.lo `test -f 'system.c' || echo './'`system.c rm -f .libs/system.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c system.c -Wp,-MD,.deps/system.TPlo -fPIC -DPIC -o .libs/system.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c system.c -Wp,-MD,.deps/system.TPlo -o system.o >/dev/null 2>&1 mv -f .libs/system.lo system.lo source='threads.c' object='threads.lo' libtool=yes \ depfile='.deps/threads.Plo' tmpdepfile='.deps/threads.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o threads.lo `test -f 'threads.c' || echo './'`threads.c rm -f .libs/threads.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c threads.c -Wp,-MD,.deps/threads.TPlo -fPIC -DPIC -o .libs/threads.lo threads.c: In function `update_debugger_thread_info': threads.c:888: warning: implicit declaration of function `raise' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c threads.c -Wp,-MD,.deps/threads.TPlo -o threads.o >/dev/null 2>&1 mv -f .libs/threads.lo threads.lo source='timefuncs.c' object='timefuncs.lo' libtool=yes \ depfile='.deps/timefuncs.Plo' tmpdepfile='.deps/timefuncs.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o timefuncs.lo `test -f 'timefuncs.c' || echo './'`timefuncs.c rm -f .libs/timefuncs.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c timefuncs.c -Wp,-MD,.deps/timefuncs.TPlo -fPIC -DPIC -o .libs/timefuncs.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c timefuncs.c -Wp,-MD,.deps/timefuncs.TPlo -o timefuncs.o >/dev/null 2>&1 mv -f .libs/timefuncs.lo timefuncs.lo source='timed-thread.c' object='timed-thread.lo' libtool=yes \ depfile='.deps/timed-thread.Plo' tmpdepfile='.deps/timed-thread.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o timed-thread.lo `test -f 'timed-thread.c' || echo './'`timed-thread.c rm -f .libs/timed-thread.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c timed-thread.c -Wp,-MD,.deps/timed-thread.TPlo -fPIC -DPIC -o .libs/timed-thread.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c timed-thread.c -Wp,-MD,.deps/timed-thread.TPlo -o timed-thread.o >/dev/null 2>&1 mv -f .libs/timed-thread.lo timed-thread.lo source='unicode.c' object='unicode.lo' libtool=yes \ depfile='.deps/unicode.Plo' tmpdepfile='.deps/unicode.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o unicode.lo `test -f 'unicode.c' || echo './'`unicode.c rm -f .libs/unicode.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c unicode.c -Wp,-MD,.deps/unicode.TPlo -fPIC -DPIC -o .libs/unicode.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c unicode.c -Wp,-MD,.deps/unicode.TPlo -o unicode.o >/dev/null 2>&1 mv -f .libs/unicode.lo unicode.lo source='wait.c' object='wait.lo' libtool=yes \ depfile='.deps/wait.Plo' tmpdepfile='.deps/wait.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o wait.lo `test -f 'wait.c' || echo './'`wait.c rm -f .libs/wait.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c wait.c -Wp,-MD,.deps/wait.TPlo -fPIC -DPIC -o .libs/wait.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS -DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c wait.c -Wp,-MD,.deps/wait.TPlo -o wait.o >/dev/null 2>&1 mv -f .libs/wait.lo wait.lo /bin/sh ../../libtool --mode=link gcc -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o libwapi.la 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 semaphores.lo shared.lo sockets.lo system.lo threads.lo timefuncs.lo timed-thread.lo unicode.lo wait.lo -lnsl -lpthread -lrt rm -fr .libs/libwapi.la .libs/libwapi.* .libs/libwapi.* 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 semaphores.lo shared.lo sockets.lo system.lo threads.lo timefuncs.lo timed-thread.lo unicode.lo wait.lo ranlib .libs/libwapi.al creating libwapi.la (cd .libs && rm -f libwapi.la && ln -s ../libwapi.la libwapi.la) make[3]: Leaving directory `/home/hde/mono/mono-0.19/mono/io-layer' Making all in monoburg make[3]: Entering directory `/home/hde/mono/mono-0.19/mono/monoburg' bison ./monoburg.y -o parser.c gcc -o monoburg ./monoburg.c parser.c -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -L/usr/local/lib -lglib-1.3 ./monoburg ./sample.brg > sample.c ./monoburg: error while loading shared libraries: libglib-1.3.so.12: cannot open shared object file: No such file or directory make[3]: *** [sample.c] Error 127 make[3]: Leaving directory `/home/hde/mono/mono-0.19/mono/monoburg' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/hde/mono/mono-0.19/mono' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/hde/mono/mono-0.19' make: *** [all] Error 2 _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
