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=77799 --- shadow/77799 2006-03-16 03:57:17.000000000 -0500 +++ shadow/77799.tmp.31875 2006-03-16 03:57:17.000000000 -0500 @@ -0,0 +1,52 @@ +Bug#: 77799 +Product: Mono: Debugger +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: cli +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: error while start debugging (symbol mono_debugger_io_layer) + +Hello, + I installed your newest binary distribution of mono. + +1) I set up env. variables: + +export MV="/opt/mono-1.1.13.4" +export PATH="$MV/bin:$PATH" +export PKG_CONFIG_PATH="$MV/lib/pkgconfig:$PKG_CONFIG_PATH" +export MANPATH="$MV/share/man:$MANPATH" +export LD_LIBRARY_PATH="$MV/lib:$LD_LIBRARY_PATH" + +2) I created a simple a "helloworld" Main.cs, compiled it: mcs -debug +using System; + +class MainClass +{ + public static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } +} + +3) When 'mdb Main.exe': + + +Mono Debugger +(mdb) run +Starting program: Main.exe +/opt/mono-1.1.13.4/lib/mono/1.0/mono-debugger-mini-wrapper: relocation +error: /opt/mono-1.1.13.4/lib/mono/1.0/mono-debugger-mini-wrapper: symbol +mono_debugger_io_layer, version VER_1 not defined in file libmono.so.0 with +link time reference +Process @1 terminated normally. + +Jan _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
