I am trying to compile from source AWN https://launchpad.net/awn/ on Xubuntu 16.04 but when i run ./configure i get:
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LDFLAGS environment variable.
Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
============================================================================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
============================================================================
I run sudo apt-get install python-dev
but it said that it is already the newset version. What should i do?
0 Answers