Am 12.06.2016, 05:11 Uhr, schrieb Helmut Karlowski:
in line 261, but is executed by #!/bin/sh, which does not have a
type-builtin, and the test fails because of this (#!/bin/bash would
work).
Sorry, dash has a type-builtin.
--
Am 12.06.2016, 08:01 Uhr, schrieb Paul Eggert:
Helmut Karlowski wrote:
tailor.h says in line 187:
#if defined(ATARI) || defined(atarist)
# define ASMV
and the build fails because match.o is not in gl_LIBOBJS.
Sorry, are you building on a platform that defines ATARI or atarist? If
Yes.
Helmut Karlowski wrote:
IMHO the asm-test in configure should not be performed in these cases or ASMV
should not be defined for atari or amiga in tailor.h.
That's easy enough to do, so I did that in the gzip master on savannah, here:
http://git.savannah.gnu.org/cgit/gzip.git
and I am marking
No further comment, so I installed this and am marking it as done.