On Thu, 2003-03-27 at 15:28, ROBIEZ JP DistDpoCes4-d wrote: > thank you, > > /etc/ld.so.conf was the problem (damned I was sure this one was ok, sorry...) but > another problem came up about GChandle. I supposed I need to recompile with garabage > collector activated. So I did, but after compiling and installing gc6.1, mono > compilation failed with the following error : > > wapi-private.h:25: #error configure failed to discover size of unix socket path > > Is this question harder ? :)
For some reason the configure checks didn't find the size of the unix socket path. I don't know why this would happen, because I can't reproduce the bug here. You might be able to figure out what's going on by looking in config.log (search for "sun_path"). The compile deliberately bombs out, because otherwise you'd get shared memory corruption at runtime. - Dick _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
