[haiku-bugs] [Haiku] #6740: libroot doesn't build with DEBUG defined

  • From: "anevilyak" <trac@xxxxxxxxxxxx>
  • Date: Sat, 23 Oct 2010 20:58:28 -0000

#6740: libroot doesn't build with DEBUG defined
---------------------------------+-----------------------------
   Reporter:  anevilyak          |       Owner:  zooey
       Type:  bug                |      Status:  new
   Priority:  normal             |   Milestone:  R1
  Component:  System/libroot.so  |     Version:  R1/Development
   Keywords:                     |  Blocked By:
Has a Patch:  0                  |    Platform:  All
   Blocking:                     |
---------------------------------+-----------------------------
 Currently one cannot build/link libroot in debug mode due to some missing
 posix locale-related symbols (which probably don't end up in the release
 build due to the nature of the macros used).

 Error:
 {{{
 Link libroot.so
 posix_gnu_iconv.o: In function `add_alias':
 gconv_conf.c:(.text+0x57a): undefined reference to `__toupper_l'
 gconv_conf.c:(.text+0x61f): undefined reference to `__toupper_l'
 posix_gnu_iconv.o: In function `add_module':
 gconv_conf.c:(.text+0x911): undefined reference to `__toupper_l'
 gconv_conf.c:(.text+0x9b9): undefined reference to `__toupper_l'
 posix_gnu_wcsmbs.o: In function `__wcsmbs_load_conv':
 (.text+0x222c): undefined reference to `__toupper_l'
 collect2: ld returned 1 exit status
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6740>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: