From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | <andrew(at)dunslane(dot)net> |
Cc: | <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: Couldn't make check |
Date: | 2004-05-08 14:40:19 |
Message-ID: | 50137.80.177.99.193.1084027219.squirrel@ssl.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
It's rumoured that Andrew Dunstan once said:
>
> For daily use I agree that we should also do something. One possibility
> is to put the DLLs into the bin directory instead of into a separate
> lib directory. IIRC, Windows executables always search their own
> location first for wanted DLLs before searching the PATH.
iirc they search the current directory, system32 directory and then the
path. Moving the .dll's is probably easiest and has least effect on the
rest of the system - plus, it's easy to do in an installer.
> Alternatively, we could have the installer modify the system path.
As with the regression test problem you pointed out, that will make 2
installations on the same machine unfeasible, or at least much more
awkward.
Regards, Dave
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-05-08 14:54:09 | Re: Couldn't make check |
Previous Message | Andrew Dunstan | 2004-05-08 10:48:45 | Re: Couldn't make check |