From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: Re: libunwind
Date: Thu, 21 Aug 2003 01:46:00 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106143042731025@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106141788020789@msgid-missing>
On Wed, 20 Aug 2003 17:05:10 -0700,
Umut Aymakoglu <umuta@us.ibm.com> wrote:
>I need to put stack tracing into my program. To use the libunwinding , i
>need to link with the library which will cause problems for the customers
>who do not have the libunwind library.
ksymoops has the same problem, it needs libbfd and libiberty which are
not always installed. Link libunwind statically with your program and
use dynamic linking for everything else.
ld ... -Wl,-Bstatic -lunwind -Wl,-Bdynamic -o ...
People who install the binary have no problems, only people who want to
compile the program themselves need to install libunwind.
next prev parent reply other threads:[~2003-08-21 1:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-20 22:13 libunwind Umut Aymakoglu
2003-08-20 23:52 ` libunwind David Mosberger
2003-08-21 0:05 ` libunwind Umut Aymakoglu
2003-08-21 1:46 ` Keith Owens [this message]
2003-08-21 4:50 ` libunwind David Mosberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106143042731025@msgid-missing \
--to=kaos@ocs.com.au \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox