X-Recipient: archive-cygwin AT delorie DOT 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 :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=HSnyn4Yo/NKmX9AtotLR7ETy/WSzDWy93HXElyolcCLoGEFQ3TCU3 cbKjjUqEoN4ctdASR0quWOeu+/pJ5u4A22tXQn1yOx3IIGttd+oyvYhcGdzkNfnL vTIYysIm04WMcxWbbgyiV5MeEAqI8XaOMz9GfxB5ylPmlpWM7LOvUg= 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 :references:mime-version:content-type:in-reply-to; s=default; bh=xti/KcfMHtbNaSupUWCDiS95hVw=; b=pSbVhetIkKm7/ZV3v7vjWoI2sBr5 7QSZ1BWd32IWQw5G1fIAO5ymJ1OWSzMN7CpQnsoLDR/7oW11XB+Uw9lT3z63Fnyr QDLafrav55BUuYMlwmProIl5Gplbf9pky+YZc0QBs4J0nHpRUU98mMXRI+B2XJsA /X+2XAiBRRBk0HY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_XJ autolearn=ham version=3.3.1 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+mVjnoET5UjnpV5TC2RxFi Date: Thu, 27 Jun 2013 00:49:29 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: offline cygwin install question Message-ID: <20130627044929.GA1120@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <51CB4C14 DOT 4030909 AT molconn DOT com> <20130627113529 DOT 3760 AT binki> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130627113529.3760@binki> User-Agent: Mutt/1.5.20 (2009-06-14) On Thu, Jun 27, 2013 at 11:35:29AM +0900, wynfield AT gmail DOT com wrote: > > >Ask Microsoft if Microsoft XP 32 bit code will run on Microsoft 64 bit systems. >Should work. But, not a good idea. Of course it will work. 32-bit Cygwin was the default for fifteen years or so. It was the only alternative for 64-bit systems. (Yes, I know that some rare 64-bit systems don't run WOW64 and so 32-bit binaries won't work) I'd suggest something like: From the CMD prompt: u: # or whatever your usb device is tar -cjf cygwin.tar.bz2 -C / . # back up everything ldd /bin/tar.exe # note cygwin dlls cp /bin/tar.exe /bin/cygwin1.dll . Then put the usb stick in the other system and: u: ./tar xjf cygwin.tar.bz2 -C /cygdrive/c I haven't tried this but something like the above should work. This won't reinstall any services that you've started or create any desktop icons. You'll have to do that by hand. Or, maybe just run setup.exe, do a local install, and don't install anything. Just wait for the end dialog which asks if you want to set up the icons. 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