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

fping on Amazon Machine Instance 2016.09 fails to compile #108

Closed
ktsaou opened this issue Dec 23, 2016 · 1 comment
Closed

fping on Amazon Machine Instance 2016.09 fails to compile #108

ktsaou opened this issue Dec 23, 2016 · 1 comment

Comments

@ktsaou
Copy link
Contributor

ktsaou commented Dec 23, 2016

Hi,

I get this:

./autogen.sh 
configure.ac:31: installing './config.guess'
configure.ac:31: installing './config.sub'
configure.ac:32: installing './install-sh'
configure.ac:32: installing './missing'
automake: warnings are treated as errors
src/Makefile.am:16: warning: compiling 'fping.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac'
src/Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1

Adding AM_PROG_CC_C_O to configure.ac fixes the issue.

I see it added with commit: 6499223

But it is not currently merged.

Have I missed something?

@schweikert
Copy link
Owner

commit 6499223 was committed/merged in the master branch (I didn't notice it). I have now also merged it in the develop branch, and will soon make a release.

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