Using grep 3.7 (as well as master), I'm seeing undefined symbol errors after
pointing the build to use a local installation of libsigsegv (version 2.13).
Making all in src
CCLD grep
Undefined symbols:
"_stackoverflow_install_handler", referenced from:
_c_stack_action in libgreputils
> On Aug 17, 2021, at 15:12, Paul Eggert wrote:
>
> On 8/17/21 11:06 AM, Evan Miller wrote:
>> Using grep 3.7 (as well as master), I'm seeing undefined symbol errors after
>> pointing the build to use a local installation of libsigsegv (version 2.13).
>
> T
> On Aug 17, 2021, at 18:53, Paul Eggert wrote:
>
> On 8/17/21 1:02 PM, Evan Miller wrote:
>
>> Thanks for the patch. At present, the non-libsigsegv implementation does not
>> compile on this machine for reasons described in
>> https://trac.macports.org/tick
> On Aug 21, 2021, at 19:46, Bruno Haible wrote:
>
> Run these commands:
>
> ./gnulib-tool --create-testdir --dir=testdir1 --single-configure c-stack
> cd testdir1
> ./configure
> make
> make check
>
> If they fail, then you do need the libsigsegv library.
FWIW the first step fails pro
> On Aug 22, 2021, at 16:42, Paul Eggert wrote:
>
> On 8/22/21 4:19 AM, Evan Miller wrote:
>> c-stack.c: In function 'die':
>> c-stack.c:106:17: warning: implicit declaration of function 'mempcpy'
>> [-Wimplicit-function-declaration]
>>
> On Aug 17, 2021, at 22:04, Evan Miller wrote:
>
>
>> On Aug 17, 2021, at 18:53, Paul Eggert wrote:
>>
>> On 8/17/21 1:02 PM, Evan Miller wrote:
>>
>>> Thanks for the patch. At present, the non-libsigsegv implementation does
>>> n