Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!decwrl!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: Failing to create DESTDIR subdirectories Message-ID: Date: 22 Aug 90 11:44:06 GMT References: <9008220842.AA13396@kurango.cs.flinders.oz.au> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The Internet Lines: 37 Excerpts from internet.info-andrew: 22-Aug-90 Failing to create DESTDIR s.. Operator@cs.flinders.oz. (1235) > Well I finally had Andrew ready to go. > Brought X11R4 up to patchlevel 14. > Built all the Andrew Makefiles. > make dependInstall > barf > .....: no such file or directory > The build process is not creating subdirectories under DESTDIR. > I am building Andrew from a clean slate so those of you who simply(?) updated > from patchlevel 5 probably did not encounter this problem. Try using make World not make dependInstall The former takes care of making the destination directories. -- If you are not working from a "clean slate", you have the option of skipping the World and going straight to the dependInstall stage. Apparently (a) the README file is not clear about this, and/or (b) the top-level Imakefile was changed so that the directories only got created via World and should possibly be changed back. --fish