configure: error: popt library not found
Try:
代碼:
sudo apt-get install libpopt
sudo apt-get install libpopt-dev
configure: error: liberty library not found
Try:
代碼:
sudo apt-get install binutils
sudo apt-get install binutils-dev
Note:
It seems that we may need to install the "-dev" packages
for oprofile 0.9.7 @ ubuntu |