Re. the dctrl fix ...
I haven't actually downloaded 16a yet, so if this message looks like a load
of rubbish please ignore it!
I presume Luca's fix that's mentioned is the one that changes
fifoCmd "monitor $monfifo"
set monfd [open $monfifo r]
to
set monfd [open $monfifo "RDONLY NONBLOCK"]
fifoCmd "monitor $monfifo"
This worked for me, except that every so often dctrl would stop with some
message about not blocking or some such (can't remember exactly, now its
working). I
had to add immediately after the above
fconfigure $monfd -blocking 1
to fix this. This may be something to do with the fact that I'm using Xsun
as my X-server on a Sun3 (and which is uses xdm running on a second linux
box - not the one running dctrl/diald)
Maybe this is of interest
mike
-
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]