Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 53524  / 1 Year ago, thu, may 18, 2023, 8:39:11

When I try to do ./configure over AWN v0.4 I get this error:



configure: error: in `/home/desktop/Software/avant-window-navigator-0.4.0':
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.


So maybe I can solve this adding the path of the python library to the command. But I don't know where is it.



See the full output here


More From » python

 Answers
7

This message is not asking for the python libraries themselves, it's asking for the headers to link against them. You can install then with:



sudo apt-get install python-dev


You are probably lacking some other dependencies.


[#32220] Thursday, May 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gliroopy

Total Points: 290
Total Questions: 115
Total Answers: 114

Location: Egypt
Member since Tue, May 3, 2022
2 Years ago
;