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

2012-04-13 Thread Tom Lane
Andrey Mitroshin writes: > But 9.0.7 compiles fine. 8.4.11 too. That's fairly irrelevant, since the code that wants to use wcstombs_l() and mbstowcs_l() is new in 9.1 (it's part of COLLATE-clause support). regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bug

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

2012-04-13 Thread Andrey Mitroshin
But 9.0.7 compiles fine. 8.4.11 too. On Thu, Apr 12, 2012 at 03:55:01PM -0400, Tom Lane wrote: > m...@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

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

2012-04-12 Thread John R Pierce
On 04/12/12 10:37 AM, m...@akamit.com wrote: The following bug has been logged on the website: Bug reference: 6585 Logged by: Andrey Mitroshin Email address:m...@akamit.com PostgreSQL version: 9.1.3 Operating system: AIX 7.1.0 Description: This affects versions from 9.0.0 Versio

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

2012-04-12 Thread Tom Lane
m...@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

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

2012-04-12 Thread Alvaro Herrera
Excerpts from mit's message of jue abr 12 14:37:48 -0300 2012: > The following bug has been logged on the website: > > Bug reference: 6585 > Logged by: Andrey Mitroshin > Email address: m...@akamit.com > PostgreSQL version: 9.1.3 > Operating system: AIX 7.1.0 > Description:

[BUGS] BUG #6585: Can't compile from source code

2012-04-12 Thread mit
The following bug has been logged on the website: Bug reference: 6585 Logged by: Andrey Mitroshin Email address: m...@akamit.com PostgreSQL version: 9.1.3 Operating system: AIX 7.1.0 Description: This affects versions from 9.0.0 Version 8.4.7 is not affected gcc -v Us