This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: missing files in /usr/include/sys


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]