[Mono-devel-list] Beta1 preview (FreeBSD build problem)

Bernie Solomon bernard at ugsolutions.com
Tue May 4 14:28:54 EDT 2004


I have just hit this too on HPUX because of different shared
library extensions...

What about just deleting the libc dllmap entry completely?

Assuming libc.so/sl is linked correctly in the system library 
directory it will pick up some valid version. 

Of course for machines where there is no library called libc 
you need to do something manually.

This worked for me at least.

Bernie
----- Original Message ----- 
From: "Miguel de Icaza" <miguel at novell.com>
To: "Will McCutchen" <mccutchen at gmail.com>
Cc: <mono-devel-list at ximian.com>
Sent: Tuesday, May 04, 2004 11:05 AM
Subject: Re: [Mono-devel-list] Beta1 preview (FreeBSD build problem)


> Hello,
> 
> > > Can you give me the output of:
> > > 
> > >         grep libc data/config
> > 
> > [~/Downloads/mono-0.91] $ grep libc data/config
> >         <dllmap dll="cygwin1.dll" target="libc.so.6" />
> >         <dllmap dll="libc" target="libc.so.6" />
> 
> Edit the file to read `libc.so.5'.
> 
> Sadly, I can not think of a way of doing this portably right now.
> 
> > 
> > 
> > -Will
> > 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 



More information about the Mono-devel-list mailing list