Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem building zsh in background
- X-seq: zsh-users 6854
- From: Philippe Troin <phil@xxxxxxxx>
- To: Jens Petersen <petersen@xxxxxxxxxx>
- Subject: Re: problem building zsh in background
- Date: 08 Dec 2003 21:26:38 -0800
- Cc: Danek Duvall <duvall@xxxxxxxxxxx>, Zsh-users <zsh-users@xxxxxxxxxx>
- In-reply-to: <m3llpm7fxj.wl%petersen@xxxxxxxxxx>
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <m3d6bgq2tk.wl%petersen@xxxxxxxxxx> <87d6bgrxml.fsf@xxxxxxxxxxxxxxxx> <m3vfp7o6c8.wl%petersen@xxxxxxxxxx> <877k1ngcp5.fsf@xxxxxxxxxxxxxxxx> <m365h68uk6.wl%petersen@xxxxxxxxxx> <m3y8u26r3t.wl%petersen@xxxxxxxxxx> <87zneewgvd.fsf@xxxxxxxxxxxxxxxx> <20031130185652.GA26891@xxxxxxxxxxxxxxxxxx> <87fzg5ax4d.fsf@xxxxxxxxxxxxxxxx> <m31xrp6iqd.wl%petersen@xxxxxxxxxx> <87smk2puj3.fsf@xxxxxxxxxxxxxxxx> <m3llpm7fxj.wl%petersen@xxxxxxxxxx>
- Sender: Philippe Troin <phil@xxxxxxxx>
Jens Petersen <petersen@xxxxxxxxxx> writes:
> >>>>> "PT" == Philippe Troin <phil@xxxxxxxx> writes:
>
> PT> Okay, here's the patch that implements
> PT> --with-tcsetpgrp. Following Bart Schaefer
> PT> <schaefer@xxxxxxxxxxxxxxxx>'s advice, I've changed
> PT> the configure switch to --with-tcsetpgrp.
>
> PT> Please test.
>
> Sorry, I didn't get round to testing this patch yet,
Then please test :-)
> but I'm still curious what platform this test is needed for: ie on
> which platforms is tcsetpgrp broken?
>From the comments I've seen, BeOS has tcsetpgrp() but it does not
work.
> If for example it has always worked correctly with glibc and most
> other platforms
It will always work on a real and recent enough unix variant. BeOS is
POSIX-like enough, but does not support all the aspects of job control
(apparently).
> then it would be nice if it could just be skipped for those systems,
> or rather just run on the affected platforms:
This is against the autoconf philosophy of testing things rather than
assuming them for a given platform.
> that would simplify things for the builder IMHO and remove the need
> for another (somewhat cryptic) configure option.
You're the one who wanted this option for your build system. I've
accomodated you ;-) For me, failing when not running on a terminal
(which is a corner case for 99.99% (made out figure) of zsh's users)
is perfectly acceptable option.
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author