You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, currently, the build instructions are only tested on Ubuntu 20.04 and Ubuntu 22.04. We will make this possible on Fedora/CentOS and post updates.
It turns out to my surprise that CentOS-Stream-9 does not have in its repositories some static packages, like static libelf, static libcrypot (part of openssl) and even static libprotobuf. I'll provide an option to build non-static build create_llvm_prof.
I tried to build propeller on CentOS Stream release 9 with the following command
(the directory propeller_optimize_clang.dir has been created before running the above command).
I got the following the error message:
Fixing the above, I got some errors. Eventually I made it work with the following change:
and /home/yhs/0001-debug.patch is
Basically I need to disable static linking and add a couple of options for llvm build.
I also need to add some packages to make it work.
It would be good if we have clear instructions in README file about fedora/centos system.
The text was updated successfully, but these errors were encountered: