Kodi Community Forum

Full Version: Building Frodo RC fails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have an openSUSE 12.2 box and want to build Frodo RC, but ./configure fails with this error:

checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib64 -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/site-packages
checking python extra libraries... -lpthread -ldl -lutil
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... no
configure: error: in `/home/malte_gell/download/src/multimedia/xbmc/xbmc':
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"


I have Python 2.7 and Python 3 installed. I used this configure command:

./configure --enable-optimizations --enable-gl --enable-vdpau --enable-pulse --enable-ssh --enable-dvdcss LDFLAGS="-L/usr/lib64/python"

Why does configure not find Python? On openSUSE 12.1 it worked, now on 12.2 it doesn´t build....

thanx for any hint