microdc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microdc-devel] microdc for mac os


From: Oskar Liljeblad
Subject: Re: [microdc-devel] microdc for mac os
Date: Thu, 8 Sep 2005 13:08:24 +0200
User-agent: Mutt/1.5.10i

On Thursday, September 08, 2005 at 12:04, gmx wrote:
> Of course not ... :( But this time.
[..]
> /usr/bin/ld: Undefined symbols:
> _libintl_gettext
> _libintl_ngettext
> _libintl_bindtextdomain
> _libintl_textdomain
> collect2: ld returned 1 exit status

Try as before, but add --disable-nls

  CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ./configure \
  --disable-nls
  make clean
  make

It seems *BSD systems have multiple intl libraries installed
(or something), causing problems with translations.

Regards,

Oskar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]