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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=WuWBDWA8fJ+bIg+Hrq+S2ejqUZVf/ /7q/DjdgCVezNmtELs2alJBptZe6WkProv+eCOV9y5NdFNUxCbbqlYxHrCFcLMPD mygzSwy039qJ9eBJA5TebkYeCrR+x9Zy2xJZeLCozpj6w01RMyBJ+XSjptOYU2fn tTxHopZdexPt9w= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=1OdTRwntX+YupWh1A2tBtzMIBnM=; b=TQe Kj4RziKEfC5091XxZHe1Wv+m1aUqCQGC3y245yeN+YmFqkQqnrm47puGlXrHttAB lFY5kCpmBehNj1ydj+oSFUy2KPD7ackbd4vCQzU4jZ1HZVYaqnbomLi6UU5Jj+nU SwHiRyRgi934eAT5v/aypdGH00dBip3K2X4p57ng= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: USA7109MR001.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: developing 32-bit and 64-bit in a shared environment Date: Wed, 25 Jun 2014 15:23:29 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E7D81C7@USA7109MB022.na.xerox.net> References: <20140625141247 DOT GC5212 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20140625141247.GC5212@ednor.casa.cgf.cx> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s5PFNohh019774 -----Original Message----- From: Christopher Faylor 2-bit and 64-bit in a shared environment On Wed, Jun 25, 2014 at 01:04:24PM +0000, Nellis, Kenneth wrote: >I have happily been using 32-bit Cygwin for years, developing >shell/perl scripts and C/C++ software. Some of the users that I support >have upgraded to 64-bit Cygwin, and so my 32-bit C/C++ binaries no >longer work for them. That has forced me to adopt 64-bit Cygwin, which >I've installed on the same machine as my 32-bit Cygwin. I need to >maintain both environments in parallel. > >Now, I want to share my Cygwin $HOME directory between the two >environments. I already keep my binaries in $HOME/bin/$(arch) and >$HOME/lib/$(arch), so they are covered. And, of course /usr/bin has to >continue to point to the separate Cygwin environments. > >I didn't see what I was looking for in the FAQ or User Guide, so am >looking for advice from the list. I think you're looking for this: https://cygwin.com/cygwin-ug-net/using.html#using-pathnames i.e., use /etc/fstab to mount your home directory to the same place in both environments. cgf -----Reply----- I knew that! Anyway, works great. Thanx! -Ken Nellis -- 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