NetBSD-Users archive

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

Re: mlterm 3.9.2 Failed to open pty



On Thu, 21 Jul 2022, Rin Okuyama wrote:

If so, mlterm should be misconfigured. Can you upload


Looking at baselib/configure.in:279, the pty-type check programs
only #include <fcntl.h> w/o pulling in <stdlib.h>. Depending on
what pkgsrc's CFLAGS are, this could result in the 2 programs not
compiling at all, and the configure thinking that only BSD ptys
are present.

Hope this helps...

-RVP



Home | Main Index | Thread Index | Old Index