Hey all there, I've recently tried to compile inetutils and got some issues.
In bootstrap ## automake: cannot open < lib/gnulib.mk: No such file or directory autoreconf: automake failed with exit status: 1 ### I solved that one by doing "touch lib/gnulib.mk". Is that ok ? In compilation ## In file included from logwtmpko.c:2: logwtmp.c: In function ‘_logwtmp’: logwtmp.c:70: error: ‘PATH_WTMP’ undeclared (first use in this function) logwtmp.c:70: error: (Each undeclared identifier is reported only once logwtmp.c:70: error: for each function it appears in.) make[2]: *** [logwtmpko.o] Error 1 make[2]: Leaving directory `/home/gerel/PROJECTS/inetutils/libinetutils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gerel/PROJECTS/inetutils' make: *** [all] Error 2 ### I need to work with traceroute only so I directly run "make" on its directory and all went fine. cheers -gerel _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
