Path: utzoo!attcan!uunet!samsung!uakari.primate.wisc.edu!sdd.hp.com!ucsd!ucbvax!ANDREW.CMU.EDU!gk5g+ From: gk5g+@ANDREW.CMU.EDU (Gary Keim) Newsgroups: comp.soft-sys.andrew Subject: Re: missing globalrefs._h Message-ID: Date: 24 Oct 90 21:04:12 GMT References: <1278@mustang.mst6.lanl.gov> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 22 Excerpts from misc: 23-Oct-90 missing globalrefs._h Dave Carter@ucbvax.Berke (257) > i've just started my attempt to install andrew on a DECstation 5000, > running Ultrix 4.0. i've got andrew pl7, and the make failed when it > could not find globalrefs._h (in andrew/overhead/class/machdep/dec_mips) > what's my problem? Could be a bunch of things. Globalrefs._h get built by the Makefile so a few things to try are: 1) make sure the date is set correctly on that machine 2) (cd andrew/overhead/class;make Clean;make dependInstall) 3) (cd andrew/overhead/class/machdep/dec_mips; rm install.time .depends) Try those in the given order. Much luck. Gary Keim ATK Group