Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <20010625150605.24019.qmail@web3106.mail.yahoo.com>
Date: Mon, 25 Jun 2001 08:06:05 -0700 (PDT)
From: Joshua Franklin <joshuadfranklin@yahoo.com>
Subject: source for setup.exe
To: Takaaki.Ota@am.sony.com
Cc: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

In case no one has been helpful for you yet...

This is detailed at 
http://cygwin.com/cvs.html
http://www.cygwin.com/ml/cygwin/2001-03/msg00500.html

1. Make sure you have installed the necessary packages
(cvs, openssh, gcc, etc.)
2. Set CVSROOT with the following command:
'export
CVSROOT=:pserver:anoncvs@anoncvs.cygnus.com:/cvs/src'
3. Type 'cvs login' The passwd is "anoncvs"
4. (Optional) create a special directory to download
and build in 'mkdir /oss' and 'cd /oss'
5. Type 'cvs checkout winsup' winsup is all the cygwin
source (dll, tools, setup.exe) I think you have to
download it all, not just setup.exe. If you did step
4,
this will create a hierarchy in /oss. Setup.exe is 
/oss/src/winsup/cinstall
5. Build the whole source once: 'mkdir /oss/bld'
'cd /oss/bld'
'/oss/src/configure'
'make' (long time passes)
'cd i686-pc-cygwin/winsup/cinstall/setup.exe'
To change something, edit the files in
/oss/src/winsup/cinstall, then type 'make' again in
/oss/bld/i686-pc-cygwin/winsup/cinstall


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

