Re: installation problems

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема Re: installation problems
Дата
Msg-id 3738.68.162.220.216.1051540783.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответ на Re: installation problems  (Jason Tishler <jason@tishler.net>)
Ответы Re: installation problems  (Jason Tishler <jason@tishler.net>)
Список 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 по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: A couple XP Postgres Cygwin problems
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Compiling cvs code with Cygwin problems