-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Cannot build on Fedora: wrong CPUTYPE? #1218
Comments
configure is not wrong exactly, it's just that x86_64 support is not quite there yet. Should be coming into master very early next week. |
I see. I'll close this issue for now. Thanks nikomatsakis. |
coastalwhite
pushed a commit
to coastalwhite/rust
that referenced
this issue
Aug 5, 2023
bjorn3
added a commit
to bjorn3/rust
that referenced
this issue
Oct 9, 2023
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make fails like this:
The host is Fedora 16 x86_64; there is /usr/include/gnu/stubs-64.h but not stubs-32.h.
The last part of configure's output is:
So it looks like configure wrongly detects the CPUTYPE as i686.
The text was updated successfully, but these errors were encountered: