Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-pip error when compile a package #3

Closed
XniceCraft opened this issue Nov 3, 2023 · 1 comment
Closed

python-pip error when compile a package #3

XniceCraft opened this issue Nov 3, 2023 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@XniceCraft
Copy link
Owner

This error happen due to clang 9 on termux repo isn't support "-static-openmp" flag.
Workaround : -

@XniceCraft XniceCraft self-assigned this Nov 3, 2023
@XniceCraft XniceCraft added the help wanted Extra attention is needed label Nov 3, 2023
@XniceCraft
Copy link
Owner Author

This issue has been fixed by compiling new clang (llvm v17.0.6). But dont forget to add "-fuse-ld=gold" to your CFLAGS and CXXFLAGS due to this issue #5

XniceCraft added a commit that referenced this issue Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant