Re: installation problems - Mailing list pgsql-cygwin

From pgsql@mohawksoft.com
Subject Re: installation problems
Date
Msg-id 3738.68.162.220.216.1051540783.squirrel@mail.mohawksoft.com
Whole thread Raw
In response to Re: installation problems  (Jason Tishler <jason@tishler.net>)
Responses Re: installation problems  (Jason Tishler <jason@tishler.net>)
List pgsql-cygwin
> On Fri, Apr 25, 2003 at 03:32:56PM -0400, pgsql@mohawksoft.com wrote:
>> Funny, but cygwin's "symlink" mechanism is pretty poor.
>
> Huh?  AFAICT, Cygwin's symlinks work as expected (i.e., identical to
> symlinks on other Unixes).  Of course, Cygwin symlinks only work when
> interpreted by a Cygwin as opposed to Win32 process.

From the perspective of a Windows application trying to run a cygwin
application which is a symlink to another cygwin application it does not
look like UNIX symlinks.

Cygwin symlinks are *not* symlinks, they are application level indirections.
NT does support symlinks at the driver level, but I don't know if it is
practical or possible to use them for the file system.

>
>> Rather than using a symlink, copy postgres.exe to postmaster.exe and
>> see if that works.
>
> The above is unlikely to help.

Really? It is one of the things I needed to do to get the "PostgreSQL for
Windows" Install CD to work.

It depends on which API is being used to load the executable. If the Windows
API is used to load the EXE, then you can not use a cygwin symlink.


pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: A couple XP Postgres Cygwin problems
Next
From: Jason Tishler
Date:
Subject: Re: Compiling cvs code with Cygwin problems