-
-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
A-buildArea: Build systemArea: Build systemC-bugCategory: This is a bug (or a fix for a bug, when applied to PRs)Category: This is a bug (or a fix for a bug, when applied to PRs)
Description
The failing looks like this:
/usr/bin/c++ -g "CMakeFiles/elf2llvm.dir/asm-code.cpp.o" CMakeFiles/elf2llvm.dir/main.cpp.o "CMakeFiles/elf2llvm.dir/zydis-utils.cpp.o" -o elf2llvm -Wl,-rpath,/usr/local/lib /usr/local/lib/libZydis.so.4.0.0.0 -lZycore
ld: error: unable to find library -lZycore
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Zydis was configured to use system Zycore.
It finds libZydis.so but it fails to find libZycore.so
On FreeBSD packages are installed into /usr/local/lib but only /usr/lib is in default library path. Once Zycore is installed into /usr/local/lib cmake scripts need to add it to the library path, which they don't.
Version: 4.0.0
FreeBSD 13.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-buildArea: Build systemArea: Build systemC-bugCategory: This is a bug (or a fix for a bug, when applied to PRs)Category: This is a bug (or a fix for a bug, when applied to PRs)