-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Larry Finger on 9/13/2005 9:25 PM: > I know that 'uname -s' yields 'CYGWIN_NT-5.1' on Windows XP, but I am > writing a multi-platform makefile and need to find a method that will > work for all versions of Windows. What is the result of uname -s for > Windows 9X, Me, NT and 2K?
If you don't care about which version of Windows, look at config.guess, which just compares against CYGWIN*. And if you do care, all possible strings are available by reading the source code, in uname.cc and wincap.cc. - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDJ6Bj84KuGfSFAYARAhRFAKDU7fPk4rDH12ksMLWA0MCjOdJYNgCdFczZ /x+iGW74+HdOKQJ2w6RXdFI= =urte -----END PGP SIGNATURE----- -- 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/