Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
4.0.8 stills thinks Linux hasn't /dev/ptmx
- X-seq: zsh-workers 19310
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: 4.0.8 stills thinks Linux hasn't /dev/ptmx
- Date: Thu, 18 Dec 2003 13:36:41 +0100
- Mail-followup-to: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
Hi all :)
I've downloaded Zsh 4.0.8 and in Src/Modules/zpty.c, /dev/ptmx is
only used if one of __SVR4, sinix or __CYGWIN__ is defined. Under
Linux none of these is defined, but Linux supports PTY multiplexor
since (AFAIK) kernel 2.2. IMHO, since under Linux you can choose
between classic PTY support (/dev/pty??) or PTY multiplexor, the
appropriate thing here should be using configure.
Anyway I gave more details and a workarount in zsh-workers 19196,
using GLIBC defines for seeing if the system supports ptmx. So, no
configure needed (by now)...
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author