home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / modula3 / 887 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.lang.modula3
  2. Path: sparky!uunet!centerline!riposte!wyant
  3. From: wyant@riposte.com (Geoff Wyant)
  4. Subject: Re: Another installation problem (long)
  5. Message-ID: <1992Aug28.185855.2769@centerline.com>
  6. Sender: news@centerline.com
  7. Nntp-Posting-Host: riposte
  8. Reply-To: wyant@centerline.com
  9. Organization: CenterLine Software, Inc.
  10. References: <BtpG4A.2yq@beach.csulb.edu>
  11. Date: Fri, 28 Aug 1992 18:58:55 GMT
  12. Lines: 27
  13.  
  14. > Well I seem to have gotten the boot system installed. Now I'm having some
  15. > difficulty with libm3.
  16. >
  17. > I have PREFIX set to /u1/m3. However when I run m3make on libm3 it tries
  18. > writing to /bin/ar. This turns out to be a link to /usr/bin/ar -- a partition
  19. > with much less space available on it. m3make complains about the file system
  20. > being full (/usr has about 4.4 megs) then gives another error - libm3.a does
  21. > not exist. This is in the "all" stage of the make.
  22. >
  23. > Why is m3make trying to place anything in /bin/ar?
  24. >
  25. > Some statistics are then spit out and it begins the "install" stage of 
  26. > the make which eventually dies because libm3.a does not exist.
  27.  
  28. Its not writing to /bin/ar. Judging from the transcript, you ran out of space
  29. on "/" while running /bin/ar. /bin/ar was probably writing to /tmp when
  30. the disk filled up. Try freeing up some space on "/" and then rebuildinf
  31.  
  32. ---
  33. Geoff Wyant
  34. wyant@centerline.com
  35. Centerline Software, Inc.
  36. (Formerly Saber Software, Inc)
  37. 10 Fawcett Street
  38. Cambridge, Ma.
  39. 01238
  40.  
  41.