Skip to content

Fix a configure error with gcc 4.9#30

Merged
evaleev merged 2 commits intoevaleev:masterfrom
certik:gcc4.9_fix_gmp
Apr 1, 2015
Merged

Fix a configure error with gcc 4.9#30
evaleev merged 2 commits intoevaleev:masterfrom
certik:gcc4.9_fix_gmp

Conversation

@certik
Copy link
Copy Markdown
Contributor

@certik certik commented Mar 25, 2015

Fixes #29. The problem is described at https://gcc.gnu.org/gcc-4.9/porting_to.html, the <cstddef> was updated and must be included before <gmpxx.h>.

certik added 2 commits March 25, 2015 16:49
Fixes evaleev#29. The problem is described at
https://gcc.gnu.org/gcc-4.9/porting_to.html, the <cstddef> was updated and must
be included before <gmpxx.h>.
Otherwise you get the same error (see previous commit) during the build.
@certik
Copy link
Copy Markdown
Contributor Author

certik commented Apr 1, 2015

@evaleev please let me know if there is any problem with this patch, I'll be happy to fix it.

evaleev added a commit that referenced this pull request Apr 1, 2015
Fix a configure error with gcc 4.9
@evaleev evaleev merged commit 807677f into evaleev:master Apr 1, 2015
@certik certik deleted the gcc4.9_fix_gmp branch April 1, 2015 22:04
@certik
Copy link
Copy Markdown
Contributor Author

certik commented Apr 1, 2015

Thanks @evaleev!

certik added a commit to hashdist/hashstack that referenced this pull request Apr 1, 2015
Now when evaleev/libint#30 is merged, we can remove our
local patches and just use the upstream repository.
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

Successfully merging this pull request may close these issues.

Build fails to configure with gcc 4.9.2

2 participants