Path: utzoo!attcan!uunet!know!sdd.hp.com!ucsd!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: missing globalrefs._h Message-ID: Date: 25 Oct 90 17:49:55 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 25 Excerpts from internet.info-andrew: 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? thanks. > - dave The problem could easily be eliminated by changing all of the machdep/*/Imakefile's so that instead of saying: DependTarget() They said DependTarget(globalrefs._h) This makes sure that globalrefs._h is created before makedepend is executed. --fish