[Mono-list] [PATCH] debugger compilation
   
    Jaroslaw Kowalski
     
    jaak@zd.com.pl
       
    Sun, 2 Nov 2003 15:31:18 +0100
    
    
  
Hi!
I found that mono debugger doesn't compile with current mono from CVS
(RedHat9).
There are some missing symbols from monogc when compiling "wrapper" module.
Here's the patch that fixes the compilation problem.
BTW. There's been no anonymous cvs activity in "debugger" module for a
while. Has it moved?
Jarek
Index: Makefile.am
===================================================================
RCS file: /mono/debugger/wrapper/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- Makefile.am 4 May 2003 12:30:43 -0000       1.5
+++ Makefile.am 2 Nov 2003 14:28:16 -0000
@@ -12,6 +12,7 @@
        mono-debugger-jit-wrapper.h
 mono_debugger_mini_wrapper_LDADD = \
+    -lmonogc
        @WRAPPER_LIBS@