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
I am trying to get a code coverage report, so i added an option '--enable-code-coverage'. It looks like this:
./configure --enable-code-coverage ... --with-libpsl --with-libssh
However,./configure failed with the following error message:
./configure
configure: error: couldn't find libraries for gethostbyname()
./configure--enable-code-coverage should be available.
./configure--enable-code-coverage
7.79.1
[root@openEuler SOURCES]# uname -a Linux openEuler 5.10.0-39.0.0.21.oe1.x86_64 #1 SMP Mon Jan 17 09:20:45 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
053c27c
Successfully merging a pull request may close this issue.
I did this
I am trying to get a code coverage report, so i added an option '--enable-code-coverage'.
It looks like this:
However,
./configure
failed with the following error message:I expected the following
./configure--enable-code-coverage
should be available.curl/libcurl version
7.79.1
operating system
The text was updated successfully, but these errors were encountered: