[Mono-devel-list] Which libgc use on cygwin for successfull build mono 0.29?

Giovanni Zito gzito at mbox.thunder.it
Sun Jan 4 18:52:09 EST 2004


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040105/4c085f04/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.log
Type: application/octet-stream
Size: 19025 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040105/4c085f04/attachment.obj 


More information about the Mono-devel-list mailing list