[Mono-devel-list] Mono Beta2 has been released.

Paolo Molaro lupus at ximian.com
Sat Jun 5 07:21:46 EDT 2004


On 06/05/04 Sean A Corfield wrote:
> On Jun 4, 2004, at 10:34 PM, Miguel de Icaza wrote:
> >>gcc: unrecognized option `-pthread'
> >>ld: /opt/local/lib/libintl.a(bindtextdom.o) illegal reference to
> >>symbol: __nl_msg_cat_cntr defined in indirectly referenced dynamic
> >>library /opt/local/lib/libintl.3.dylib
> >Please try removing from the mono-0.95/mono/mini/Makefile.in and the
> >Makefile the text that says:
> >
> >	-static libmono.la
> 
> Nope. That doesn't fix it.

It does, but you need to ./autogen.sh in the toplevel dir (which
requires you to have all the automake etc packages that you might not
have). Use the other workaround that was posted:
perl -pi -e "s/old_library='libintl.a'/old_library=''/" /usr/local/lib/libintl.la

> Someone suggested removing Beta 1 - how do I do that?

You can run make uninstall from the build dir from which you installed
it, but this is not needed (sure not to workaround the broken libintl on
your system).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list