ubuntu 16.10 x64
sudo apt-get install autoconf automake binutils-dev libunwind-dev build-essential
[sudo] password for dc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
The following additional packages will be installed:
libunwind8 m4
Suggested packages:
autoconf-archive gnu-standards autoconf-doc gettext
The following NEW packages will be installed:
autoconf automake binutils-dev libunwind-dev libunwind8 m4
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,844 kB of archives.
After this operation, 28.0 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://archive.ubuntu.com/ubuntu yakkety/main amd64 m4 amd64 1.4.17-5 [195 kB]
Get:2 http://archive.ubuntu.com/ubuntu yakkety/main amd64 autoconf all 2.69-10 [321 kB]
Get:3 http://archive.ubuntu.com/ubuntu yakkety/main amd64 automake all 1:1.15-4ubuntu1 [510 kB]
Get:4 http://archive.ubuntu.com/ubuntu yakkety/main amd64 libunwind8 amd64 1.1-4.1ubuntu2 [46.3 kB]
Get:5 http://archive.ubuntu.com/ubuntu yakkety/main amd64 libunwind-dev amd64 1.1-4.1ubuntu2 [417 kB]
Get:6 http://archive.ubuntu.com/ubuntu yakkety/main amd64 binutils-dev amd64 2.27-8ubuntu2 [2,355 kB]
Fetched 3,844 kB in 0s (17.6 MB/s)
Selecting previously unselected package m4.
(Reading database ... 35346 files and directories currently installed.)
Preparing to unpack .../0-m4_1.4.17-5_amd64.deb ...
Unpacking m4 (1.4.17-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../1-autoconf_2.69-10_all.deb ...
Unpacking autoconf (2.69-10) ...
Selecting previously unselected package automake.
Preparing to unpack .../2-automake_1%3a1.15-4ubuntu1_all.deb ...
Unpacking automake (1:1.15-4ubuntu1) ...
Selecting previously unselected package libunwind8.
Preparing to unpack .../3-libunwind8_1.1-4.1ubuntu2_amd64.deb ...
Unpacking libunwind8 (1.1-4.1ubuntu2) ...
Selecting previously unselected package libunwind-dev.
Preparing to unpack .../4-libunwind-dev_1.1-4.1ubuntu2_amd64.deb ...
Unpacking libunwind-dev (1.1-4.1ubuntu2) ...
Selecting previously unselected package binutils-dev.
Preparing to unpack .../5-binutils-dev_2.27-8ubuntu2_amd64.deb ...
Unpacking binutils-dev (2.27-8ubuntu2) ...
Setting up binutils-dev (2.27-8ubuntu2) ...
Setting up m4 (1.4.17-5) ...
Setting up libunwind8 (1.1-4.1ubuntu2) ...
Processing triggers for libc-bin (2.24-3ubuntu2) ...
Setting up libunwind-dev (1.1-4.1ubuntu2) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up autoconf (2.69-10) ...
Setting up automake (1:1.15-4ubuntu1) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
dc@fly-media:$ git clone https://github.com/dkrotx/crxprof.git
Cloning into 'crxprof'...
remote: Counting objects: 261, done.
remote: Total 261 (delta 0), reused 0 (delta 0), pack-reused 261
Receiving objects: 100% (261/261), 77.74 KiB | 0 bytes/s, done.
Resolving deltas: 100% (148/148), done.
Checking connectivity... done.
dc@fly-media:$ cd crxprof
dc@fly-media:/crxprof$ autoreconf -fiv
autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory config autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:16: installing 'config/compile' configure.ac:8: installing 'config/install-sh' configure.ac:8: installing 'config/missing' Makefile.am: installing './INSTALL' Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory .'
dc@fly-media:/crxprof$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for inflate in -lz... yes
checking for cplus_demangle in -liberty... no
configure: error: Could not find iberty library: binutils-dev
ubuntu 16.10 x64
sudo apt-get install autoconf automake binutils-dev libunwind-dev build-essential
[sudo] password for dc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
The following additional packages will be installed:
libunwind8 m4
Suggested packages:
autoconf-archive gnu-standards autoconf-doc gettext
The following NEW packages will be installed:
autoconf automake binutils-dev libunwind-dev libunwind8 m4
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,844 kB of archives.
After this operation, 28.0 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://archive.ubuntu.com/ubuntu yakkety/main amd64 m4 amd64 1.4.17-5 [195 kB]
Get:2 http://archive.ubuntu.com/ubuntu yakkety/main amd64 autoconf all 2.69-10 [321 kB]
Get:3 http://archive.ubuntu.com/ubuntu yakkety/main amd64 automake all 1:1.15-4ubuntu1 [510 kB]
Get:4 http://archive.ubuntu.com/ubuntu yakkety/main amd64 libunwind8 amd64 1.1-4.1ubuntu2 [46.3 kB]
Get:5 http://archive.ubuntu.com/ubuntu yakkety/main amd64 libunwind-dev amd64 1.1-4.1ubuntu2 [417 kB]
Get:6 http://archive.ubuntu.com/ubuntu yakkety/main amd64 binutils-dev amd64 2.27-8ubuntu2 [2,355 kB]
Fetched 3,844 kB in 0s (17.6 MB/s)
Selecting previously unselected package m4.
(Reading database ... 35346 files and directories currently installed.)
Preparing to unpack .../0-m4_1.4.17-5_amd64.deb ...
Unpacking m4 (1.4.17-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../1-autoconf_2.69-10_all.deb ...
Unpacking autoconf (2.69-10) ...
Selecting previously unselected package automake.
Preparing to unpack .../2-automake_1%3a1.15-4ubuntu1_all.deb ...
Unpacking automake (1:1.15-4ubuntu1) ...
Selecting previously unselected package libunwind8.
Preparing to unpack .../3-libunwind8_1.1-4.1ubuntu2_amd64.deb ...
Unpacking libunwind8 (1.1-4.1ubuntu2) ...
Selecting previously unselected package libunwind-dev.
Preparing to unpack .../4-libunwind-dev_1.1-4.1ubuntu2_amd64.deb ...
Unpacking libunwind-dev (1.1-4.1ubuntu2) ...
Selecting previously unselected package binutils-dev.
Preparing to unpack .../5-binutils-dev_2.27-8ubuntu2_amd64.deb ...
Unpacking binutils-dev (2.27-8ubuntu2) ...
Setting up binutils-dev (2.27-8ubuntu2) ...
Setting up m4 (1.4.17-5) ...
Setting up libunwind8 (1.1-4.1ubuntu2) ...
Processing triggers for libc-bin (2.24-3ubuntu2) ...
Setting up libunwind-dev (1.1-4.1ubuntu2) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up autoconf (2.69-10) ...
Setting up automake (1:1.15-4ubuntu1) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
dc@fly-media:
$ git clone https://github.com/dkrotx/crxprof.git$ cd crxprofCloning into 'crxprof'...
remote: Counting objects: 261, done.
remote: Total 261 (delta 0), reused 0 (delta 0), pack-reused 261
Receiving objects: 100% (261/261), 77.74 KiB | 0 bytes/s, done.
Resolving deltas: 100% (148/148), done.
Checking connectivity... done.
dc@fly-media:
dc@fly-media:
/crxprof$ autoreconf -fiv/crxprof$ ./configureautoreconf: Entering directory
.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory config autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:16: installing 'config/compile' configure.ac:8: installing 'config/install-sh' configure.ac:8: installing 'config/missing' Makefile.am: installing './INSTALL' Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory.'dc@fly-media:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for inflate in -lz... yes
checking for cplus_demangle in -liberty... no
configure: error: Could not find iberty library: binutils-dev