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

Bruno Albuquerque <bga@xxxxxxxxxxxxx> wrote:

> When trying to compile a debug build of libroot.so, the build is 
> aborting with this message:

> undefined reference to `__toupper_l'

> 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.

__toupper_l or toupper() is probably a (static) inline function when DEBUG is
not defined, and the non inline impementation is missing.

regards
Marcus

Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT FÜR ALLE NEUEINSTEIGER
Jetzt bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket
für clevere Doppel-Sparer, nur  29,95 Euro  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2

Other related posts: