Re: pgxs/windows - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pgxs/windows
Date
Msg-id 43CAD8BC.9070606@dunslane.net
Whole thread Raw
In response to Re: pgxs/windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgxs/windows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgxs/windows
Next
From: "Anjan Kumar. A."
Date:
Subject: Problem with the Planner