Prev: devel/icu does not build with gcc 4.5.1
Next: devel/boost-python-libs compiled with gcc 4.5.1 causes linkerror
From: Doug Barton on 26 Jun 2010 20:55 Howdy, I'm working on compiling the python bindings for net-p2p/libtorrent-rasterbar-15 and compiled devel/boost-python-libs as a dependency for that. When compiled with gcc 4.5.1 (http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/index.html) the boost-python-libs give the following linker error when trying to build the libtorrent python bindings: configure:18063: cc -o conftest -D_THREAD_SAFE -pthread -pipe -g -g -I/usr/local/include -pthread -L/usr/local/lib -rpath =/usr/lib:/usr/local/lib -L/usr/local/lib/python2.6/config -lpython2.6 conftest.c -lboost_python >&5 /usr/local/lib/libboost_python.so: undefined reference to `_ZNSt15_List_node_base7_M_hookEPS_(a)GLIBCXX_3.4.14' configure:18063: $? = 1 The full log is available at http://dougbarton.us/boost-python-gcc451-config.log When the boost-python-libs are compiled with gcc 4.2.1 (the default in -current) I can compile the libtorrent bindings with either version of gcc. Let me know if there is any other information you need. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |