Re: libsigsegv on LinuxFromScratch

2020-09-20 Thread Paul Eggert
On 9/19/20 4:47 PM, Bruno Haible wrote: havelib: Avoid linking with libc.a on GNU systems. Thanks for fixing the bug. This caused me to look at the c-stack module for the first time in a while, and I found some old-fashioned code and some unlikely bugs and fixed one misfeature when l

Re: libsigsegv on LinuxFromScratch

2020-09-19 Thread Bruce Dubbs
On 9/19/20 6:47 PM, Bruno Haible wrote: Thanks Bruce for the details about the .la file. If ./configure is run with --prefix=/usr with both libsigsegv and /usr/lib/libc.a are present, configure gives: configure:10063: checking for libsigsegv configure:10086: gcc -o conftest -g -O2 conftest.c

Re: libsigsegv on LinuxFromScratch

2020-09-19 Thread Bruno Haible
Thanks Bruce for the details about the .la file. > If ./configure is run with --prefix=/usr with both libsigsegv and > /usr/lib/libc.a are present, configure gives: > > configure:10063: checking for libsigsegv > configure:10086: gcc -o conftest -g -O2 conftest.c > /usr/lib/libsigsegv.so /usr/

Re: libsigsegv on LinuxFromScratch

2020-09-19 Thread Bruce Dubbs
On 9/18/20 6:47 PM, Bruce Dubbs wrote: On 9/18/20 6:24 PM, Bruno Haible wrote: Bruce Dubbs wrote in : checking for libsigsegv... yes checking how to link with libsigsegv... -ls

Re: libsigsegv on LinuxFromScratch

2020-09-18 Thread Bruce Dubbs
On 9/18/20 6:24 PM, Bruno Haible wrote: Bruce Dubbs wrote in : checking for libsigsegv... yes checking how to link with libsigsegv... -lsigsegv I get: checking for libsigsegv

Re: libsigsegv on LinuxFromScratch

2020-09-18 Thread Bruno Haible
Bruce Dubbs wrote in : > > checking for libsigsegv... yes > > checking how to link with libsigsegv... -lsigsegv > > I get: > > checking for libsigsegv... yes > checking how to li