Here's another suggestion from Gonzalo:

You can try modifying gc headers.

From:
#   define GC_API __declspec(dllimport)

To:
#   define GC_API extern __declspec(dllimport)

Then, you can rebuild mono.

Use at your own risk.  This suggestion is AS-IS with no warranty whatsoever.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Gonzalo Paniagua
Javier
Sent: Wednesday, February 19, 2003 9:35 AM
To: [EMAIL PROTECTED]
Subject: RE: [Mono-list] Compiling Mono on Cygwin


El mi�, 19 de 02 de 2003 a las 15:04, Daniel Morgan escribi�:
> I was finally able to build current cvs of mono on the latest cygwin.
Here
> are some suggestions for others:
>
> - remove  -DGC_WIN32_THREADS from configure.in
> - download libgc-6.1-dev.zip
>   from http://primates.ximian.com/~gonzalo/mono/
>   and install it in your prefix ~/mono/install

Btw, this file is already in http://go-mono.com/archive/ so we should
update the mono-build-w32.sh script to get it and users having problems
to build mono should remove install/lib/gc.dll before running the
script.

-Gonzalo



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to