delorie.com/djgpp/bugs/show.cgi   search  
Bug 000330

When Created: 11/13/2000 13:16:01
Against DJGPP version: 2.03
By whom: noemail@noemail.com
Abstract: atoll appears to be missing in library files (function *.a)
djdev203
gcc2952b

It appears that the function:

long long atoll(const char *p);

Was not compiled into any of the standard lib files.  The linker complains: "undefined reference to 'atoll'".

This isn't too much of a problem, as the strtoll() function was included, which I used instead.  However, this is bug of the compiled 203 version of DJGPP (windows 95/98).

Note added: 11/14/2000 12:22:44
By whom: eliz@is.elta.co.il
This is not a bug at all: atoll simply isn't part of the library.
The fact that its prototype is in the system headers doesn't mean anything.

I'm closing this report.

Closed on 11/14/2000 12:24:03: Absense of a function is not a bug.
By whom: eliz@is.elta.co.il



  webmaster     delorie software   privacy  
  Copyright © 2010   by DJ Delorie     Updated Jul 2010