[Bug documentation/5538] New: configure: error: missing elfutils development headers/libraries (dw 0.123+)
davh at davh dot dk
sourceware-bugzilla@sourceware.org
Thu Jan 3 14:07:00 GMT 2008
diff --git a/configure.ac b/configure.ac
index d2a150b..f1515f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,9 +109,9 @@ if test $build_elfutils = no; then
# Need libdwfl-capable recent elfutils from Fedora
save_LIBS="$LIBS"
AC_CHECK_LIB(dw, dwfl_module_getsym,,[
- AC_MSG_ERROR([missing elfutils development headers/libraries (dw 0.123+)])])
+ AC_MSG_ERROR([missing elfutils development headers/libraries (dw
0.123+)])], -lelf -lebl -ldw)
AC_CHECK_LIB(ebl, ebl_openbackend,,[
- AC_MSG_ERROR([missing elfutils development headers/libraries (ebl 0.123+)])])
+ AC_MSG_ERROR([missing elfutils development headers/libraries (ebl
0.123+)])], -lelf -ldw)
stap_LIBS="$LIBS"
LIBS="$SAVE_LIBS"
else
--
Summary: configure: error: missing elfutils development
headers/libraries (dw 0.123+)
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: documentation
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: davh at davh dot dk
http://sourceware.org/bugzilla/show_bug.cgi?id=5538
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list