[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Problem compiling ft2demos 2.1.9
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Problem compiling ft2demos 2.1.9 |
Date: |
Mon, 15 Nov 2004 20:49:26 +0100 (CET) |
> gcc -o /tmp/ft2demos-2.1.9/bin/.libs/ftlint
> /tmp/ft2demos-2.1.9/obj/ftlint.o /tmp/ft2demos-2.1.9/obj/common.o
> /tmp/freetype2/objs/.libs/libfreetype.so -lz
> /tmp/freetype2/objs/.libs/libfreetype.so: undefined reference to `__ctype_b'
Strange. `__ctype_b' is part of `__locale_t' which is defined in
glibc's `xlocale.h' header file. It looks like a problem with your
compiler setup or a glitch in glibc. Using gcc 3.3.3 on my Linux box
together with glibc 2.3.3 I can't reproduce this.
Werner