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

32-bit detection by configure script on atom machines #285

Open
DanGrayson opened this issue Feb 8, 2020 · 0 comments
Open

32-bit detection by configure script on atom machines #285

DanGrayson opened this issue Feb 8, 2020 · 0 comments

Comments

@DanGrayson
Copy link

I've had a bug report from a user of Macaulay2 that indicates that the mpir 3.0.0 configure script thinks his machine is 64 bit, but it's actually 32 bit, and then "as" objects to the "mulq" instructions used by mpir during the build. (I think he'll able to work around it by passing ABI=32 to your configure script.)

Your configure script says this to him:

checking build system type... atom-pc-linux-gnu

Your (very old) script "config.guess" returns "atom-pc-linux-gnu". A more modern version of "config.guess" dated 2017-05-27 returns "i686-pc-linux-gnu".

Maybe all that's required is to update that script, along with "config.sub". The most recent one is dated 2020-01-01.

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