Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11243] New: mono 1.1.13.6 fails with external libgc

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11243] New: mono 1.1.13.6 fails with external libgc
  • Date: 19 Apr 2006 21:39:07 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11243

Summary: mono 1.1.13.6 fails with external libgc
Product: Codex
Version: test grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


# cast mono
...
say 'y' to optionally using libgc
...
ment -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -z
combreloc -o mono -Wl,-version-script=./ldscript.mono main.o -pthread
-Wl,--export-dynamic -Wl,--export-dynamic ./.libs/libmono-static.a
/usr/lib/libgc.so ../os/.libs/libmonoos.a /usr/lib/libgthread-2.0.so
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -lnsl -lpthread -lm
-lrt
./.libs/libmono-static.a(debug-debugger.o): In function `mono_debugger_init':
/usr/src/mono-1.1.13.6/mono/mini/debug-debugger.c:344: undefined reference to
`gc_thread_vtable'
collect2: ld returned 1 exit status
make[4]: *** [mono] Error 1

Even with libgc installed, as long as I don't say 'y' to building with an
external libgc mono 1.1.13.6 will build fine.

FIX: Remove the optional dependency on libgc.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 11243] New: mono 1.1.13.6 fails with external libgc, bugzilla-daemon, 04/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page