public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: offline cygwin install question
Date: Thu, 27 Jun 2013 08:32:00 -0000	[thread overview]
Message-ID: <20130627044929.GA1120@ednor.casa.cgf.cx> (raw)
In-Reply-To: <20130627113529.3760@binki>

On Thu, Jun 27, 2013 at 11:35:29AM +0900, wynfield@gmail.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 <whatever other dlls tar needs> .

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

  parent reply	other threads:[~2013-06-27  4:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-27  2:35 LMH
2013-06-27  2:40 ` wynfield
2013-06-27  4:49   ` LMH
2013-06-27  8:32   ` Christopher Faylor [this message]
2013-06-27 13:08   ` Buchbinder, Barry (NIH/NIAID) [E]
2013-06-27  8:33 ` Corinna Vinschen
2013-06-27 17:00   ` Christopher Faylor
2013-06-27 18:25     ` LMH
2013-06-27 19:22       ` Christopher Faylor
2013-06-27 20:19         ` LMH
2013-06-27 20:47           ` Christopher Faylor
2013-06-28 22:05             ` Christopher Faylor
2013-09-08  5:40 R.Penney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130627044929.GA1120@ednor.casa.cgf.cx \
    --to=cgf-use-the-mailinglist-please@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).