On 14 April 2011 09:08, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote: > Hello sage-devel, > > I wrote a program called "ptyrun", which runs an arbitrary program in a > pseudo-tty. I personally found it useful, so maybe somebody else will > find it useful also. You can find it at > http://boxen.math.washington.edu/home/jdemeyer/ptyrun/ptyrun.c > > Compile this with > $ gcc -O2 -Wall -lutil ptyrun.c -o ptyrun On a laptop running Solaris 11 Express:
drkirkby@laptop:~$ gcc -O2 -Wall -lutil ptyrun.c -o ptyrun ptyrun.c:33:17: fatal error: pty.h: No such file or directory compilation terminated. Dave -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org