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

OpenSSL does not build reliably with 'make -j' #4

Closed
mechalas opened this issue Aug 1, 2017 · 1 comment
Closed

OpenSSL does not build reliably with 'make -j' #4

mechalas opened this issue Aug 1, 2017 · 1 comment

Comments

@mechalas
Copy link

mechalas commented Aug 1, 2017

OpenSSL has never reliably built with make -j. Support for parallel builds breaks on some platforms and not on others, and seems to break periodically all around. I was unable to compile 1.1.0e or 1.1.0f on Ubuntu 16.04 using a stock installation with the build script due to numerous errors. Removing the -j option fixes this.

Suggest you remove the -j option from make in your build script.

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

2 participants