On Wed, Aug 4, 2010 at 11:15 PM, Steffen Sledz <[email protected]> wrote:

> That's not the way autoconf (especially configure) works. To check if a
> symbol is available in a library it temporarily creates simple test source
> code calling this symbol and tries to link with the library.


Did you look at AC_TRY_COMPILE instead of AC_CHECK_LIB? As long as the test
program has

#include <libunwind.h>

the linking step should succeed.

 -Arun
_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to