I setup Venti (from plan9 port for user space) on an x86 box. When my program issues vtwrite( ) call, i get the following error:-
vtversion /dev/fd/10: vtversion: Connection reset by peer vtversion /dev/fd/11: vtversion: Connection reset by peer vtversion /dev/fd/10: vtversion: Connection reset by peer Note: I built my program using GNU Make instead of Mk command. I linked all the required static libraries during compilation. My program compiles without errors. Is using GNU make the reason for this error?
