From: John Ellson Date: Wed, 10 Sep 2014 17:51:45 +0000 (-0400) Subject: trying: '-undefined dynamic-lookup' for python extension X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdc809ada5d0bb4ff331ccbf609bd8a0870388e4;p=graphviz trying: '-undefined dynamic-lookup' for python extension --- diff --git a/configure.ac b/configure.ac index 6f6b409fc..2dd6bb339 100644 --- a/configure.ac +++ b/configure.ac @@ -1177,7 +1177,8 @@ else else PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"` PYTHON_INCLUDES=-I$PYTHON_PREFIX/include/python$PYTHON_VERSION_SHORT - PYTHON_LIBS="-lpython$PYTHON_VERSION_SHORT" +# PYTHON_LIBS="-lpython$PYTHON_VERSION_SHORT" + PYTHON_LIBS="-undefined dynamic_lookup" PYTHON_INSTALL_DIR="`$PYTHON $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"