> The first release candidate of GNU InetUtils 1.9.5 is out:
> 
> https://josefsson.org/tmp/inetutils-1.9.4.50-9410.tar.xz
> 
> Please test and send reports to: [email protected]
> 
> My focus is to avoid regressions since 1.9.4 so please compare any
> issues with the previous release:
> 
>   https://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.xz
> 
> Reports of new problems are definitely encouraged, but it would help me
> to understand if a problem is newly introduced or exists in the last
> release as well.

On AIX 7.2, in 32-bit mode, with the xlc compiler, there are
  - many compilation errors,
  - a link error in the talkd directory (could be fixed by linking with
    -lpthread). These missing symbols come from mbrtowc.o, regex.o.
    According to the gnulib module descriptions of 'mbrtowc' and 'regex',
    you need to link with $(LIB_MBRTOWC) $(LIBTHREAD).
    $(LIBTHREAD) in fact expands to '-lpthread'.

Log attached.
gmake  all-recursive
gmake[1]: Entering directory '/home/haible/inetutils-1.9.4.50-9410/build-32-xlc'
Making all in lib
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/lib'
gmake  all-recursive
gmake[3]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/lib'
gmake[4]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/lib'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/lib'
gmake[3]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/lib'
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/lib'
Making all in libinetutils
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libinetutils'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libinetutils'
Making all in libtelnet
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libtelnet'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libtelnet'
Making all in libicmp
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libicmp'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libicmp'
Making all in libls
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libls'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/libls'
Making all in src
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/src'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/src'
Making all in telnet
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/telnet'
  CC       commands.o
"../../telnet/commands.c", line 1331.51: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnet/commands.c", line 1334.53: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/commands.c", line 1337.53: 1506-045 (S) Undeclared identifier 
MODE_SOFT_TAB.
"../../telnet/commands.c", line 1340.61: 1506-045 (S) Undeclared identifier 
MODE_LIT_ECHO.
"../../telnet/commands.c", line 2378.27: 1506-045 (S) Undeclared identifier 
MODE_ECHO.
"../../telnet/commands.c", line 2380.50: 1506-045 (S) Undeclared identifier 
MODE_FLOW.
Makefile:1592: recipe for target 'commands.o' failed
gmake[2]: *** [commands.o] Error 1
  CC       sys_bsd.o
"../../telnet/sys_bsd.c", line 222.13: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/sys_bsd.c", line 222.13: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnet/sys_bsd.c", line 301.10: 1506-045 (S) Undeclared identifier 
SLC_IP.
"../../telnet/sys_bsd.c", line 301.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 303.10: 1506-045 (S) Undeclared identifier 
SLC_ABORT.
"../../telnet/sys_bsd.c", line 303.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 305.10: 1506-045 (S) Undeclared identifier 
SLC_EOF.
"../../telnet/sys_bsd.c", line 305.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 307.10: 1506-045 (S) Undeclared identifier 
SLC_EC.
"../../telnet/sys_bsd.c", line 307.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 309.10: 1506-045 (S) Undeclared identifier 
SLC_EL.
"../../telnet/sys_bsd.c", line 309.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 311.10: 1506-045 (S) Undeclared identifier 
SLC_XON.
"../../telnet/sys_bsd.c", line 311.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 313.10: 1506-045 (S) Undeclared identifier 
SLC_XOFF.
"../../telnet/sys_bsd.c", line 313.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 315.10: 1506-045 (S) Undeclared identifier 
SLC_FORW1.
"../../telnet/sys_bsd.c", line 315.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 318.10: 1506-045 (S) Undeclared identifier 
SLC_FORW2.
"../../telnet/sys_bsd.c", line 318.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 325.10: 1506-045 (S) Undeclared identifier 
SLC_SUSP.
"../../telnet/sys_bsd.c", line 325.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 333.10: 1506-045 (S) Undeclared identifier 
SLC_RP.
"../../telnet/sys_bsd.c", line 333.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 337.10: 1506-045 (S) Undeclared identifier 
SLC_LNEXT.
"../../telnet/sys_bsd.c", line 337.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 346.10: 1506-045 (S) Undeclared identifier 
SLC_SYNCH.
"../../telnet/sys_bsd.c", line 346.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 347.10: 1506-045 (S) Undeclared identifier 
SLC_BRK.
"../../telnet/sys_bsd.c", line 347.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 348.10: 1506-045 (S) Undeclared identifier 
SLC_EOR.
"../../telnet/sys_bsd.c", line 348.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/sys_bsd.c", line 427.21: 1506-045 (S) Undeclared identifier 
MODE_FORCE.
"../../telnet/sys_bsd.c", line 475.11: 1506-045 (S) Undeclared identifier 
MODE_ECHO.
"../../telnet/sys_bsd.c", line 496.12: 1506-045 (S) Undeclared identifier 
MODE_FLOW.
"../../telnet/sys_bsd.c", line 522.12: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnet/sys_bsd.c", line 543.11: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/sys_bsd.c", line 579.11: 1506-045 (S) Undeclared identifier 
MODE_SOFT_TAB.
"../../telnet/sys_bsd.c", line 607.11: 1506-045 (S) Undeclared identifier 
MODE_LIT_ECHO.
"../../telnet/sys_bsd.c", line 649.15: 1506-045 (S) Undeclared identifier 
MODE_INBIN.
"../../telnet/sys_bsd.c", line 655.15: 1506-045 (S) Undeclared identifier 
MODE_OUTBIN.
"../../telnet/sys_bsd.c", line 1328.27: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/sys_bsd.c", line 1328.27: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
Makefile:1592: recipe for target 'sys_bsd.o' failed
gmake[2]: *** [sys_bsd.o] Error 1
  CC       telnet.o
"../../telnet/telnet.c", line 907.14: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_ANY.
"../../telnet/telnet.c", line 907.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 910.14: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_XON.
"../../telnet/telnet.c", line 910.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 913.14: 1506-045 (S) Undeclared identifier 
LFLOW_ON.
"../../telnet/telnet.c", line 913.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 916.14: 1506-045 (S) Undeclared identifier 
LFLOW_OFF.
"../../telnet/telnet.c", line 916.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 945.14: 1506-045 (S) Undeclared identifier LM_SLC.
"../../telnet/telnet.c", line 945.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 948.14: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnet/telnet.c", line 948.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 1128.10: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnet/telnet.c", line 1128.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 1155.10: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnet/telnet.c", line 1155.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 1173.10: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnet/telnet.c", line 1173.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 1200.10: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnet/telnet.c", line 1200.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/telnet.c", line 1208.29: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnet/telnet.c", line 1216.19: 1506-045 (S) Undeclared identifier 
MODE_MASK.
"../../telnet/telnet.c", line 1216.32: 1506-045 (S) Undeclared identifier 
MODE_ACK.
"../../telnet/telnet.c", line 1248.12: 1506-045 (S) Undeclared identifier NSLC.
"../../telnet/telnet.c", line 1248.12: 1506-1324 (S) Array size must have 
integer type.
"../../telnet/telnet.c", line 1265.37: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnet/telnet.c", line 1279.13: 1506-045 (S) Undeclared identifier 
SLC_SYNCH.
"../../telnet/telnet.c", line 1279.3: 1506-045 (S) Undeclared identifier 
SLC_VARIABLE.
"../../telnet/telnet.c", line 1279.3: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnet/telnet.c", line 1281.13: 1506-045 (S) Undeclared identifier 
SLC_AO.
"../../telnet/telnet.c", line 1282.13: 1506-045 (S) Undeclared identifier 
SLC_AYT.
"../../telnet/telnet.c", line 1284.13: 1506-045 (S) Undeclared identifier 
SLC_ABORT.
"../../telnet/telnet.c", line 1284.24: 1506-045 (S) Undeclared identifier 
SLC_FLUSHIN.
"../../telnet/telnet.c", line 1284.38: 1506-045 (S) Undeclared identifier 
SLC_FLUSHOUT.
"../../telnet/telnet.c", line 1285.13: 1506-045 (S) Undeclared identifier 
SLC_EOF.
"../../telnet/telnet.c", line 1287.13: 1506-045 (S) Undeclared identifier 
SLC_SUSP.
"../../telnet/telnet.c", line 1289.13: 1506-045 (S) Undeclared identifier 
SLC_EC.
"../../telnet/telnet.c", line 1290.13: 1506-045 (S) Undeclared identifier 
SLC_EL.
"../../telnet/telnet.c", line 1292.13: 1506-045 (S) Undeclared identifier 
SLC_EW.
"../../telnet/telnet.c", line 1293.13: 1506-045 (S) Undeclared identifier 
SLC_RP.
"../../telnet/telnet.c", line 1294.13: 1506-045 (S) Undeclared identifier 
SLC_LNEXT.
"../../telnet/telnet.c", line 1296.13: 1506-045 (S) Undeclared identifier 
SLC_XON.
"../../telnet/telnet.c", line 1297.13: 1506-045 (S) Undeclared identifier 
SLC_XOFF.
"../../telnet/telnet.c", line 1302.13: 1506-045 (S) Undeclared identifier 
SLC_FORW1.
"../../telnet/telnet.c", line 1304.13: 1506-045 (S) Undeclared identifier 
SLC_FORW2.
"../../telnet/telnet.c", line 1308.13: 1506-045 (S) Undeclared identifier 
SLC_IP.
"../../telnet/telnet.c", line 1343.29: 1506-045 (S) Undeclared identifier 
LM_SLC.
"../../telnet/telnet.c", line 1343.40: 1506-045 (S) Undeclared identifier 
SLC_VARIABLE.
"../../telnet/telnet.c", line 1346.40: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnet/telnet.c", line 1382.28: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnet/telnet.c", line 1409.17: 1506-045 (S) Undeclared identifier 
SLC_FUNC.
"../../telnet/telnet.c", line 1420.19: 1506-045 (S) Undeclared identifier 
SLC_FLAGS.
"../../telnet/telnet.c", line 1420.32: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnet/telnet.c", line 1420.50: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnet/telnet.c", line 1427.48: 1506-045 (S) Undeclared identifier 
SLC_ACK.
"../../telnet/telnet.c", line 1429.15: 1506-045 (S) Undeclared identifier 
SLC_VALUE.
"../../telnet/telnet.c", line 1486.27: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnet/telnet.c", line 1549.27: 1506-045 (S) Undeclared identifier 
SLC_ACK.
"../../telnet/telnet.c", line 2249.43: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/telnet.c", line 2267.11: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
Makefile:1592: recipe for target 'telnet.o' failed
gmake[2]: *** [telnet.o] Error 1
  CC       terminal.o
"../../telnet/terminal.c", line 202.12: 1506-045 (S) Undeclared identifier 
MODE_FLOW.
"../../telnet/terminal.c", line 205.13: 1506-045 (S) Undeclared identifier 
MODE_ECHO.
"../../telnet/terminal.c", line 211.13: 1506-045 (S) Undeclared identifier 
MODE_INBIN.
"../../telnet/terminal.c", line 214.13: 1506-045 (S) Undeclared identifier 
MODE_OUTBIN.
"../../telnet/terminal.c", line 221.20: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnet/terminal.c", line 221.35: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/terminal.c", line 243.39: 1506-045 (S) Undeclared identifier 
MODE_FORCE.
Makefile:1592: recipe for target 'terminal.o' failed
gmake[2]: *** [terminal.o] Error 1
  CC       utilities.o
"../../telnet/utilities.c", line 443.18: 1506-045 (S) Undeclared identifier 
LFLOW_OFF.
"../../telnet/utilities.c", line 443.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 446.18: 1506-045 (S) Undeclared identifier 
LFLOW_ON.
"../../telnet/utilities.c", line 446.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 449.18: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_ANY.
"../../telnet/utilities.c", line 449.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 452.18: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_XON.
"../../telnet/utilities.c", line 452.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 667.22: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnet/utilities.c", line 667.22: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 680.18: 1506-045 (S) Undeclared identifier 
LM_SLC.
"../../telnet/utilities.c", line 680.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 684.48: 1506-045 (S) Undeclared identifier 
SLC_FUNC.
"../../telnet/utilities.c", line 689.39: 1506-045 (S) Undeclared identifier 
SLC_FLAGS.
"../../telnet/utilities.c", line 689.52: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnet/utilities.c", line 691.26: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnet/utilities.c", line 691.26: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 694.26: 1506-045 (S) Undeclared identifier 
SLC_CANTCHANGE.
"../../telnet/utilities.c", line 694.26: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 697.26: 1506-045 (S) Undeclared identifier 
SLC_VARIABLE.
"../../telnet/utilities.c", line 697.26: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 700.26: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnet/utilities.c", line 700.26: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 705.54: 1506-045 (S) Undeclared identifier 
SLC_ACK.
"../../telnet/utilities.c", line 707.54: 1506-045 (S) Undeclared identifier 
SLC_FLUSHIN.
"../../telnet/utilities.c", line 709.54: 1506-045 (S) Undeclared identifier 
SLC_FLUSHOUT.
"../../telnet/utilities.c", line 714.58: 1506-045 (S) Undeclared identifier 
SLC_VALUE.
"../../telnet/utilities.c", line 723.18: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnet/utilities.c", line 723.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnet/utilities.c", line 734.39: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnet/utilities.c", line 735.39: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnet/utilities.c", line 736.39: 1506-045 (S) Undeclared identifier 
MODE_SOFT_TAB.
"../../telnet/utilities.c", line 737.39: 1506-045 (S) Undeclared identifier 
MODE_LIT_ECHO.
"../../telnet/utilities.c", line 738.39: 1506-045 (S) Undeclared identifier 
MODE_ACK.
"../../telnet/utilities.c", line 741.33: 1506-045 (S) Undeclared identifier 
MODE_MASK.
Makefile:1592: recipe for target 'utilities.o' failed
gmake[2]: *** [utilities.o] Error 1
gmake[2]: Target 'all' not remade because of errors.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/telnet'
Making all in telnetd
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/telnetd'
  CC       telnetd.o
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/telnetd.c", line 104.15: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/telnetd.c", line 711.39: 1506-045 (S) Undeclared identifier 
LFLOW_ON.
"../../telnetd/telnetd.c", line 711.50: 1506-045 (S) Undeclared identifier 
LFLOW_OFF.
Makefile:1584: recipe for target 'telnetd.o' failed
gmake[2]: *** [telnetd.o] Error 1
  CC       pty.o
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
Makefile:1584: recipe for target 'pty.o' failed
gmake[2]: *** [pty.o] Error 1
  CC       term.o
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/term.c", line 596.10: 1506-045 (S) Undeclared identifier SLC_EOF.
"../../telnetd/term.c", line 596.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 597.30: 1506-045 (S) Undeclared identifier 
SLC_VARIABLE.
"../../telnetd/term.c", line 599.10: 1506-045 (S) Undeclared identifier SLC_EC.
"../../telnetd/term.c", line 599.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 602.10: 1506-045 (S) Undeclared identifier SLC_EL.
"../../telnetd/term.c", line 602.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 605.10: 1506-045 (S) Undeclared identifier SLC_IP.
"../../telnetd/term.c", line 605.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 606.43: 1506-045 (S) Undeclared identifier 
SLC_FLUSHIN.
"../../telnetd/term.c", line 606.57: 1506-045 (S) Undeclared identifier 
SLC_FLUSHOUT.
"../../telnetd/term.c", line 608.10: 1506-045 (S) Undeclared identifier 
SLC_ABORT.
"../../telnetd/term.c", line 608.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 611.10: 1506-045 (S) Undeclared identifier SLC_XON.
"../../telnetd/term.c", line 611.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 618.10: 1506-045 (S) Undeclared identifier 
SLC_XOFF.
"../../telnetd/term.c", line 618.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 625.10: 1506-045 (S) Undeclared identifier SLC_EW.
"../../telnetd/term.c", line 625.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 629.7: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnetd/term.c", line 632.10: 1506-045 (S) Undeclared identifier SLC_RP.
"../../telnetd/term.c", line 632.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 639.10: 1506-045 (S) Undeclared identifier 
SLC_LNEXT.
"../../telnetd/term.c", line 639.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 646.10: 1506-045 (S) Undeclared identifier SLC_AO.
"../../telnetd/term.c", line 646.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 653.10: 1506-045 (S) Undeclared identifier 
SLC_SUSP.
"../../telnetd/term.c", line 653.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 661.10: 1506-045 (S) Undeclared identifier 
SLC_FORW1.
"../../telnetd/term.c", line 661.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 666.10: 1506-045 (S) Undeclared identifier 
SLC_FORW2.
"../../telnetd/term.c", line 666.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 670.10: 1506-045 (S) Undeclared identifier SLC_AYT.
"../../telnetd/term.c", line 670.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 677.10: 1506-045 (S) Undeclared identifier SLC_BRK.
"../../telnetd/term.c", line 677.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 678.10: 1506-045 (S) Undeclared identifier 
SLC_SYNCH.
"../../telnetd/term.c", line 678.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 679.10: 1506-045 (S) Undeclared identifier SLC_EOR.
"../../telnetd/term.c", line 679.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/term.c", line 685.14: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
Makefile:1584: recipe for target 'term.o' failed
gmake[2]: *** [term.o] Error 1
  CC       utility.o
"/usr/include/arpa/telnet.h", line 68.6: 1506-334 (S) Identifier telcmds has 
already been defined on line 68 of "/usr/include/arpa/telnet.h".
"/usr/include/arpa/telnet.h", line 131.6: 1506-334 (S) Identifier telopts has 
already been defined on line 131 of "/usr/include/arpa/telnet.h".
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/utility.c", line 1054.14: 1506-045 (S) Undeclared identifier 
LFLOW_OFF.
"../../telnetd/utility.c", line 1054.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1058.14: 1506-045 (S) Undeclared identifier 
LFLOW_ON.
"../../telnetd/utility.c", line 1058.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1062.14: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_ANY.
"../../telnetd/utility.c", line 1062.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1066.14: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_XON.
"../../telnetd/utility.c", line 1066.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1142.18: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnetd/utility.c", line 1142.18: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1156.14: 1506-045 (S) Undeclared identifier 
LM_SLC.
"../../telnetd/utility.c", line 1156.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1160.44: 1506-045 (S) Undeclared identifier 
SLC_FUNC.
"../../telnetd/utility.c", line 1164.35: 1506-045 (S) Undeclared identifier 
SLC_FLAGS.
"../../telnetd/utility.c", line 1164.48: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnetd/utility.c", line 1166.22: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnetd/utility.c", line 1166.22: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1170.22: 1506-045 (S) Undeclared identifier 
SLC_CANTCHANGE.
"../../telnetd/utility.c", line 1170.22: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1174.22: 1506-045 (S) Undeclared identifier 
SLC_VARIABLE.
"../../telnetd/utility.c", line 1174.22: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1178.22: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnetd/utility.c", line 1178.22: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1185.55: 1506-045 (S) Undeclared identifier 
SLC_ACK.
"../../telnetd/utility.c", line 1187.55: 1506-045 (S) Undeclared identifier 
SLC_FLUSHIN.
"../../telnetd/utility.c", line 1190.55: 1506-045 (S) Undeclared identifier 
SLC_FLUSHOUT.
"../../telnetd/utility.c", line 1195.54: 1506-045 (S) Undeclared identifier 
SLC_VALUE.
"../../telnetd/utility.c", line 1218.14: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnetd/utility.c", line 1218.14: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/utility.c", line 1228.36: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnetd/utility.c", line 1229.36: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnetd/utility.c", line 1230.36: 1506-045 (S) Undeclared identifier 
MODE_SOFT_TAB.
"../../telnetd/utility.c", line 1231.36: 1506-045 (S) Undeclared identifier 
MODE_LIT_ECHO.
"../../telnetd/utility.c", line 1232.36: 1506-045 (S) Undeclared identifier 
MODE_ACK.
Makefile:1584: recipe for target 'utility.o' failed
gmake[2]: *** [utility.o] Error 1
  CC       state.o
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/state.c", line 633.47: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnetd/state.c", line 634.46: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnetd/state.c", line 820.47: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnetd/state.c", line 821.46: 1506-045 (S) Undeclared identifier 
SLC_CANTCHANGE.
"../../telnetd/state.c", line 1247.24: 1506-045 (S) Undeclared identifier 
LM_SLC.
"../../telnetd/state.c", line 1257.29: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnetd/state.c", line 1270.16: 1506-045 (S) Undeclared identifier 
LM_FORWARDMASK.
"../../telnetd/state.c", line 1270.16: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/state.c", line 1651.14: 1506-045 (S) Undeclared identifier 
LFLOW_ON.
"../../telnetd/state.c", line 1653.14: 1506-045 (S) Undeclared identifier 
LFLOW_OFF.
"../../telnetd/state.c", line 1662.18: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_ANY.
"../../telnetd/state.c", line 1664.18: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_XON.
"../../telnetd/state.c", line 1676.12: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnetd/state.c", line 1682.12: 1506-045 (S) Undeclared identifier 
LM_SLC.
Makefile:1584: recipe for target 'state.o' failed
gmake[2]: *** [state.o] Error 1
  CC       termstat.o
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/termstat.c", line 279.24: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnetd/termstat.c", line 281.24: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnetd/termstat.c", line 283.24: 1506-045 (S) Undeclared identifier 
MODE_SOFT_TAB.
"../../telnetd/termstat.c", line 285.24: 1506-045 (S) Undeclared identifier 
MODE_LIT_ECHO.
"../../telnetd/termstat.c", line 313.20: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnetd/termstat.c", line 401.31: 1506-045 (S) Undeclared identifier 
LFLOW_ON.
"../../telnetd/termstat.c", line 401.42: 1506-045 (S) Undeclared identifier 
LFLOW_OFF.
"../../telnetd/termstat.c", line 412.33: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_ANY.
"../../telnetd/termstat.c", line 412.53: 1506-045 (S) Undeclared identifier 
LFLOW_RESTART_XON.
"../../telnetd/termstat.c", line 483.34: 1506-045 (S) Undeclared identifier 
MODE_EDIT.
"../../telnetd/termstat.c", line 485.34: 1506-045 (S) Undeclared identifier 
MODE_TRAPSIG.
"../../telnetd/termstat.c", line 487.34: 1506-045 (S) Undeclared identifier 
MODE_SOFT_TAB.
"../../telnetd/termstat.c", line 489.34: 1506-045 (S) Undeclared identifier 
MODE_LIT_ECHO.
"../../telnetd/termstat.c", line 493.26: 1506-045 (S) Undeclared identifier 
LM_MODE.
"../../telnetd/termstat.c", line 512.10: 1506-051 (S) Case expression must be a 
valid integral constant.
"../../telnetd/termstat.c", line 523.24: 1506-045 (S) Undeclared identifier 
MODE_MASK.
"../../telnetd/termstat.c", line 524.30: 1506-045 (S) Undeclared identifier 
MODE_ACK.
Makefile:1584: recipe for target 'termstat.o' failed
gmake[2]: *** [termstat.o] Error 1
  CC       slc.o
"../../telnetd/telnetd.h", line 244.22: 1506-045 (S) Undeclared identifier NSLC.
"../../telnetd/telnetd.h", line 244.22: 1506-1324 (S) Array size must have 
integer type.
"../../telnetd/slc.c", line 59.29: 1506-1324 (S) Array size must have integer 
type.
"../../telnetd/slc.c", line 82.37: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnetd/slc.c", line 82.55: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnetd/slc.c", line 90.18: 1506-045 (S) Undeclared identifier SLC_EC.
"../../telnetd/slc.c", line 90.18: 1506-051 (S) Case expression must be a valid 
integral constant.
"../../telnetd/slc.c", line 91.18: 1506-045 (S) Undeclared identifier SLC_EL.
"../../telnetd/slc.c", line 91.18: 1506-051 (S) Case expression must be a valid 
integral constant.
"../../telnetd/slc.c", line 92.18: 1506-045 (S) Undeclared identifier SLC_EW.
"../../telnetd/slc.c", line 92.18: 1506-051 (S) Case expression must be a valid 
integral constant.
"../../telnetd/slc.c", line 93.18: 1506-045 (S) Undeclared identifier SLC_RP.
"../../telnetd/slc.c", line 93.18: 1506-051 (S) Case expression must be a valid 
integral constant.
"../../telnetd/slc.c", line 94.18: 1506-045 (S) Undeclared identifier SLC_LNEXT.
"../../telnetd/slc.c", line 94.18: 1506-051 (S) Case expression must be a valid 
integral constant.
"../../telnetd/slc.c", line 96.68: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnetd/slc.c", line 123.34: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnetd/slc.c", line 151.32: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnetd/slc.c", line 192.67: 1506-045 (S) Undeclared identifier LM_SLC.
"../../telnetd/slc.c", line 265.22: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnetd/slc.c", line 276.26: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnetd/slc.c", line 276.44: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnetd/slc.c", line 281.24: 1506-045 (S) Undeclared identifier 
SLC_VARIABLE.
"../../telnetd/slc.c", line 295.16: 1506-045 (S) Undeclared identifier SLC_ACK.
"../../telnetd/slc.c", line 335.21: 1506-045 (S) Undeclared identifier 
SLC_LEVELBITS.
"../../telnetd/slc.c", line 342.19: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
"../../telnetd/slc.c", line 346.15: 1506-045 (S) Undeclared identifier SLC_ACK.
"../../telnetd/slc.c", line 350.19: 1506-045 (S) Undeclared identifier 
SLC_DEFAULT.
"../../telnetd/slc.c", line 415.28: 1506-045 (S) Undeclared identifier 
SLC_CANTCHANGE.
"../../telnetd/slc.c", line 452.16: 1506-045 (S) Undeclared identifier SLC_EOF.
"../../telnetd/slc.c", line 458.38: 1506-045 (S) Undeclared identifier 
SLC_NOSUPPORT.
Makefile:1584: recipe for target 'slc.o' failed
gmake[2]: *** [slc.o] Error 1
gmake[2]: Target 'all' not remade because of errors.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/telnetd'
Making all in ftp
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ftp'
  CC       ftp.o
"../../ftp/ftp.c", line 101.12: 1506-275 (S) Unexpected text 'int' encountered.
"../../ftp/ftp.c", line 101.12: 1506-275 (S) Unexpected text ')' encountered.
"../../ftp/ftp.c", line 101.19: 1506-276 (S) Syntax error: possible missing ')'?
"../../ftp/ftp.c", line 101.12: 1506-343 (S) Redeclaration of h_errno_which 
differs from previous declaration on line 55 of "/usr/include/netdb.h".
"../../ftp/ftp.c", line 101.12: 1506-050 (I) Return type "int**" in 
redeclaration is not compatible with the previous return type "void*".
"../../ftp/ftp.c", line 136.16: 1506-045 (S) Undeclared identifier host.
"../../ftp/ftp.c", line 152.29: 1506-045 (S) Undeclared identifier portstr.
"../../ftp/ftp.c", line 152.13: 1506-045 (S) Undeclared identifier portstr.
"../../ftp/ftp.c", line 152.50: 1506-045 (S) Undeclared identifier port.
"../../ftp/ftp.c", line 153.12: 1506-045 (S) Undeclared identifier hisctladdr.
"../../ftp/ftp.c", line 187.64: 1506-045 (S) Undeclared identifier ia.
"../../ftp/ftp.c", line 187.53: 1506-045 (S) Undeclared identifier ia.
"../../ftp/ftp.c", line 220.7: 1506-045 (S) Undeclared identifier ctladdrlen.
"../../ftp/ftp.c", line 235.16: 1506-045 (S) Undeclared identifier myctladdr.
"../../ftp/ftp.c", line 250.3: 1506-045 (S) Undeclared identifier cin.
"../../ftp/ftp.c", line 415.7: 1506-045 (S) Undeclared identifier ptflag.
"../../ftp/ftp.c", line 416.14: 1506-045 (S) Undeclared identifier ptabort.
"../../ftp/ftp.c", line 481.25: 1506-045 (S) Undeclared identifier cin.
"../../ftp/ftp.c", line 1242.63: 1506-045 (S) Undeclared identifier data_addr.
"../../ftp/ftp.c", line 1247.22: 1506-045 (S) Undeclared identifier myctladdr.
"../../ftp/ftp.c", line 1316.23: 1506-045 (S) Undeclared identifier hisctladdr.
"../../ftp/ftp.c", line 1420.58: 1506-045 (S) Undeclared identifier ctladdrlen.
"../../ftp/ftp.c", line 1496.36: 1506-045 (S) Undeclared identifier ia.
"../../ftp/ftp.c", line 1496.58: 1506-045 (S) Undeclared identifier portstr.
"../../ftp/ftp.c", line 1496.25: 1506-045 (S) Undeclared identifier ia.
"../../ftp/ftp.c", line 1496.42: 1506-045 (S) Undeclared identifier portstr.
"../../ftp/ftp.c", line 1707.14: 1506-045 (S) Undeclared identifier hisctladdr.
"../../ftp/ftp.c", line 1709.14: 1506-045 (S) Undeclared identifier myctladdr.
"../../ftp/ftp.c", line 1711.12: 1506-045 (S) Undeclared identifier cin.
"../../ftp/ftp.c", line 1762.3: 1506-045 (S) Undeclared identifier ptabflg.
"../../ftp/ftp.c", line 1765.12: 1506-045 (S) Undeclared identifier ptabort.
"../../ftp/ftp.c", line 1809.15: 1506-045 (S) Undeclared identifier ptabort.
"../../ftp/ftp.c", line 1823.3: 1506-045 (S) Undeclared identifier ptflag.
"../../ftp/ftp.c", line 1848.11: 1506-045 (S) Undeclared identifier ptabflg.
"../../ftp/ftp.c", line 1876.15: 1506-045 (S) Undeclared identifier cin.
"../../ftp/ftp.c", line 1907.15: 1506-045 (S) Undeclared identifier cin.
"../../ftp/ftp.c", line 1993.11: 1506-045 (S) Undeclared identifier cin.
"../../ftp/ftp.c", line 2004.11: 1506-045 (S) Undeclared identifier ptabflg.
Makefile:1578: recipe for target 'ftp.o' failed
gmake[2]: *** [ftp.o] Error 1
gmake[2]: Target 'all' not remade because of errors.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ftp'
Making all in ftpd
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ftpd'
  CC       ftpd.o
"../../ftpd/ftpd.c", line 1638.28: 1506-045 (S) Undeclared identifier typenames.
"../../ftpd/ftpd.c", line 1640.27: 1506-045 (S) Undeclared identifier formnames.
"../../ftpd/ftpd.c", line 1652.11: 1506-045 (S) Undeclared identifier strunames.
"../../ftpd/ftpd.c", line 1652.28: 1506-045 (S) Undeclared identifier modenames.
Makefile:1594: recipe for target 'ftpd.o' failed
gmake[2]: *** [ftpd.o] Error 1
gmake[2]: Target 'all' not remade because of errors.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ftpd'
Making all in talk
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/talk'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/talk'
Making all in talkd
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/talkd'
  CCLD     talkd
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
Makefile:1552: recipe for target 'talkd' failed
gmake[2]: *** [talkd] Error 8
gmake[2]: Target 'all' not remade because of errors.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/talkd'
Making all in whois
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/whois'
gmake  all-am
gmake[3]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/whois'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/whois'
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/whois'
Making all in ping
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ping'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ping'
Making all in ifconfig
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ifconfig'
Making all in system
gmake[3]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ifconfig/system'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ifconfig/system'
gmake[3]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ifconfig'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ifconfig'
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/ifconfig'
Making all in doc
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/doc'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/doc'
Making all in man
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/man'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/man'
Making all in tests
gmake[2]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/tests'
gmake  all-am
gmake[3]: Entering directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/tests'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/tests'
gmake[2]: Leaving directory 
'/home/haible/inetutils-1.9.4.50-9410/build-32-xlc/tests'
gmake[2]: Entering directory '/home/haible/inetutils-1.9.4.50-9410/build-32-xlc'
gmake[2]: Leaving directory '/home/haible/inetutils-1.9.4.50-9410/build-32-xlc'
Makefile:1579: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/home/haible/inetutils-1.9.4.50-9410/build-32-xlc'
Makefile:1516: recipe for target 'all' failed
gmake: *** [all] Error 2

Reply via email to