[Mono-winforms-list] Re: Error running monostub.exe.so afterfollowing directions

2a5gjx302@sneakemail.com 2a5gjx302@sneakemail.com
Sun, 27 Apr 2003 10:52:07 -0500


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