I'm trying to build mono 0.29 on cygwin with no success.
 
I'm not sure which version of libgc should I use (i.e. boehm gc6.1 or gc6.2 or libgc included in mono).
 
BTW I've tryed both boehm versions (gc6.1 or gc6.2) building the library from sources.
I've installed the library in /usr/local/lib where I've 2 files: libgc.a and libgc.la
 
When I run the mono configure
 
  ./configure --with-gc=boehm CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
 
 the configure script fails claiming it cannot found libgc
 
 
Also I've tryed the libgc included in mono 0.29
 
  ./configure --with-gc=included
 
In this case the configure script succeded, but, after I invoked the make, the build process failed
while compiling monosn.exe. I've attached the included build output for your information.
 
 
Have anyone of you out there successfully build mono 0.29 with cygwin?
 
 
Thanks in advance.
 
G.Z.
 

Attachment: error.log
Description: Binary data

Reply via email to