Re: Solved: pty problem

2003-12-16 Thread Micha Feigin
On Tue, Dec 16, 2003 at 12:28:00AM +0200, Micha Feigin wrote: > I tried to configure mlterm to run and it seems that there is a problem > with the pty setup on my computer. The line that keeps failing is: > > if( ( ttydev = ptsname(*master)) == NULL) > > I added pty support in my kernel (cu

pty problem

2003-12-15 Thread Micha Feigin
I tried to configure mlterm to run and it seems that there is a problem with the pty setup on my computer. The line that keeps failing is: if( ( ttydev = ptsname(*master)) == NULL) I added pty support in my kernel (custom compiled) but it seems that its not enough. Any idea what I'm missi