https://bugzilla.redhat.com/show_bug.cgi?id=2119494



--- Comment #102 from Benson Muite <[email protected]> ---
For undefined weak symbols, maybe check the makefile links the library
libaubit4gl, it should
have -laubit4gl if there are circular dependencies, may need to add them
several times for
example -laubit4gl -lchannel -laubit4gl
You may also add the flag -Wl,--as-needed if listing many of the libraries
several
times might be cumbersome to prevent the error unused-direct-shlib-dependency

An explanation on linking is available at:
https://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN46
though maybe there is a better reference? Probably the documentation needs
an update to make it clear what is preferred.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2119494
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to