Do we know anybody with BSDI 4.1? LC_MESSAGES may have made it into that
release, though I have no way of checking this since my support contract has
expired :-(. I'll renew, but that doesn't help for an April release.
Regards,
- Steve
- Original Message -
From: Tom Lane <[EMAIL PROT
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Yes, I see it here on BSD/OS 4.01 with --enable_locale. It is from:
> lc->lc_messages = setlocale(LC_MESSAGES, NULL);
> BSDI does not define LC_MESSAGES as part of its setlocale() interface.
> Is this a standard feature that BSDI is missing, or some
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> No, this wasn't the first error message. The elispses were meant to
> indicate a bunch of compliation. Further investigation reveals that it is
> related to the --enable-locale option to configure. Without this the build
> works fine. Let