Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20010625150605.24019.qmail@web3106.mail.yahoo.com> Date: Mon, 25 Jun 2001 08:06:05 -0700 (PDT) From: Joshua Franklin Subject: source for setup.exe To: Takaaki DOT Ota AT am DOT sony DOT com Cc: cygwin AT cygwin DOT 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 AT anoncvs DOT cygnus DOT 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