[Mono-list] build problem with Mono 0.24

Miguel de Icaza miguel@ximian.com
08 May 2003 18:28:36 -0400


Hello!

>   I tried recompiling and reinstalling libgc, and it didn't make any
> difference; the same compile error appears. Maybe I'm not doing this
> correctly?
>  
> 	- downloaded gc6.1.tar.tz from downloads page
> 	- extracted same to /usr/src
> 	- cd /usr/src; ./configure --enable-threads=pthreads
> --prefix=/usr/local
> 	- make; make install
> 
>   This all runs beautifully. Then:
> 	- cd /usr/src/mono-0.24
> 	- make clean; make distclean
> 	- ./configure --enable-threads=pthreads --prefix=/usr/local
> 	- make
> 
> and once again:
> 
> ../../mono/io-layer/wapi-private.h:25:2: #error configure failed to
> discover size of unix socket path

At this point, I can only suggest that you look at the config.log
file.  This file contains a detailed list of errors encountered during
the configure process.  

Miguel