This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
latest elftools breaks cvs systemtap/src
- From: James Dickens <jamesd dot wi at gmail dot com>
- To: systemtap at sources dot redhat dot com
- Date: Tue, 16 Aug 2005 17:48:03 -0500
- Subject: latest elftools breaks cvs systemtap/src
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FrCjtlH5nnkMLqC77hiJa4b0MfrZUIb8ZzRzlsQxIguKGJhVwp0BKYlLiTwFdN8X5BEAtTctvpamxrkDZuxBz6R8oEmlwv6JTcVeT567ekhrGHQ62uYPtOlUH8obxz/mFOO/N4j/yuMrGTBZczpggXZJ0vSKc8WeP8sXzDx8xkw=
hi installed a fresh copy of debian, upgarded to unstable to get the
latest build tools.
grabbed cvs src for system tap
ran ./configure and learned that i needed elflibs .111 so i found
elflibs .113 at redhats site and installed them, in 2 different places
so that ./configure can find them, and after ./configure found them it
broke ./configure
checking for C compiler default output file name... configure: error:
C compiler cannot create executables
See `config.log' for more details.
debian:/home/jamesd/src#
important parts of config.log
configure:2154: checking for C compiler default output file name
configure:2157: gcc conftest.c >&5
/usr/bin/ld: unrecognized option `--eh-frame-hdr'
Try `ld --help' or `ld --usage' for more information.
collect2: ld returned 64 exit status
configure:2160: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
is there another patch i can apply to fix this?