From: Chris Sharman [Chris.Sharman@CCAgroup.co.uk] Sent: Friday, November 10, 2000 8:47 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: Where's C's PRV$M_READALL & _GRPPRV ? John E. Malmberg wrote: > > In article <3A096D60.43345936@CCAgroup.co.uk>, > Chris Sharman writes: > > > Trying to build/install John Malmberg's FRONTPORT on > > our Alpha (DECC V6.2-008, VMS 7.1). > > > > It fails, complaining about PRV$M_READALL & PRV$M_GRPPRV. > > Other PRV$M_whatever symbols are OK. > > If you look in the module that the compiler is complaining > about, you will see that there is alternative code for the > VAX architecture that does not expect to be able to handle > 64 bit masks. Many thanks: changed that #ifdef __ALPHA to #ifdef PRV$M_GRPPRV and all's well. Chris