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
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
=?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
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:
=?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,