bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] openbsd and bootstrap


From: Alfred M. Szmidt
Subject: [bug-inetutils] openbsd and bootstrap
Date: Sun, 02 Jan 2011 10:48:22 -0500

Mats, how exactly are you doing ./bootstrap && ./configure on OpenBSD?
And with which version of OpenBSD, autoconf and automake?  Could you
send the output of `./configure && cat config.log && make'?

I get the following:

...
./configure[32854]: test: yes: unexpected operator/operand
./configure[32873]: test: yes: unexpected operator/operand
...

Since some of the tests in am/ are incorrect ("test $foo = yes", if
FOO is empty then this will fail on some versions of test.  This
should really be written as "test x$foo = xyes").

Also, when doing a make, some files, for example lib/errno.h are not
properly generated:

errno.h:30:15: #include_next expects "FILENAME" or <FILENAME>



reply via email to

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