[Mono-list] Compiling Mono on Cygwin
Daniel Morgan
danmorg@sc.rr.com
Thu, 20 Feb 2003 04:21:01 -0500
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: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com]On Behalf Of Gonzalo Paniagua
Javier
Sent: Wednesday, February 19, 2003 9:35 AM
To: mono-list@lists.ximian.com
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 - Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list