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

c...@musicinmybrain.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |needinfo?(trpost@rocketmail
                   |                            |.com)



--- Comment #13 from c...@musicinmybrain.net ---
The undefined symbols in /usr/lib64/libNativeJIT.so.0 are all defined in
/usr/lib64/libCodeGen.so.0. So the problem is that the NativeJIT library fails
to link the CodeGen library.

Adding

  target_link_libraries(NativeJIT PUBLIC CodeGen)

in src/NativeJIT/CMakeLists.txt seems to fix it.

It may be that the dependency could be PRIVATE rather than PUBLIC; I do not
understand the interaction of these CMake linking options with C++ well enough
to be sure.

-----

By the way, -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE is (harmlessly) redundant with
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON in the expansion of %cmake.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
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/package-review@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to