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

2008/1/31, Bruno Albuquerque <bga@xxxxxxxxxxxxx>:
> Didn't work. I added the following:
>
> DEBUG on <src!servers!mail!>mail_daemon = 1 ;
> DEBUG on <src!kits!mail!>libmail.so = 1 ;
> DEBUG on <src!add-ons!mail_daemon!inbound_protocols!pop3!>POP3 = 1 ;
> DEBUG on <src!add-ons!mail_daemon!system_filters!inbox!>Inbox = 1 ;
> DEBUG on <src!add-ons!mail_daemon!system_filters!parser!>Message\ Parser
> = 1 ;
>

Maybe you could try to add such lines to src/kits/mail/Jamfile and
such, before the main rule :

local sources = source1.cpp source2.cpp source3.cpp  ;
DEBUG on [ FGristFiles $(sources:S=$(SUFOBJ)) ] = 1 ;

Hope it helps,
Jérôme

Other related posts: