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: [RFC] [PATCH] Fix configure scripts for Debian systems


Stone, Joshua I wrote:
> I found that on Debian systems (or at least Ubuntu Hardy), libdw is
> shipped only as a static library.  This causes problems with our current
> configure script, because there's apparently a circular link dependency
> between libdw and libebl.
> 
> I added --enable-staticdw to configure, so it can try the link test in a
> different way.  I'm no autoconf expert though, so I'd like others to
> check this before I commit.  Or, if anyone knows how to do this without
> the explicit option, that would be even better.

By looking at your patch it seems like the '--with-elfutils' option and
your new '--enable-staticdw' option couldn't be specified at the same
time.  (Note that I'm not sure they *should* coexist.)

Could there be a situation where a user would want to specify both?

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


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