Re: BUG #6585: Can't compile from source code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mit(at)akamit(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6585: Can't compile from source code
Date: 2012-04-12 19:55:01
Message-ID: 463.1334260501@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

mit(at)akamit(dot)com writes:
> Operating system: AIX 7.1.0
> While compiling from source the following error stops the compilation
> process

> ld: 0711-317 ERROR: Undefined symbol: .mbstowcs_l

Hm. Our configure script assumes that if wcstombs_l() is available then
mbstowcs_l() is too. Is that not the case on AIX? It would be pretty
bizarre if not.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2012-04-12 20:10:47 Re: BUG #6585: Can't compile from source code
Previous Message Alvaro Herrera 2012-04-12 18:29:52 Re: BUG #6585: Can't compile from source code