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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jez Wain <jez(dot)wain(at)bull(dot)net>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6758: ./configure script sets HAVE_WCSTOMBS_L 1
Date: 2012-07-26 16:41:19
Message-ID: 8112.1343320879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jez Wain <jez(dot)wain(at)bull(dot)net> writes:
> On the v11 neither mbstowcs_l nor wcstombs_l are defined. On the v12, both are. So to answer the question posed on the archive link you provided, the assumption made by your configure script appears to be valid. This points to there being a problem in the way the presence of these APIs is detected in the configure script.

OK, now we understand what we're dealing with at least. Can you look
into why mbstowcs_l is misdetected on v11? The portion of config.log
where configure is probing for that function might be illuminating.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message fabio.lunkes 2012-07-26 23:52:12 BUG #6768: Failure in OBDC
Previous Message luben karavelov 2012-07-26 13:55:05 Re: BUG #6763: Severe memory leak with arrays and hstore