delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Date: | 31 May 2000 12:06:25 +0000 |
Discarded-X400-MTS-Extensions: | (43) (12) (2) (135) (115) (5) (6) (3) |
From: | "Michael Ring" <Michael DOT Ring AT t-mobil DOT de> |
To: | "cygwin AT sourceware DOT cygnus DOT com" <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | Re: $OSTYPE - Aaaaaaaaaaaaaaargh ! |
Importance: | normal |
Autoforwarded: | FALSE |
Message-Id: | <C5128IMH31DNM*@MHS> |
Original-Encoded-Information-Types: | (1) (0) (10021) (7) (1) (0) (100), (1) (0) (10021) (7) (1) (0) (6), (1) (0) (10021) (7) (1) (0) (1) |
MIME-Version: | 1.0 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id IAA01195 |
On Wed, 31 May 00 14:00:08 +0100, you wrote: >Hello, > >with the lastest version of the bash the content of $OSTYPE has changed from "cygwin" to "cygwin32" again without further notice. Since I used this entry to detect the old B20.1 from the new Cygnus V1.1 I have now a lot of broken scripts and makefiles that have to run on both versions. This drives me really crazy! > It seems that this version of bash was compiled with the config.guess file included in the bash distribution. This config.guess stills responds with i686-pc-cygwin32 >So is there any *reliable* method to detect the version of Cygwin from a script ? use uname; using bash is a bad idea because bash burns in the values it found on the host it was built. Here's how to get the information: uname returns CYGWIN_NT-4.0 or CYGWIN_NT-5.0 (don't know what it returns on win95/98 uname -r returns 1.1.2s(0.21/2/2) ore simmilar. everything before ( is the version number; s seems to mean snapshot) uname -m returns i686 or, you could distribute config.guess with your script, it returns i686-pc-cygwin a good place to find config.guess is libtool-1.3.5.tar.gz on ftp.gnu.org > >Greetings, >Jörg Hope that helps, Micjael Ring -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |