Re: [PORTS] Re: patch for minor Win32 makefile bug

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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 20:47:06
Message-ID: Pine.LNX.4.30.0104042241030.1378-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches pgsql-ports

Jason Tishler writes:

> See attached for the updated patch.

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.

The idea behind naming a variable DLLLIBS seems to have been "libraries
necessary to create a DLL". But ISTM that there are no such libraries,
strictly speaking.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-04-04 21:04:40 Re: [PORTS] Re: patch for minor Win32 makefile bug
Previous Message Tom Lane 2001-04-04 20:15:07 Re: [PORTS] Re: patch for minor Win32 makefile bug

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2001-04-04 21:04:40 Re: [PORTS] Re: patch for minor Win32 makefile bug
Previous Message Peter Eisentraut 2001-04-04 20:23:26 Re: AIX 4.1 and 7.1RC2