bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gl_LIBSIGSEGV is broken


From: Bruno Haible
Subject: Re: gl_LIBSIGSEGV is broken
Date: Tue, 16 Jun 2009 00:52:55 +0200
User-agent: KMail/1.9.9

Sam Steingold wrote:
> I just upgraded clisp to libsigsegv.m4 serial 4

Did you do a "make distclean; ./configure" after doing so?

> and now LIBSIGSEGV is not set right:
> 
> config.status:
> 
> before:
> $ grep -i sigsegv config.status
> S["LIBSIGSEGV"]="-lsigsegv"
> S["LTLIBSIGSEGV"]="-lsigsegv"
> D["HAVE_LIBSIGSEGV"]=" 1"
> D["HAVE_LIBSIGSEGV"]=" 1"
> 
> after:
> $ grep -i sigsegv config.status
> S["LIBSIGSEGV_PREFIX"]=""
> S["LTLIBSIGSEGV"]=""
> S["LIBSIGSEGV"]=""
> S["HAVE_LIBSIGSEGV"]="yes"
> D["HAVE_LIBSIGSEGV"]=" 1"
> D["HAVE_LIBSIGSEGV"]=" 1"
> 
> libsigsegv is installed system-wide (in /usr).

Can you tell something about the kind of platform (OS, CPU, gcc target)?
Also can you please show the result of

  $ ls -l /usr/include/signsegv* /usr/lib*/libsigsegv*

Thanks.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]