jan.kratochvil at redhat dot com
2014-06-20 10:39:44 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=17077
Bug ID: 17077
Summary: --with-system-readline uses bundled readline include
files
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: build
Assignee: unassigned at sourceware dot org
Reporter: jan.kratochvil at redhat dot com
Target: x86_64-linux-gnu
When building tui/tui-io.c one can see in gcc -E still the bundled readline
include files get used.
# 32 "./../opcodes/../readline/rltypedefs.h"
#define _FUNCTION_DEF
As the libreadline.a is linked from system it may lead to incompatible ABI.
I do not have an idea how to fix it. Fedora GDB packaging ensures the build is
correct by "rm -rf readline" in the source tree.
Bug ID: 17077
Summary: --with-system-readline uses bundled readline include
files
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: build
Assignee: unassigned at sourceware dot org
Reporter: jan.kratochvil at redhat dot com
Target: x86_64-linux-gnu
When building tui/tui-io.c one can see in gcc -E still the bundled readline
include files get used.
# 32 "./../opcodes/../readline/rltypedefs.h"
#define _FUNCTION_DEF
As the libreadline.a is linked from system it may lead to incompatible ABI.
I do not have an idea how to fix it. Fedora GDB packaging ensures the build is
correct by "rm -rf readline" in the source tree.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.