delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Mon, 24 May 2004 12:51:52 -0400 |
From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: _atoll undefined ?!? |
Message-ID: | <20040524165152.GB28784@coe.bosbc.com> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <40B220CF DOT 3090206 AT users DOT sourceforge DOT net> |
Mime-Version: | 1.0 |
In-Reply-To: | <40B220CF.3090206@users.sourceforge.net> |
User-Agent: | Mutt/1.4.1i |
On Mon, May 24, 2004 at 12:20:31PM -0400, Yaakov Selkowitz wrote: >If I'm not mistaken, _atoll should be in libcygwin.a, but I grepped it >and it's not there (but atol, strtoll, and the other functions defined >in stdlib.h ARE in libcygwin.a). You are mistaken. If atoll is not in libcygwin.a then it is not being exported. The fact that it is declared in /usr/include/stdlib.h means that it is defined (for some architectures?) in newlib. Newlib is the library that cygwin uses for standard functions like this. We don't use absolutely everything from newlib in cygwin. PTC. cgf -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |