bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: GNU ed signal handling problem


From: Andreas Schwab
Subject: Re: GNU ed signal handling problem
Date: Fri, 01 Oct 2004 11:25:56 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Claudio Fontana <address@hidden> writes:

> I have written a temporary solution for the signal
> handling problem in ed 0.2.
> The current configure.in does 
>
> AC_CHECK_FUNCS(sigsetjmp)
>
> but the sigsetjmp function is misteriously not found,
> and the HAVE_SIGSETJMP macro is not defined as a
> consequence.
> (Someone can explain?)

That's because sigsetjmp may only be available as a macro in <setjmp.h>,
whereas siglongjmp is required to be a function as well.

> There is also a problem with LIBOBJ vs AC_LIBOBJ,
> which I ignored since I have not enough autoconf
> knowledge to fix it the right way.

Use AC_LIBOBJ(xmalloc) AC_LIBOBJ(error).

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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