We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling Python >= 3.5.3 and >= 3.6.0, we see the following warning:
+ ./configure --prefix=/opt/_internal/cpython-3.5.3 --disable-shared configure: WARNING: linux/random.h: present but cannot be compiled configure: WARNING: linux/random.h: check for missing prerequisite headers? configure: WARNING: linux/random.h: see the Autoconf documentation configure: WARNING: linux/random.h: section "Present But Cannot Be Compiled" configure: WARNING: linux/random.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------------- ## configure: WARNING: ## Report this to https://bugs.python.org/ ## configure: WARNING: ## --------------------------------------- ##
This issue seems to have been around for a little while, at least.
Don't know yet what impact it has on built wheels.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling Python >= 3.5.3 and >= 3.6.0, we see the following warning:
This issue seems to have been around for a little while, at least.
Don't know yet what impact it has on built wheels.
The text was updated successfully, but these errors were encountered: