Hello,
I am experiencing difficulty installing! After I ./configure the file, at the sudo make install step, it keeps giving me error of
- In file included from /usr/include/features.h:374:0,
from /usr/include/assert.h:35,
from setjmp/longjmp.c:28: - /usr/include/x86_64-linux-gnu/bits/setjmp2.h:25:13: error: 'longjmp' aliased to undefined symbol '_longjmp'
- extern void __REDIRECT_NTHNL (longjmp,
^ - make[2]: *** [setjmp/longjmp.lo] Error 1
- make[2]: Leaving directory `/home/auser/Downloads/libunwind-0.99-beta/src'
- make[1]: *** [install] Error 2
- make[1]: Leaving directory `/home/auser/Downloads/libunwind-0.99-beta/src'
- make: *** [install-recursive] Error 1
Hope you can give me some new insight of how to fix it and it seems the CFLAGS = "-g -O0 -m64" did not work either!
Thank you,
Yufang Sun