On Fri, Apr 29, 2005 at 02:40:34PM -0700, rwj wrote: >i think I've found part of my Serial and Modem device problem.... apparently i >am missing the following .h files in my /usr/include/sys directory. > >termiox.h >ttycom.h >modem.h > >how do i get these header files in and working correctly? i can't just >copy and paste them from some other *nix distribution, i don't think.
Right. >sorry to be a pest, but i really need some help, please. You're apparently porting your code from some other UNIX system which had these files. Thery don't seem to be on linux and I am pretty sure that they are not standard. You're going to have to figure out what is in these files and see if it is offered by some other file in /usr/include/... Porting between different versions of UNIX is not always an easy task, especially when you're trying to manipulate devices. This is not likely to be a problem that other people here can help you with. You really have to understand what's going on yourself if you want to do this port. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/