[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] Compilation failure of xvasprintf.c on FreeBSD 4.x
From: |
Bruno Haible |
Subject: |
Re: [bug-gnulib] Compilation failure of xvasprintf.c on FreeBSD 4.x |
Date: |
Mon, 21 Aug 2006 21:25:39 +0200 |
User-agent: |
KMail/1.9.1 |
Hi,
Martin Lambers wrote:
> Roman Bogorodskiy reported that xvasprintf.c fails to compile on FreeBSD
> 4.x, and that the patch below fixes that. He can give more details if
> necessary. Apparently, FreeBSD does not have va_copy(). This should be
> catched by stdarg.m4, right?
Right. The details to check are:
- Is the m4/stdarg.m4 the one with md5sum equals to
fb48fbe4b6705f3b4ca11677e57fc2ab ? (There was a bug in older revisions
of this file. It was fixed on 2006-07-01.)
- If yes, please show the piece of config.h around "gl_va_copy" and
the piece of config.log around "checking for va_copy".
Bruno