This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: latest elftools breaks cvs systemtap/src still not fixed the original responder is too distro fixated.


Hi



 grabbed cvs src  for system tap
 

ran  ./configure and learned that i needed elflibs .111  so i found
 elflibs .113 source tar ball  from  redhats site the one made
specifically for systemtap  and installed them, in 2 different places
/usr/local/ was not valid location apparently. so installed it in /usr
 elfutils installs a new copy of ld, which broke ./configure that was
part of  systemtap/src that wanted the new version of elflibs.
 
 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]