zsh-workers
 help / color / mirror / code / Atom feed
* zsh 3.1.9 configuration problem
@ 2000-12-19  7:26 Arnon
  0 siblings, 0 replies; only message in thread
From: Arnon @ 2000-12-19  7:26 UTC (permalink / raw)
  To: zsh-workers

Hi,

I have ancounterd the following problem while running zsh 3.1.9 on RH 7.0.
zsh will compile and run but will lack proper singal names. So when a child
process crash it returns "unknown signal" instead of "segmentation fault"
(the same proble will happen with other signals). i have traced the problem
to signames.c haveing 0 signals. The reson for that is the configure wrongly
picks /usr/include/bits/siginfo.h as the "signal.h" file while the real file
is /usr/include/bits/signum.h. To the best of my understanding this is
caused by finding a pattern which contains "SIG" in that file. My quick and
dirty solution was to manually override config.cache zsh_cv_path_signal_h
and running confiure and then make again. There should be a better way
however.

Arnon


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-19  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-19  7:26 zsh 3.1.9 configuration problem Arnon

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).