Tach zusammen,
bin mir nicht sicher, ob ich einen Bugreport schreiben sollte. Jedenfalls bricht die Konfiguration von mkvtoolnix mit folgender Meldung ab:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
checking for boostlib >= 1.34.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Regex library is available... yes
checking for main in -lboost_regex... no
checking for main in -lboost_regex-boost_regex... no
configure: error: Could not link against boost_regex-boost_regex !
!!! ERROR in media-video/mkvtoolnix-4.0.0::gentoo:
!!! In econf at line 2373
!!! econf failed
|
Es gibt also irgendein Problem mit boost, musste daraufhin feststellen, dass ich gleich drei Versionen von boost installiert habe:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
eix dev-libs/boost
[D] dev-libs/boost
Available versions:
(0) 1.35.0-r2 1.35.0-r5
(1.37) ~1.37.0-r1
(1.39) ~1.39.0
(1.41) 1.41.0-r3
(1.42) ~1.42.0 ~1.42.0-r1
{debug doc +eselect expat icu mpi python static-libs test tools}
Installed versions: 1.39.0(1.39)(21:19:29 10.03.2010)(eselect icu python tools -debug -doc -expat -mpi -test) 1.41.0-r3(1.41)(21:32:48 10.03.2010)(eselect icu python tools -debug -doc -expat -mpi -test) 1.42.0-r1(1.42)(18:04:07 31.05.2010)(eselect icu python tools -debug -doc -mpi -static-libs -test)
Homepage: http://www.boost.org/
Description: Boost Libraries for C++
eselect boost list
Available boost versions:
[1] boost-1.39/default
[2] boost-1.41/default
[3] boost-1.42/default *
|
Könnte die Versionsvielfalt auf meinem System dazu führen, dass der configure-Vorgang abbricht? Anders formuliert, würde es was bringen nur noch eine Version draufzuhaben?
Hoffe es hat jemand einen Tip, danke im Voraus.
Gruß Andreas