X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:mime-version:content-type; q=dns; s=default; b=XowanBr+PoYIpSbY
	Iab5AoLfbZMQtke78xXlC4GCel1JXPNOqTH3qk5Kn3j71xy3iY6gLptAIefwrwR5
	q+IYNeAm/6oiZaGZlSkw3+XYCn+bBUyfra0wsNTuUwlQSVIW0UPDEkDcPwhyEe70
	zVj+Qg88hlM9GE79kOG0Il4dbHw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:mime-version:content-type; s=default; bh=lfdM5sEzwPGpm9QJMtL6Q7
	7XLW0=; b=rIKn3/4D38jmDj5IrYpmIolU2rI3UrEsPF3w49mbyWLmXiGiIYdW5L
	+FAKW6kW/d+lOHkK2lyIA5y1xzBtEEO36ee64J4CnPkZjELOcQBRJHyiB4nuplvn
	VFyXHlXdW7JKp3wCjch9Wwal/UsNVd52xd4W4xZkhU/olrgWux5bk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=AWL,BAYES_50,EXECUTABLE_URI,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RDNS_NONE autolearn=no version=3.3.1
X-Mail-Handler: Dyn Standard SMTP by Dyn
X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information)
X-MHO-User: U2FsdGVkX1+et6i64V+y8tWzHFa8D6lS
Date: Mon, 22 Jul 2013 12:08:09 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: How I mirrored my 32-bit version of cygwin to 64-bit
Message-ID: <20130722160809.GA2342@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.20 (2009-06-14)

I wanted to have roughly the same packages available in my 64-bit
version of Cygwin as for my 32-bit version so, this is what I did:

1) Decide that the root of the 64-bit version would be c:\cygwin64.

2) mkdir -p /cygdrive/c/cygwin64/etc

3) sed 's/-[0-9][0-9.a-z]*-[0-9]*.tar.bz2/-0.0.0-0.tar.bz2/g' /etc/setup/installed.db > /cygdrive/c/cygwin64/etc/installed.db

4) Download http://cygwin.com/setup-x86_64.exe

5) Run setup-x86_64.exe, choose root/mirror, and then just hit Next
until the installation is complete.

You will, of course, after this, still have to set up services and
perform any other customizations that you did for your 32-bit
installation.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

