freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Problem compiling ft2demos 2.1.9


From: Pierre
Subject: Re: [Devel] Problem compiling ft2demos 2.1.9
Date: Tue, 16 Nov 2004 00:15:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Werner LEMBERG wrote:
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.

Ok I'm sorry it was a problem with my glibc.

--
Pierre.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]