Re: [BUGS] BUG #8387: Error while make of the source code

2013-08-19 Thread Andrew Hastie
What compiler are you using? If it helps, some time ago I built PG v9.2.2 using the IBM xlc compiler at version 12 successfully. From my notes I used the following compiler configuration:- ./configure CC=xlc LIBS="-lssl -lcrypto -lz -lreadline -lcurses -lld -lmass -lm" CFLAGS="-qlanglvl=extc89

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

2012-10-01 Thread Andrew Hastie
Apologies for delay in progressing this, but I only have access to an AIX7.1 system periodically. Just to confirm that source build of 9.2.1 release now builds clean against AIXv7.1 with xlc v12.1 compiler. Thanks, Andrew On 31/08/12 20:20, Tom Lane wrote: Andrew Hastie writes: On 31

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

2012-10-01 Thread Andrew Hastie
Apologies for delay in progressing this, but I only have access to an AIX7.1 system periodically. Just to confirm that source build of 9.2.1 release now builds clean against AIXv7.1 with xlc v12.1 compiler. Thanks, Andrew On 31/08/12 20:20, Tom Lane wrote: Andrew Hastie writes: On 31

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

2012-08-31 Thread Andrew Hastie
On 31/08/12 15:59, Tom Lane wrote: Andrew Hastie writes: Thanks for the pointers. Hopefully some of the following may shed some light on the issue. Thanks for the results. It seems difficult to come to any conclusion other than that AIX has got wcstombs_l but not mbstowcs_l ... which is

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

2012-08-31 Thread Andrew Hastie
On 29/08/12 18:16, Tom Lane wrote: Andrew Hastie writes: I'm currently working on a project where I need to get PGv9.1 up and running on an IBM AIXv7.1 server, so I do have access to a suitable machine for a period of time if I can provide any further diags to help resolve the issue.

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

2012-08-29 Thread Andrew Hastie
Following up on getting PG built on AIXv7.1, I too have hit the same issue reported in BUG #6758. The posting of Thu, 26 Jul 2012 11:13:03 states that the problem does *not* occur using the IBM xlc v12 compiler but *does* occur using the v11 compiler. From what I have seen, the same issue sti