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

Disable building libsanitizer in gcc (since musl is used) #19

Open
Rielynd opened this issue Jun 17, 2020 · 0 comments
Open

Disable building libsanitizer in gcc (since musl is used) #19

Rielynd opened this issue Jun 17, 2020 · 0 comments

Comments

@Rielynd
Copy link

Rielynd commented Jun 17, 2020

(Using a version of the book cloned yesterday)
So I noticed that, in the final gcc build run, that the build crashes at libsanitizer due to a few missing includes and missing fields in 'FILE'.
With a bit of digging, I found out that libsanitizer is completely incompatible with musl.
Fix would be appending '--disable-libsanitizer' to the gcc configure options (Ch. 4.9.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant