bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] error: 'gets' undeclared here (not in a function)


From: christophe . jarry
Subject: [bug-inetutils] error: 'gets' undeclared here (not in a function)
Date: Wed, 27 Nov 2013 16:45:23 +0100
User-agent: SquirrelMail/1.4.22

Hello,

I am trying to cross-compile inetutils 1.9.1 with:

sed -i -e '/PATH_PROCNET_DEV/s/\ no//' paths
./configure \
    --build=mipsel-cross-linux-gnu \
    --host=mips64el-cross-linux-gnu \
    --prefix=/usr
make

The last make gives me this error message:

make[4]: Entering directory `/gllfsc/build/inetutils-1.9.1/lib'
  CC     argp-ba.o
  CC     argp-eexst.o
  CC     argp-fmtstream.o
  CC     argp-fs-xinl.o
In file included from argp-fmtstream.h:27:0,
                 from argp-fs-xinl.c:26:
./stdio.h:1030:1: error: 'gets' undeclared here (not in a function)
  CC     argp-help.o
make[4]: *** [argp-fs-xinl.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from argp.h:22:0,
                 from argp-eexst.c:25:
./stdio.h:1030:1: error: 'gets' undeclared here (not in a function)
make[4]: *** [argp-eexst.o] Error 1
In file included from argp-fmtstream.h:27:0,
                 from argp-fmtstream.c:33:
./stdio.h:1030:1: error: 'gets' undeclared here (not in a function)
make[4]: *** [argp-fmtstream.o] Error 1
In file included from argp.h:22:0,
                 from argp-help.c:49:
./stdio.h:1030:1: error: 'gets' undeclared here (not in a function)
make[4]: *** [argp-help.o] Error 1
make[4]: Leaving directory `/gllfsc/build/inetutils-1.9.1/lib'

Christophe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]