Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 326 Bytes

2018_10_28_build_libunwind.md

File metadata and controls

23 lines (18 loc) · 326 Bytes

build libunwind

install autoconf & automake

# pkg_add -v autoconf-2.69
# pkg_add -v automake-1.16
# pkg_add -v libtool

$ cat ~/.profile
export AUTOCONF_VERSION=2.69
export AUTOCONF_VERSION=1.16
$ wget url-to-libunwind.tar.gz
$ tar zxf libunwind.tar.gz
$ cd libunwind
$ ./autogen.sh
$ ./configure
$ make