Wow, the list came through fast and furious on this one! Apparently it's a
known bug in the distribution and easily rectified. Simply create symbolic
links for acl.h and acl_def.h in /usr/include as follows and it compiles just
fine.
cd /usr/include
ln -s sys/acl.h
ln -s sys/acl_def.h
Thanks to the following folks who answered in record time:
Tim Winders <twinders_at_spc.cc.tx.us>
Mike Iglesias <iglesias_at_draco.acs.uci.edu>
sloane_at_ukans.edu
Michael Matthews <matthewm_at_voyager.sgate.com>
Graham Allan <ALLAN_at_mnhep1.hep.umn.edu>
Richard L Jackson Jr <rjackson_at_portal.gmu.edu>
Tom Webster <webster_at_ssdpdc.lgb.cal.boeing.com>
Brian C Hill <bchill_at_bch.net>
Andrew Leahy <A.Leahy_at_st.nepean.uws.edu.au>
"C.J. Bol" <bol_at_Axp1.IenD.wau.nl>
Tom Hnat <tom_at_alpha.euba.sk>
Simon Tardell <Simon.Tardell_at_physto.se>
================================================================================
Don Newcomer Dickinson College
Asst. Director of Computer Services P.O. Box 1773
newcomer_at_dickinson.edu Carlisle, PA 17013
Phone: (717) 245-1256
FAX: (717) 245-1690
> Before we had switch machines and operating systems we were running U. of
> Washington's imap 4.1 beta without incident. We've moved to an AlphaServer 4100
> running DU 4.0b and this version of imap breaks. What's worse is that it won't
> recompile. DEC apparently made some changes in the fundamental include files:
>
> 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.
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
>
>
> Soooo, does anyone have a version that _will_ compile under 4.0b? Thanks.
Received on Fri Oct 10 1997 - 15:29:24 NZDT