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

2013-08-20 Thread nitishsaurabh
I am using gcc compiler,readline is already installed. Is there any rpm available for AIX7.1? -- View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-8387-Error-while-make-of-the-source-code-tp5767841p5768011.html Sent from the PostgreSQL - bugs mailing list archive at Nab

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

2013-08-19 Thread Tom Lane
Heikki Linnakangas writes: > On 19.08.2013 13:33, nitishsaur...@gmail.com wrote: >> Gives Error while compiling (configure goes well but while running make it >> gives error) the source code as shown below. Is there any compatibility >> issue between PostgreSQl 9.2.4 and AIX7.1 ? > Not that I'm a

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 #8387: Error while make of the source code

2013-08-19 Thread Heikki Linnakangas
On 19.08.2013 13:33, nitishsaur...@gmail.com wrote: The following bug has been logged on the website: Bug reference: 8387 Logged by: Nitish Email address: nitishsaur...@gmail.com PostgreSQL version: 9.2.4 Operating system: AIX7.1 Description: Gives Error while compiling (co