|
From: | Paul Eggert |
Subject: | bug#23133: gzip-1.7: Segmentation Fault with solarisstudio12.4 on Solaris10 x64 |
Date: | Mon, 28 Mar 2016 19:43:02 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
Kiyoshi KANAZAWA wrote:
I confirmed your patch fixed the problem. But, I had to change am__api_version in configure, such as 3509c3509 < am__api_version='1.99a' --->am__api_version='1.15'I know it is not good to do that, but the latest release automake version is 1.15.
Yes, gzip was built with a prerelease version of the next Automake, which is a bit of a pain. Your workaround should be OK.
It seems that "DEFS='-D NO_ASM'" is not needed. % ./configure CC='cc -m64' CFLAGS='-g' % make % make check also passed.
Yes, that's right, with the patch installed you don't need '-D NO_ASM'. '-D NO_ASM' is helpful only with gzip 1.7 and earlier.
[Prev in Thread] | Current Thread | [Next in Thread] |