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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hans-Jürgen Schönig <hs@cybertec.at>
Cc: eg@cybertec.at, pgsql-hackers@postgresql.org
Date: 2003-09-27T19:41:35Z
Lists: pgsql-hackers
=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <hs@cybertec.at> 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 just applied.  -lm doesn't seem to be needed on Darwin, which is odd
since its linker is strict otherwise.

			regards, tom lane