[haiku-development] Re: Undefined reference to __toupper_l.

  • From: "Jérôme Duval" <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 31 Jan 2008 13:11:02 +0100

Hi Bruno,

2008/1/31, Bruno Albuquerque <bga@xxxxxxxxxxxxx>:
> Any ideas why this is failing with DEBUG enabled but not in a normal
> build? I did take a look around to see if I could figure it out but i
> didn't find anything obvious.
>

There is a macro replacing this function when __OPTIMIZE__ is not
defined. The actual function can be found in
src/system/libroot/posix/glibc/ctype/ctype_l.c

Maybe try to include it in src/system/libroot/posix/glibc/ctype/Jamfile.

Bye,
Jérôme

Other related posts: