home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5436 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.2 KB

  1. Path: sparky!uunet!mcsun!uknet!stl!robobar!ibmpcug!adrian
  2. From: adrian@ibmpcug.co.uk (Adrian Hall)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: 386bsd: elvis won't compile
  5. Message-ID: <BuA04M.J6H@ibmpcug.co.uk>
  6. Date: 8 Sep 92 20:12:22 GMT
  7. References: <1992Sep8.185716.23623@hippo.ru.ac.za>
  8. Organization: The IBM PC User Group, UK.
  9. Lines: 25
  10.  
  11. In article <1992Sep8.185716.23623@hippo.ru.ac.za> ccml@hippo.ru.ac.za (Mike Lawrie) writes:
  12. >In /usr/src/usr.bin/elvis, I type "make" and end up with the message
  13. >
  14. >    make: obj: No such file or directory
  15. >
  16. >There is a link /usr/src/usr.bin/elvis/obj->/usr/obj/contrib/elvis-1.5,
  17. >but there is not even a directory /usr/obj/contrib.
  18. >
  19.  
  20. Ummmm
  21.  
  22.     mkdir -p /usr/obj/contrib/elvis-1.5
  23.  
  24. Seriously though (sorry if I assumedyou didnt know the usage of the
  25. mkdir command!), there are a lot of directories under /usr/othersrc
  26. which ask for obj dirs and do not have one. The appropriate mkdir -p
  27. clears it up, so it is no great problem.
  28.  
  29. Adrian
  30.  
  31. -- 
  32. --------------------------------------------------------------------------
  33. Adrian Hall                    Connect Systems Manager
  34. adrian@ibmpcug.co.uk                The IBM PC User Group
  35. Tel: +44 81 863 1191                Harrow, London, UK
  36.