[Bug 221372] Review Request: rb_libtorrent - A C++ BitTorrent library aiming to be the best alternative

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 18 13:03:48 UTC 2007


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 at gmx.net  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.




More information about the Fedora-package-review mailing list