Re: [HACKERS] PostgreSQL 7.4beta3 does not compile on AIX 5 ...

2003-09-27 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > The compatlib doesn't appear to use libpq though. What is the error if > you leave it off? gcc -no-cpp-precomp -g -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -bundle informix.o -L../../../../src/port -L../ecpglib -lecpg -L../pgtypeslib

Re: [HACKERS] PostgreSQL 7.4beta3 does not compile on AIX 5 ...

2003-09-27 Thread Peter Eisentraut
Tom Lane writes: > =?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <[EMAIL PROTECTED]> writes: > > i have added -lm to ecpglib/Makefile > > in addition to that i had to add > > -lm -L../../libpq -lpq > > to compatlib/Makefile > > now it seems to compile properly. > > Okay, I have added these things as pa

Re: [HACKERS] PostgreSQL 7.4beta3 does not compile on AIX 5 ...

2003-09-27 Thread Tom Lane
=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <[EMAIL PROTECTED]> writes: > i have added -lm to ecpglib/Makefile > in addition to that i had to add > -lm -L../../libpq -lpq > to compatlib/Makefile > now it seems to compile properly. Okay, I have added these things as part of the Darwin makefile fixes I

Re: [HACKERS] PostgreSQL 7.4beta3 does not compile on AIX 5 ...

2003-09-21 Thread Hans-Jürgen Schönig
Tom Lane wrote: we have fixed the first problem. here is the next one ... libm seems to be missing although it is installed (I have installed it for running 7.3.4). > It looks like -lm needs to be added to SHLIB_LINK in ecpglib/Makefile. > I had already proposed this patch for SSL-enabled builds:

Re: [HACKERS] PostgreSQL 7.4beta3 does not compile on AIX 5 ...

2003-09-21 Thread Tom Lane
=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <[EMAIL PROTECTED]> writes: > I have tried to perform a regression test on AIX 5.1 (PostgreSQL 7.4beta3). > I have encountered an error. Ill-considered combination of #ifdefs apparently. I have applied the attached patch. regards,