[Mono-bugs] [Bug 644723] New: don't build with --with-sgen=yes and --enable-mono-debugger
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 7 14:37:30 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=644723
https://bugzilla.novell.com/show_bug.cgi?id=644723#c0
Summary: don't build with --with-sgen=yes and
--enable-mono-debugger
Classification: Mono
Product: Mono: Debugger
Version: 2.8.x
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: backend
AssignedTo: martin at novell.com
ReportedBy: a.shabalin at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.11pre)
Gecko/20100921 ALTLinux/Sisyphus/3.6.11-alt1.20100920 Firefox/3.6.10
Hi.
In mono/mono/mini/Makefile.am :
mono_sgen_SOURCES = $(mono_SOURCES)
but different CFLAGS:
mono_CFLAGS = $(AM_CFLAGS) $(BOEHM_DEFINES) $(LIBGC_CFLAGS)
mono_sgen_CFLAGS = $(AM_CFLAGS) $(SGEN_DEFINES)
if add --enable-mono-debugger, then configure added
BOEHM_DEFINES="$BOEHM_DEFINES -DMONO_DEBUGGER_SUPPORTED",
but not for $(SGEN_DEFINES).
And we have error:
/.libs/libmonosgen-2.0.so: undefined reference to
`MONO_DEBUGGER__debugger_info'
collect2: ld returned 1 exit status
make[4]: *** [mono-sgen] Error 1
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list