[Mono-list] Problems on FreeBSD with Beta 1

Victor Jalencas victor-monolist@carotena.net
Fri, 21 May 2004 15:36:53 +0200


Scott Muc wrote:

> On Thu, 2004-05-20 at 08:16, Victor Jalencas wrote:
> 
>>(please excuse me if this message is a duplicate)
>>
>>Scott, how did you install the Boehm GC? From the ports collection or a
>>more recent version?
>>
>>And what does "ldconfig -r |grep lgc" output?
>>
> 
> 
> Hi Victor,
> 
> I've tried installing straight from the source, and via the ports. The
> result is the same problem. Here's the tail of my ./configure :
> 
> ...
> checking for glib-2.0 >= 1.3.11... yes
> checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0
> -I/usr/local/lib/glib-2.0/include
> checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib -lglib-2.0 -liconv
> checking gc.h usability... no
> checking gc.h presence... no
> checking for gc.h... no
> checking gc/gc.h usability... no
> checking gc/gc.h presence... no
> checking for gc/gc.h... no
> checking for GC_malloc in -lgc... no
> configure: error: "GC requested but libgc not found! Install libgc or
> run configure with --with-gc=none."
> 
> spark% ldconfig -r | grep lgc
>         78:-lgc.1 => /usr/local/lib/libgc.so.1
>         79:-lgccpp.1 => /usr/local/lib/libgccpp.so.1
> 
I can replicate this behavior, the same thing is happening here.
Something's not quite correct with the configure script. gc.h sits at
/usr/local/include and /usr/local/include/gc (I don't know why I do
have two copies). The configure script looks for Boehm GC at
/usr/include. As you did, I have installed Boehm at /usr and still is 
stalling at the install script


Victor