Hans-Jürgen Schönig <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