On 2018-12-16 8:29 a.m., Bruno Haible wrote:
For me, with a gnulib testdir created through ./gnulib-tool --create-testdir --dir=../testdir1 --single-configure random I still get a link error in test-random. "nm" shows why: random.o defines __initstate and __setstate, where test-random.c expects initstate and setstate. But it is easy to fix, now that you have shown how. I've pushed the combined fix in your name:
Thanks!