[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#165790: Glibc 2.3.1-2 in unstable broken



I believe you don't have the current libc-dev package installed; your
headers should not reference __ctype_b.  What version of libc6-dev is
installed?

On Mon, Oct 21, 2002 at 03:40:39PM -0400, jason mclaughlin wrote:
> Package: libc6
> Severity: grave
> 
> Glibc (libc6 2.3.1-2) in unstable appears to be missing symbols for several functions prototyped in ctype.h; the following trivial piece of code fails to compile:
> 
> 
> #include <stdio.h>
> #include <ctype.h>
> 
> int main() {
>         if (isprint('A'))
>                 printf("%c", toupper('a'));
> }
> 
> with this error from ld:
> 
> /tmp/ccqkNPiO.o(.text+0x7): In function `main':
> : undefined reference to `__ctype_b'
> collect2: ld returned 1 exit status
> 
> This problem only starting occuring after my most recent apt-get upgrade.
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-glibc-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: