Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77787 --- shadow/77787 2006-04-07 09:45:29.000000000 -0400 +++ shadow/77787.tmp.24163 2006-04-10 03:36:08.000000000 -0400 @@ -137,6 +137,72 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-04-07 09:45 ------- Could you tell me what distribution you are using ? Also, what configure arguments you used when building mono, and the output of mono --version ? + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-10 03:36 ------- +>Could you tell me what distribution you are using ? +RedHat Enterprise Linux AS +uname -m ia64 +uname -r 2.6.12.6-n000.c03 +uname -s Linux +uname -v #2 SMP Mon Feb 13 00:11:50 EET 2006 + +>what configure arguments you used when building mono, +$ ./configure --prefix=/home/users/gramuser2/m-1.1.13.4 + +>the output of mono --version ? +mono --version +Mono JIT compiler version 1.1.13.4, (C) 2002-2005 Novell, Inc and +Contributors. www.mono-project.com + TLS: __thread + GC: Included Boehm (with typed GC) + SIGSEGV : normal + +Additionally, I've tried to build Mono with +> ./configure --prefix=/home/users/gramuser2/m-1.1.13.4_gc_none +--with-gc=none + +but make failed with + +if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H +-I. -I. -I../.. -I/home/users/gramuser2/luw-0.98.5/include +-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP + -DUSE_COMPILER_TLS -DNO_UNALIGNED_ACCESS -I../.. +-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread +-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 +-fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused +-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes +-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual +-Wcast-align -Wwrite-strings -MT driver.lo -MD -MP -MF +".deps/driver.Tpo" -c -o driver.lo driver.c; \ +then mv -f ".deps/driver.Tpo" ".deps/driver.Plo"; else rm -f +".deps/driver.Tpo"; exit 1; fi + gcc -DHAVE_CONFIG_H -I. -I. -I../.. +-I/home/users/gramuser2/luw-0.98.5/include -DGC_LINUX_THREADS +-D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS +-DNO_UNALIGNED_ACCESS -I../.. -I/usr/include/glib-2.0 +-I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 +-I/usr/lib/glib-2.0/include -g -O2 -fno-strict-aliasing +-Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes +-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes +-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align +-Wwrite-strings -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c driver.c + -fPIC -DPIC -o .libs/driver.o +driver.c: In function `mono_main': +driver.c:814: error: `GC_dont_expand' undeclared (first use in this +function) +driver.c:814: error: (Each undeclared identifier is reported only once +driver.c:814: error: for each function it appears in.) +make[4]: *** [driver.lo] Error 1 +make[4]: Leaving directory `/home/users/gramuser2/mono-1.1.13.4/mono/mini' +make[3]: *** [all] Error 2 +make[3]: Leaving directory `/home/users/gramuser2/mono-1.1.13.4/mono/mini' +make[2]: *** [all-recursive] Error 1 +make[2]: Leaving directory `/home/users/gramuser2/mono-1.1.13.4/mono' +make[1]: *** [all-recursive] Error 1 +make[1]: Leaving directory `/home/users/gramuser2/mono-1.1.13.4' +make: *** [all] Error 2 [EMAIL PROTECTED] mono-1.1.13.4]$ + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
