[Mono-winforms-list] Re: Error running monostub.exe.so
afterfollowing directions
Alexandre Pigolkine
pigolkine@gmx.de
27 Apr 2003 21:12:32 +0200
Hmm, unexpected behaviour :(
For a moment I think that monostub cannot get some symbols
from gc.dll.
Can you do following, please:
In the System.Windows.Forms folder, file monogc.c:
change line
#define TRACE printf_stub
to
#define TRACE printf
rebuild monostub, and send me output from program.
Alexandre
On Sun, 2003-04-27 at 17:52, 2a5gjx302@sneakemail.com wrote:
> At 08:18 PM 27/04/2003 +0200, Alexandre Pigolkine wrote:
> >For the libgc-wine run 'make install' as root,
> >this will copy gc.dll.so to the wine library folder.
> I did this, but it seems the makefile for creating monostub.exe.so is just
> using -lgc which links against /usr/lib/libgc.so (which is NOT the
> WINE-compatible version of the garbage collector). Is there something I
> have to do to get it to actually use the gc.dll.so built from gc-wine?
>
> >Currently, monostub.exe.so doesn't work with Mini.
> >You have to link monostub with liboldmono.so :
> >I do this by modifing mono.pc. The libs line should be:
> >
> >Libs: -L${libdir} -loldmono -lm
> Did this, same symptoms as before (freezes while initializing GC, then
> crashes).
>
> Jonathan
> _______________________________________________
> Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>