Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
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
Message-ID: <41E38760.9090808@familiehaase.de>
Date: Tue, 11 Jan 2005 08:59:28 +0100
From: "Gerrit P. Haase" <gp@familiehaase.de>
Organization: Esse keine toten Tiere
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7.3) Gecko/20040910
MIME-Version: 1.0
To: Jacek Piskozub <piskozub@iopan.gda.pl>
CC: cygwin@cygwin.com
Subject: Re: atoi() missing on Win98, perl extension breaks
References: <41E2E111.5040701@iopan.gda.pl> <41E2E529.1020603@familiehaase.de> <41E2EBF1.8050108@iopan.gda.pl> <41E2ED4F.6030901@familiehaase.de> <41E37543.1000102@iopan.gda.pl>
In-Reply-To: <41E37543.1000102@iopan.gda.pl>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Jacek Piskozub wrote:

> Gerritt wrote,
> 
>> There it is:
>> $ cat ext/Win32CORE/hints/cygwin.pl
>> [...]
>> $self->{LIBS} = [q{ -L/lib/w32api -lnetapi32 -lwininet -lversion -lmpr 
>> -lodbc32 -lodbccp32 -lwinmm -lstdc++ -lole32 -loleaut32 -luuid 
>> -lcomctl32 -lgdi32 -lcomdlg32 -lntdll }];
>> [...]
> 
> 
>> Now the question is which of these libs can be removed and which needs
>> to stay?
> 
> 
> 
> 
> I believe the real underlying cause is that /lib/w32api/libntdll.a 
> contains a atoi function header (I see that in 
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/ntdll.def?cvsroot=src 
> together with a zillion other WinNT/2K/XP functions). This is wrong 
> because Win9x have only a very limited set of functions in ntdll.dll.

Yes, I thought it is a w32api bug at first too.  Who is the maintainer
of w32api?


> Or, if you prefer, indiscriminate linking to ntdll.dll in all Windows 
> versions is the actual culprit.


Gerrit
-- 
=^..^=

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

