Hi,
I am getting the following error when trying to
install it. This error below is thrown during compilatin. On renaming
'gets' as 'fgets' it compiles successfully and installation is
successful.I suppose this is a bug but let me know if its not and needs
some other solution.
In file included from progname.c:26:0:
./stdio.h:1010:1: error: ‘gets’ undeclared here (not in a function)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
Thanks,
Nikita