Hi,

In the main Make file of libunwind it is mentioned that " This directory's 
subdirectories are mostly independent; you can cd
 into them and run `make' without going through this Makefile."

But what I observed is if I copy the tests folder outside the libunwind 
directory and issue the 'make' command inside the tests folder, make fails and 
I am getting the error 

cd .. && make  am--refresh
make[1]: Entering directory `/home/bincy/Downloads/libunwind_oct'
make[1]: *** No rule to make target `am--refresh'.  Stop.
make[1]: Leaving directory `/home/bincy/Downloads/libunwind_oct'
make: *** [../configure] Error 2

Please note that I have an installed version of libunwind.

Kindly look into this issue.

Regards
Bincy





________________________________
 From: Arun Sharma <[email protected]>
To: Bincy K Philip <[email protected]> 
Cc: Tommi Rantala <[email protected]>; "[email protected]" 
<[email protected]> 
Sent: Friday, 26 October 2012 8:16 PM
Subject: Re: [Libunwind-devel] Testing libunwind
 
On Fri, Oct 26, 2012 at 4:36 AM, Bincy K Philip
<[email protected]> 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
_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to