Hello,
I try again to build libtorrent [1].
I can't have ./configure to find the boost-python library.

The .configure file has been modified like this :

    - CXXFLAGS="$CXXFLAGS -ftemplate-depth=120"
    + CXXFLAGS="$CXXFLAGS"

Then, I try to build like this :

    export LDFLAGS="-L /usr/lib -L/usr/local/lib"
    export CXXFLAGS="-I /usr/include -I/usr/local/include"

    ./configure \
        --with-boost=/usr/local/ \
        --with-boost-system=boost_system-mt \
        --enable-python-binding \
        --with-boost-python=boost_python-mt \
        --disable-static \
        --enable-dht \
        --enable-pool-allocators \
        --with-libiconv \
        --disable-debug

Here is the error message :

    checking for Python include path... -I/usr/local/include/python3.6m
    checking for Python library path... -L/usr/local/lib -lpython3.6m
    checking for Python site-packages path...
/usr/local/lib/python3.6/site-packages
    checking python extra libraries... -lintl -lpthread  -lutil -lm
    checking python extra linking flags... -Wl,--export-dynamic
    checking consistency of all components of python development
environment... yes
    checking whether the Boost::Python library is available... no
    configure: error: Boost.Python library not found. Try using
--with-boost-python=lib.

You may find the full ./configure log here : http://pastebin.com/Ac4SkrEG


Any advice ?

Regards.

[1] : http://libtorrent.org/

--
/Thuban/

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]

Reply via email to