Mail Archives: djgpp/1996/09/25/02:37:42
On Mon, 23 Sep 1996, El GrinGo wrote:
> I have some programs i made for Linux that unfortunatly, i can't compile for
> dos using dgjpp (because of many ioctl() functions, termios stuffs used to
> control the serial line linked to a modem...etc). I didn'tfound those things
> in the include/libraries. I wonder if there is an extension someone is working
> on it, or anything to could avoid me rewrite some part of the code ?
Check out the filesystem extensions feature of DJGPP (it's in the libc
on-line reference docs). It should be quite easy to add what you need
using it.
> Btw, emx has ioctl.h and termios.h. Which is quiet good for portability...
Nothing in DJGPP gets done without somebody who has enough motivation and
resources to sit down and make it happen. I'm sure you will get a lot of
approval if you submit ioctl and termios for DJGPP.
- Raw text -