On 01/15/2014 12:07 PM, Pádraig Brady wrote:
> On 01/15/2014 11:33 AM, Baruch Siach wrote:
>> Pádraig, your patch fixes the build problem of coreutils by correctly
>> detecting the -lrt dependency of posix_spawn.
>
> Thanks for confirming.
So a quick look suggests that uclibc is sticking with po
On 02/21/2014 04:41 PM, Thomas Petazzoni wrote:
> The timer_time.m4 gl_TIMER_TIME function determines which libraries
> need to be linked to get access to the timer function, generally -lrt
> for Linux systems. On platforms where threads are used, librt
> typically uses thread functions from libpth
The timer_time.m4 gl_TIMER_TIME function determines which libraries
need to be linked to get access to the timer function, generally -lrt
for Linux systems. On platforms where threads are used, librt
typically uses thread functions from libpthread.
However, the test to determine whether the platfo
Pavel Hrdina reported build failures on RHEL 5, where autoconf 2.59
is still the default, and predates the introduction of AC_PROG_SED.
This version is copied from autoconf 2.69, but with lots of constructs
open-coded because of macros not being available in 2.59; I tested
that the result selects
Eli Zaretskii skribis:
> Ping! (more than half a year passed)
Indeed, time flies. :-)
[...]
>> This came up on guile-users while discussing the MinGW build of Guile,
>> see
>>
>> http://lists.gnu.org/archive/html/guile-user/2013-06/msg00028.html
>> http://lists.gnu.org/archive/html/guil
On 02/20/2014 07:00 AM, Eric Blake wrote:
> Roman Bogorodskiy reported that attempts to use 'make syntax-check'
> for libvirt on a BSD host was failing, due to libvirt's use of
> GNU sed constructs in cfg.mk. While libvirt could be patched to
> use only portable sed constructs, it is also worth ma