Re: pgxs/windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgxs/windows
Date: 2006-01-15 23:08:31
Message-ID: 24191.1137366511@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)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.

In the Darwin case, it should still be $(bindir) because we are pointing
at the postgres executable, not a library file. I agree that $(DESTDIR)
probably should go away though.

Dunno about AIX --- anyone familiar with that port?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-01-15 23:20:28 Re: pgxs/windows
Previous Message Tom Lane 2006-01-15 23:03:12 ScanKey representation for RowCompare index conditions

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2006-01-15 23:20:28 Re: pgxs/windows
Previous Message Andrew Dunstan 2006-01-15 23:02:30 Re: pgxs/windows