On Sat, Jan 23, 1999 at 10:34:27AM -0700, Karl F. Larsen wrote:
>       I did another setup of sattrack and it compiled to this point and
> errors out. It kinda looks like a compiler problem. Can't find a
> function...

> Here is sattrack.c at line 2055
> 
> #if (!defined(HPUX) && !defined(FREEBSD))
>         ioctl(STDIN_FILENO,TCGETS,&original);
>         memcpy((char *)&modified,(char *)&original,sizeof(struct
> termios));
> #endif

The same code is in 3.1.6 and it compiles fine here. TCGETS is defined in
/usr/include/asm/ioctls.h. Perhaps your /usr/include/asm is not linked
correctly? It should either be a directory containing files like
ioctls.h, or a link to another directory probably in /usr/src/linux.
(I'm not sure how Red Hat handles it. On Debian, it's a directory
and not a link.)


Hamish
-- 
Hamish Moffatt       Mobile: +61 412 011 176       [EMAIL PROTECTED]

Rising Software Australia Pty. Ltd. 
Developers of music education software including Auralia & Musition.
31 Elmhurst Road, Blackburn, Victoria Australia, 3130
Phone: +61 3 9894 4788  Fax: +61 3 9894 3362  USA Toll Free: 1-888-667-7839
Internet: http://www.rising.com.au/

Reply via email to