Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The difference between Magnus's and Andrew's is
> that Magnus used MODULE_big (which means create a shared library), while
> Andrew used MODULES. So, Magnus's only worked because he was creating a
> DLL and that brought in the -L from MODULE_big.
Ah, good catch.
> I have applied the following patch to change /bin to /lib for Cygwin and
> Win32.
What about the question of whether $(DESTDIR) belongs there or not?
I think we had concluded that PGXS shouldn't ever use $(DESTDIR),
because that's only for install-time stuff.
regards, tom lane