[Mono-list] Installing the .30 packages -- mint errors

max aranym@adelphia.net
Sun, 1 Feb 2004 10:18:03 -0800


On Sunday 01 February 2004 09:35, max wrote:
> On Saturday 31 January 2004 22:51, root wrote:
> > On Saturday 31 January 2004 16:16, Patrick McNamara wrote:
> > > I'm having trouble making the .30 packages (both the prerelease and cvs
> > > versions).
> > > configure runs fine, but when I build I get many libmint.so errors that
> > > look like this:
> > > libmint.so: undefined reference to `u_strToLower_2_8'
> > >
> > > Has anyone seen this who can point me in the right direction?
> > >
> > > --Pat
> >
> > Hi, I am having the same issues - looks to me like we're missing a
> > library on the link. I am rolling up my sleeves and troubleshooting with
> > nm, ar, find and grep ;) as I don't know why either
>
> ok, I found it.
> It's due to ICU 2.8. Make sure you configured ICU with this:
> ./configure --prefix=/usr --disable-renaming
> (because you want the symbol U_DISABLE_RENAMING to be defined.)
>
> gmake
> gmake install
>
> then recompile mono

>
> max
>


I meant ./configure --prefix=/usr --enable-renaming=no

max