--- John BouAntoun <[EMAIL PROTECTED]> escreveu: > so after applying the following changes to the gc.h file > from: > > #if defined(WIN32_THREADS) > # define GC_WIN32_THREADS > #endif > > to: > > #if defined(WIN32_THREADS) > # ifndef GC_WIN32_THREADS > # define GC_WIN32_THREADS > # endif > #endif >
Did you got the latest gc.dll from gonzalo site? Also, check to see if you are using the ming-w32 linker. When executing the build script, it will test for the linker. I had some problems like yours when (I don't know why) the script was trying to use the MS ld linker. :) I did a fresh install of cygwin with the gcc and ming-w32 and everything worked again. I hope it helps. ===== Regards, Francisco Figueiredo Jr. _______________________________________________________________________ Busca Yahoo! O servi�o de busca mais completo da Internet. O que voc� pensar o Yahoo! encontra. http://br.busca.yahoo.com/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
