[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-inetutils] configure failure
From: |
Alfred M. Szmidt |
Subject: |
Re: [bug-inetutils] configure failure |
Date: |
Thu, 30 Apr 2009 07:25:26 -0400 |
cvsco
./bootstrap --gnulib-srcdir=../gnulib
./configure
and got:
checking for sa_family_t... yes
checking for cc_t... yes
checking for long long... yes
checking for long double... yes
checking for struct sockaddr_in.sin_len... no
./configure: line 23461: syntax error near unexpected token `}'
./configure: line 23461: `$as_echo_n "checking for struct utmp.ut_pid... "
>&6; }'
Works for me.
address@hidden:~/s/inetutils-plain$ (cd ../gnulib;git pull);cvs up
-PAd;cvsco;./bootstrap --gnulib-srcdir=../gnulib;./configure
[...]
checking for long double... yes
checking for struct sockaddr_in.sin_len... no
checking for struct lastlog... yes
[...]
config.status: executing depfiles commands
address@hidden:~/s/inetutils-plain$