Hello,
I am trying to build m4-1.4.16 with gcc-4.5.3 on x86_64, and am getting
a failed test:
FAIL: test-readlink (exit: 134)
===
test-readlink.h:41: assertion failed
Aborted
The relevant lines are
40 ASSERT (func ("", buf, sizeof buf) == -1);
41 ASSERT (errno
On 07/10/2011 07:28 PM, Leon Baum wrote:
>
> Hello,
>
> I am trying to build m4-1.4.16 with gcc-4.5.3 on x86_64, and am getting
> a failed test:
>
> FAIL: test-readlink (exit: 134)
> ===
>
> test-readlink.h:41: assertion failed
> Aborted
>
>
> The relevant lines ar