Re: BUG #6758: ./configure script sets HAVE_WCSTOMBS_L 1

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: jez(dot)wain <jez(dot)wain(at)bull(dot)net>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6758: ./configure script sets HAVE_WCSTOMBS_L 1
Date: 2012-07-25 16:17:00
Message-ID: 1343232691-sup-4900@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Excerpts from jez.wain's message of mié jul 25 05:49:35 -0400 2012:

> ld: 0711-317 ERROR: Undefined symbol: .mbstowcs_l
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
>
> AIX7 supports the mbstowcs API but not mbstowcs_l. In
> src/include/pg_config.h I commented out the define for HAVE_WCSTOMBS_L 1,
> recompiled src/backend/utils/adt/pg_locale.c and the build completed
> successfully.

This had been reported some time ago, see bug #6585:
http://archives.postgresql.org/message-id/E1SINxs-0001Zy-Gj@wrigleys.postgresql.org

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2012-07-25 16:27:29 Re: BUG #6761: unexpected behaviour of 'now'::timestamp
Previous Message Fujii Masao 2012-07-25 16:00:05 Re: BUG #6756: primary_conninfo is ignored if restore_command is set..