[Mono-list] build problem with Mono 0.24
Jim Kerr
jbkerr@sonic.net
08 May 2003 08:41:17 +0800
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
Jim
--------
Jim Kerr
Agilent Technologies, Inc.
Santa Rosa, CA
On Thu, 2003-05-08 at 13:28, Miguel de Icaza wrote:
> Hello,
>
> > Thanks for the help! It helped me to hit the next wall. When compiling
> > mono, this error appears:
>
> Most likely you do not have the libgc package installed.
>
> This is a problem that we should catch more gracefully. Putting 108 in
> the file just gets the compile further, the real problem is that the
> system could not find a good libc
>
> Miguel
>