From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>, Fred Yankowski <fred(at)ontosys(dot)com>, pgsql-patches(at)postgresql(dot)org, pgsql-ports(at)postgresql(dot)org |
Subject: | Re: [PORTS] Re: patch for minor Win32 makefile bug |
Date: | 2001-04-04 21:04:40 |
Message-ID: | 12181.986418280@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches pgsql-ports |
Peter Eisentraut <peter_e(at)gmx(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2001-04-04 21:14:55 | Re: [PORTS] Re: patch for minor Win32 makefile bug |
Previous Message | Peter Eisentraut | 2001-04-04 20:47:06 | Re: [PORTS] Re: patch for minor Win32 makefile bug |
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2001-04-04 21:14:55 | Re: [PORTS] Re: patch for minor Win32 makefile bug |
Previous Message | Peter Eisentraut | 2001-04-04 20:47:06 | Re: [PORTS] Re: patch for minor Win32 makefile bug |