[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] Testing libunwind
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] Testing libunwind |
Date: |
Fri, 26 Oct 2012 07:46:21 -0700 |
On Fri, Oct 26, 2012 at 4:36 AM, Bincy K Philip
<address@hidden> wrote:
> Hi,
>
> How can I make the tests in libunwind to point to my installed libunwind
> location. So that, 'make check' will test the installed libunwind. Please
> consider a case where the source code for libunwind is not available
> What I observed is its taking the residing libunwind package by deafault.
If you're linking dynamically, using LD_PRELOAD env variable can force
the installed version.
-Arun