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=79479 --- shadow/79479 2006-09-22 22:29:50.000000000 -0400 +++ shadow/79479.tmp.15935 2006-09-23 06:16:16.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 79479 Product: Mono: Runtime Version: 1.1 OS: GNU/Linux [Other] OS Details: Gentoo and Linux voyage 2.6.15-486-voyage -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Blocker Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -165,6 +165,15 @@ } ------- Additional Comments From [EMAIL PROTECTED] 2006-09-22 22:29 ------- Created an attachment (id=17735) Files for required for the bug (a copy of it is in Additional Info) + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-23 06:16 ------- +This is not a mono bug. Your shared library contains C++ code so it +should be linked against libstdc++ if you want to load it into a C +executable like the mono runtime. + +Add -lstdc++ (or something similar) to the link line makes the +problem go away. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
