[Mono-list] Runtime not working in Cygwin - GC ISSUE
Gonzalo Paniagua Javier
gonzalo@ximian.com
28 Jan 2003 18:23:53 +0100
El mar, 28-01-2003 a las 15:52, Gonzalo Paniagua Javier escribi�:
> El mar, 28-01-2003 a las 10:02, Torstensson, Patrik escribi�:
> > Same for me, it crashes when it tries to set GC_finalize_on_demand to
> > 1, disabling GC make's everything work.
> >
> > So, a quick fix is to use export GC_DONT_GC=1
>
> That symbol is not defined in the dll available for download
> (libgc-dev.zip) in the mono site. I guess we need someone to cook a new
> dll from gc6.1 sources.
I fixed configure.in and now it works. There seems to be a problem in
libgc header files that do not always define WIN32_THREADS when
GC_WIN32_THREADS is defined, thus not properly adding the dllimport to
the declaration of some variables.
I have also uploaded a gc6.1 dll to
http://primates.ximian.com/~gonzalo/mono/
-Gonzalo