Re: postgres on windows with minimal cygwin - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: postgres on windows with minimal cygwin
Date
Msg-id 20030102203313.GA1996@tishler.net
Whole thread Raw
In response to Re: postgres on windows with minimal cygwin  ("Todd F. Peterson" <tfp@ncgr.org>)
List pgsql-cygwin
Todd,

On Thu, Jan 02, 2003 at 12:08:49PM -0700, Todd F. Peterson wrote:
> Have built the cygmin by starting with empty directory and copying
> over files from my main cygwin install. setup information is not there
> so cygcheck produces:

I thought so, but it was worth asking.

> What program sets the registry entries up during cygwin install?

Cygwin's setup.exe, but you can use Cygwin's mount instead.  Note that I
use the following for my (non PostgreSQL) minimal installs:

    rem Set variables
    set CygwinDir=%1
    set PATH=%CygwinDir%\bin;%PATH%;

    rem Set mount points
    mount -f -s -b %CygwinDir% /
    mount -f -s -b %CygwinDir%\bin /usr/bin
    mount -f -s -b %CygwinDir%\lib /usr/lib
    mount -f -s -b -c /cygdrive

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

pgsql-cygwin by date:

Previous
From: "Cornelia Boenigk"
Date:
Subject: Re: initdb failed
Next
From: "Agrawal, Manish"
Date:
Subject: C compiler not found during windows 2000