Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
boost.m4 and python on Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
qdii
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2009
Posts: 106
Location: Madrid

PostPosted: Wed Jan 16, 2013 11:57 pm    Post subject: boost.m4 and python on Gentoo Reply with quote

When using BOOST_PYTHON from boost.m4 in an autoconf script, it looks for a bunch of library but fails to find a matching.
Gentoo ebuild dev-libs/boost[python] installs those:

Quote:
/usr/lib64/libboost_python-2.7-mt.so
/usr/lib64/libboost_python-2.7.so
/usr/lib64/libboost_python-2.7.so.1.52.0
/usr/lib64/libboost_python-3.2-mt.so
/usr/lib64/libboost_python-3.2.so
/usr/lib64/libboost_python-3.2.so.1.52.0


and BOOST_PYTHON tells ./configure to look for those one:

Quote:
-lboost_python
-lboost_python-1_52
-lboost_python-d
-lboost_python-d-1_52
-lboost_python-gcc
-lboost_python-gcc-1_52
-lboost_python-gcc47
-lboost_python-gcc47-1_52
-lboost_python-gcc47-d
-lboost_python-gcc47-d-1_52
-lboost_python-gcc47-mt
-lboost_python-gcc47-mt-1_52
-lboost_python-gcc47-mt-d
-lboost_python-gcc47-mt-d-1_52
-lboost_python-gcc-d
-lboost_python-gcc-d-1_52
-lboost_python-gcc-mt
-lboost_python-gcc-mt-1_52
-lboost_python-gcc-mt-d
-lboost_python-gcc-mt-d-1_52
-lboost_python-mt
-lboost_python-mt-1_52
-lboost_python-mt-d
-lboost_python-mt-d-1_52


I am not sure where the problem is:
- It could be that a symlink is missing
- It could be that boost.m4 isn’t looking deep enough

I have sent an email to the library author and I am waiting for his answer.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum