Re: Autoconf, libpq and replacement function

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Autoconf, libpq and replacement function
Date: 2008-11-24 14:48:16
Message-ID: 492ABEB0.7030608@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Magnus Hagander wrote:
>> Anything that needs symlinks will need a set of workarounds on Windows,
>> having us manually do a copy of the files. We already do this in a
>> couple of cases, but relying more on it would make things even more
>> kludgy I think...
>
> Autoconf automatically uses cp if ln doesn't work. This is already a
> solved problem that we currently use in several other situations.

I was talking about the MSVC part of the build system.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2008-11-24 14:48:22 Re: [PATCHES] Solve a problem of LC_TIME of windows.
Previous Message Peter Eisentraut 2008-11-24 14:42:30 Re: Autoconf, libpq and replacement function