X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Ian Puleston <ian@underpressuredivers.com>
Subject:  Re: Vista 64 users, please test snapshot
Date: Tue, 12 Dec 2006 00:07:15 +0000 (UTC)
Lines: 42
Message-ID:  <loom.20061212T004956-215@post.gmane.org>
References:  <20061205190620.GK9829@calimero.vinschen.de>
Mime-Version:  1.0
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
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

Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:

> 
> I've applied a patch to Cygwin which should workaround what appears to
> be a compatibility bug in WOW64 on Vista 64.
> 
> Please try the latest snapshot DLL from http://cygwin.com/snapshots/


This worked nicely for me, except that I do see a couple of problems with 
Cygwin in Vista 64 that I do not see in an identical Cygwin installation under 
Windows XP:

1. The bash $PATH environment variable does not get set properly - it has all 
of the paths from the windows %PATH% (properly translated to /cygdrive/c) but 
does not include "/usr/bin".

2. Some Windows environment variables are getting translated to "/cygdrive/c", 
but some are not. The %PATH%, %TEMP% and %TMP% are translated, but I have GTK 
installed and, amongst others, %GTK_BASEPATH% does not get translated:

[~]: echo $TEMP
/cygdrive/c/Users/Ian/AppData/Local/Temp
[~]: echo $GTK_BASEPATH
C:\GTK


To work around these I had to add the following in my .bash_login, neither of 
which were needed under Windows XP:

# These not normally required but added for snapshot 12/6/06 for Vista 64:
export PATH="/usr/bin:$PATH"
export GTK_BASEPATH="/cygdrive/c/GTK"

Ian









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

