I'm trying to recompile some software under DU 4.0, and this software
includes <prot.h>.
<prot.h>, on line 71, #include's <acl.h>.
Well....
cc: Severe: /usr/include/prot.h, line 71: Cannot find file <acl.h> specified
in #include directive.
#include <acl.h>
-^
cc: Error: /usr/include/prot.h, line 71: Object file deleted.
#include <acl.h>
-^
*** Exit 1
Stop.
acl.h does not appear anywhere within /usr/include. For the time being, I
modified prot.h to not include acl.h, because I'm not going to be using ACLs
in this program (SKey for anyone who's interested).
But the real problem remains: where's acl.h?
---
Mike Matthews, Mike_Matthews_at_sgate.com (NeXTmail accepted)
PGP public key available on request
Received on Wed Jul 31 1996 - 16:28:13 NZST