Opened 6 years ago

Closed 6 years ago

#14403 closed bug (fixed)

Symbol mangled by the C++ compiler

Reported by: miqlas Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86-64

Description

Radare2 built with CFLAGS="-D_BSD_SOURCE" and with LDLFAGS="-lbsd", it is stil lcomplains about missing symbol: login_tty. This symbol provided by libbsd on Haiku, but still not found.

~ # nm -D /boot/system/lib/libbsd.so | grep login_tty
0000000000002be5 T _Z9login_ttyi

For more info: https://github.com/haikuports/haikuports/pull/2952#issuecomment-416021471

Change History (2)

comment:2 by korli, 6 years ago

Resolution: fixed
Status: newclosed

Fixed the typo in hrev52284.

Note: See TracTickets for help on using tickets.