Tom Lane wrote:
>Andrew Dunstan <andrew@dunslane.net> writes:
>
>
>>So we should probably change $(DESTDIR)$(bindir) to $(libdir) in the
>>following places:
>>
>>
>
>For the cygwin/win32 cases, shouldn't we just remove the -L flag from
>BE_DLLLIBS altogether? It seems redundant given what Makefile.global
>is doing.
>
>
We don't seem to pick that up. Not sure why. building my pgxs module on
mingw I just get:
-Lc:/PROGRA~1/POSTGR~1/8.1/bin -lpostgres
That's the one from BE_DLLLIBS.
dllwrap doesn't seem to get given LDFLAGS, and maybe doesn't honor it
either.
cheers
andrew