www.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 |
Message-ID: | <20000531162039.24749.qmail@web122.yahoomail.com> |
Date: | Wed, 31 May 2000 09:20:39 -0700 (PDT) |
From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
Reply-To: | earnie_boyd AT yahoo DOT com |
Subject: | Re: $OSTYPE - Aaaaaaaaaaaaaaargh ! |
To: | Michael Ring <Michael DOT Ring AT t-mobil DOT de>, |
"cygwin AT sourceware DOT cygnus DOT com" <cygwin AT sourceware DOT cygnus DOT com> | |
MIME-Version: | 1.0 |
--- Michael Ring <Michael DOT Ring AT t-mobil DOT de> wrote: > 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 > Yep. > > >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 use the source to find out. > uname -r > returns 1.1.2s(0.21/2/2) ore simmilar. everything before ( is the version > number; s seems to mean snapshot) The 's' was added very recently 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 > No. The best place to get config.guess and config.sub is from the config directory found at ftp.gnu.org or a mirror. ===== --- Earnie Boyd: <mailto:earnie_boyd AT yahoo DOT com> __Cygwin: POSIX on Windows__ Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html> __Minimalist GNU for Windows__ Mingw32 List: <http://www.egroups.com/group/mingw32/> Mingw Home: <http://www.mingw.org/> __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ -- 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 |