Re: Re: [PATCHES] patch for minor Win32 makefile bug - Mailing list pgsql-ports

From Tom Lane
Subject Re: Re: [PATCHES] patch for minor Win32 makefile bug
Date
Msg-id 12181.986418280@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: [PATCHES] patch for minor Win32 makefile bug  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Re: [PATCHES] patch for minor Win32 makefile bug  (Jason Tishler <Jason.Tishler@dothill.com>)
List pgsql-ports
Peter Eisentraut <peter_e@gmx.net> writes:
> It seems we're now down to

> DLLLIBS= -lcygipc -lcrypt

> but I think it can be removed completely.

> We have three uses of this variable:

> 1) Makefile.win, for building extension modules.  No module in existance
> needs -lcygipc, and if one needs -lcrypt it can put it into SHLIB_LINK.

> 2) Makefile.shlib, see 1)

> 3) -lcrypt already comes in via LIBS (like all the other libraries),
> -lcygipc can do the same, or be hard-coded in place.


But you forgot about -lpostgres for the backend libraries (plpgsql etc).

I suppose that we might consider adding these libraries to LIBS not
DLLLIBS, but that's cleanup work that I'd rather not try to do under
time pressure (especially since I can't test it here).

            regards, tom lane

pgsql-ports by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: [PATCHES] patch for minor Win32 makefile bug
Next
From: Jason Tishler
Date:
Subject: Re: Re: [PATCHES] patch for minor Win32 makefile bug