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

Unable to compile when ipv6 is disabled #143

Closed
Peter774 opened this issue Feb 7, 2019 · 1 comment
Closed

Unable to compile when ipv6 is disabled #143

Peter774 opened this issue Feb 7, 2019 · 1 comment

Comments

@Peter774
Copy link

Peter774 commented Feb 7, 2019

CentOS release 6.10 (Final) + yum update

works fine: c21a80d7519fa0ad2411bf6799873eb0 fping-4.0.tar.gz
error: b06427bd8e37ed75cbe283c432c8b551 fping-4.1.tar.gz

./configure --disable-ipv6

gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT fping-fping.o -MD -MP -MF .deps/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c
fping.c: In function <91>main<92>:
fping.c:690: error: <91>socket6<92> undeclared (first use in this function)
fping.c:690: error: (Each undeclared identifier is reported only once
fping.c:690: error: for each function it appears in.)

@schweikert
Copy link
Owner

This was fixed in pull request #134

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