X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <476A78EF.2322FB0A@dessent.net>
Date: Thu, 20 Dec 2007 06:15:11 -0800
From: Brian Dessent <brian@dessent.net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: cygwin 1.5.25-7: cygcheck does not work?
References: <836045.82708.qm@web33207.mail.mud.yahoo.com> <476A726D.50100@byu.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
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

Eric Blake wrote:

> Odd.  Cygwin's bash does not usually capitalize it's name.  You might have

That's a Win9x oddity.

> > The OS: Windows 98 SE
> 
> Rather old; I hope you're aware that cygwin 1.7.0 won't run on your OS,
> and that, as bash maintainer, I no longer have access to Win98 to
> investigate any bug reports caused by the brokenness of the older OS.

Fortunately, I have VMware with a Win98 image here.

The problem is that bloda.c calls NtQuerySystemInformation without using
any kind of autoload.cc-type indirection, and so cygcheck gets a hard
dependency on ntdll.dll which doesn't exist on 9x/ME.  We need to do one
of:

- Revert the bloda-check feature on the 1.5 branch
- Check windows version at runtime and only do NT calls through
LoadLibrary/GetProcAddress
- Use the autoload.cc trick in cygcheck

If we're going to make releases from the 1.5 branch then I don't think
it's quite acceptible just yet to shaft 9x users, after all that's the
whole point of the branch.

Brian

--
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/

