From: grettir@pension.provo.ut.us (Grettir Asmundarson) Subject: Missing sgtty.h and/or _bsd_ioctl errors. Date: Wed, 28 Jul 1993 00:15:13 MDT
So, I decided I'd like to compile Pine and Mailx.
Both complained that /usr/include/sgtty.h couldn't be found. There is a
sgtty.h in /usr/include/bsd, so I linked that one to /usr/include/
sgtty.h. But, then they started giving me _bsd_ioctl errors.
I'm assuming that I'm using a bogus version of sgtty.h, or that I
shouldn't be using sgtty.h at all. I'm also assuming that I'm not the
only one who's seen this, since Mailx seems to be the mailer of choice.
But, in browsing through the backlog of news, I can't find any mention
of it. (Nor in the FAQs.)
I'm using the freshest versions of everything (gcc, includes, libc,
etc..) from the GCC directory on sunsite.unc.edu.
What is the solution? I'm beating my head against the wall.