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

Alexandre Pigolkine pigolkine@gmx.de
27 Apr 2003 20:18:27 +0200


For the libgc-wine run 'make install' as root,
this will copy gc.dll.so to the wine library folder.

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

Alexandre



On Sun, 2003-04-27 at 16:56, 2a5gjx302@sneakemail.com wrote:
> 
...
> Finally, I have it running monostub.exe.so, but it hangs on 'Initializing
> the Boehm GC...' and eventually segfaults. I thought I had installed the
> 'libgc-wine' to which the SWF.txt file provided a link, but just to be
> sure, I checked, and it turns out that the link given does not provide a
> new libgc.so for applications to link against. Instead, it builds a
> gc.dll.so, which I have no clue how to use. The README.QUICK seems to be
> for a different makefile; the provided makefile has a block of text at the
> top that says it was generated by WineMaker. Just for kicks, I tried using
> gc.dll.so as my libgc.so, but it does not run when compiled in that
> configuration as gc.dll.so does not export the symbols that libgc.so does.
> 
> At 07:16 PM 27/04/2003 +0200, Alexandre Pigolkine wrote:
> >Hello,
> >
> >I hope that I can help, but I need more information.
> >
> >Which version of Mono do you have installed ?
> >
> >Please execute 'ldd /usr/local/lib/wine/monostub.exe.so' 
> >to check that all references can be resolved.
> >
...
> 
> What next? :-)
> 
> Jonathan
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>