On Mon, Sep 10, 2012 at 5:16 PM, Cody P Schafer <[email protected]> wrote: > This breaks building test-varargs for me with > > /bin/sh ../libtool --tag=CC --mode=link gcc -ggdb -g3 -fexceptions -Wall > -Wsign-compare -o test-varargs test-varargs.o > libtool: link: gcc -ggdb -g3 -fexceptions -Wall -Wsign-compare -o > test-varargs test-varargs.o > test-varargs.o: In function `b': > /root/cody/build.libunwind/tests/../../libunwind/tests/test-varargs.c:22: > undefined reference to `unw_backtrace' > collect2: ld returned 1 exit status > > During build on ppc64.
Are you configuring with UNW_REMOTE_ONLY by any chance? Tommi: if this is the problem, I think we should guard the test also the same way in tests/Makefile.am. -Arun _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
