Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: rb_libtorrent - A C++ BitTorrent library aiming to be the best alternative Alias: rb_libtorrent https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221372 ------- Additional Comments From bugs.michael@xxxxxxx 2007-01-18 08:03 EST ------- > /include/libtorrent/asio/ssl Ah, yes. > $ grep Libs /usr/lib/pkgconfig/libtorrent.pc > Libs: -L${libdir} -lz -lboost_date_time -lboost_filesystem > -lboost_thread -lz -ltorrent should read: $ grep Libs /usr/lib/pkgconfig/libtorrent.pc Libs: -L${libdir} -ltorrent Because libtorrent is linked against zlib and boost already, see: ldd /usr/lib/libtorrent.so.0 Not a big issue, though. The pkgconfig file should tell what is necessary to compile with and link with libtorrent, not tell what libtorrent was built with. This is a mistake done by several upstream projects. They squeeze everything, which was used for building libtorrent, into the "Libs" line. The full set of -lfoo options is only needed for static linking (or special forms of linking). -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review