Re: BUG #6585: Can't compile from source code - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6585: Can't compile from source code
Date
Msg-id 463.1334260501@sss.pgh.pa.us
Whole thread Raw
In response to BUG #6585: Can't compile from source code  (mit@akamit.com)
Responses Re: BUG #6585: Can't compile from source code  (Andrey Mitroshin <mit@akamit.com>)
List pgsql-bugs
mit@akamit.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

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #6585: Can't compile from source code
Next
From: John R Pierce
Date:
Subject: Re: BUG #6585: Can't compile from source code