Skip to content

pcre2-sys crate build failed in linux #261

Answered by messense
Peefy asked this question in Q&A
Discussion options

You must be logged in to vote

Seems that pcre2 requires a newer GCC version, you should target higher manylinux version to get a newer GCC.
For example when cross compiling manylinux_2_28 has GCC 7.5.0 while manylinux2014 only has GCC 4.8.5.

See https://github.com/rust-cross/manylinux-cross?tab=readme-ov-file#manylinux-cross

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Peefy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #258 on April 30, 2024 03:00.