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
Note:
See TracTickets
for help on using tickets.
https://review.haiku-os.org/#/c/haiku/+/487/