Date: Wed, 14 Feb 1996 15:09:42 +0200 (IST) From: Eli Zaretskii To: Frank Donahoe Cc: Djgpp Subject: Re: ioctl missing On Wed, 14 Feb 1996, Frank Donahoe wrote: > While testing my installation of DJGPP v2.0 I started to compile the suite > of file utilities which I had previously compiled last September. The > compilation of "ls" failed because ioctl.h is missing. I erased the earlier > v2 beta and along with that erasure went ioctl.h. It is not present in > any of the djxxx200.zip's of v2. Where my copy came from originally I > cannot say. I think this is a problem with the way you configure Fileutils. They should never try to use ioctl.h on MS-DOS/DJGPP v2.0 because DOS ioctl is NOT what Unix programs expect ioctl to be. Try using the header from the DJGPP v2 distribution as the replacemenmt for config.h expected by GNU Fileutils. DJGPP indeed doesn't come with any header called ioctl.h. I don't know how did you get away with it in September.