X-Recipient: archive-cygwin AT delorie DOT 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 X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin 1.5.25-7: cygcheck does not work? References: <836045 DOT 82708 DOT qm AT web33207 DOT mail DOT mud DOT yahoo DOT com> <476A726D DOT 50100 AT byu DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/