From: willm AT ihug DOT co DOT nz (Will Mooar) Subject: B20.1 missing sys/utmp.h 26 Dec 1998 04:35:47 -0800 Message-ID: <001201be30ca$e9c6cec0$29804dd1.cygnus.cygwin32.developers@monster> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: I am attempting to compile winsup-981224 on my W98 machine and came up with this problem: In file included from /src/winsup/syscalls.cc:20: \src\newlib\libc\include\utmp.h:4: sys/utmp.h: No such file or directory make[1]: *** [syscalls.o] Error 1 make: *** [all-target-winsup] Error 2 Comparing the original B20.1 winsup directory with the 981124 version, I noted that the copy in winsup/include is gone, causing the compiler to fall back to the copy in newlib/libc/include, which unfortunately points to the non-existant newlib/libc/include/sys/utmp.h. I have replaced the utmp.h from the original B20.1 version, but I can't help but wonder why the file was deleted in the first place. Please advise. Kind regards - Will.