Hans de Goede wrote:
Hi All,See: http://buildsys.fedoraproject.org/logs/fedora-development-extras/30683-dia-0.96-1.fc7/This bombs with the following error: checking for libpython2.5.a... not found
py_config_dir="$py_prefix/lib/python${PYTHON_VERSION}/config"
if test -e "${py_config_dir}/libpython${PYTHON_VERSION}.a"; then
Perhaps configure expects libpython2.5.a to be under /usr/*lib*/python2.5/config, which actually this is under /usr/*lib64*/python2.5/config/ ? Mamoru