"bfd library not found" error when configuring Oprofile
Asked Answered
A

1

5

I downloaded oprofile zip and then extracted it. Then using the command

./configure --prefix=/home/eranga/Software/oprofile-1.1.0

I tried to install it. Below are the last console messages.

checking for bfd_openr in -lbfd... no
checking for compress in -lz... yes
checking for bfd_fdopenr in -lbfd... no
configure: error: bfd library not found

Can anyone suggest why this is happening and a solution to it. Thanks in advance 🙏

Arran answered 29/8, 2016 at 12:33 Comment(0)
I
11

Seems like you are missing a library. This command installs bfd library for me:

sudo apt-get install binutils-dev
Inculpable answered 18/11, 2016 at 16:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.