[Mono-list] build problem with Mono 0.24

Jorge Pérez Burgos (Koke) koke@eresmas.net
09 May 2003 01:05:09 +0200


On Fri, 2003-05-09 at 00:28, Miguel de Icaza wrote:
> 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

	Try export LD_LIBRARY_PATH=/usr/local/lib before compile mono it worked
for me.