A quick follow-up: On 03/21/2014 07:50 PM, Assaf Gordon wrote:
On FreeBSD-10, GNU-Hello fails when doing "make -j 2".
<...>
The reason for this failure, and probably of the other few errors I've posted recently, might be because FreeBSD-10 switched from "make" (I assume GNU make) to 'bmake' from NetBSD project ( https://www.freebsd.org/releases/10.0R/announce.html ).
Building and using 'bmake' on Linux also reproduces the same problems - perhaps it'll be easier to debug. The source is here: ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ And so in gnu-hello, running: $ ./bootstrap $ ./configure $ make -j 2 Works fine, then trying: $ make clean $ bmake -j 2 Fails as described in the previous email. Regards, -gordon