home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14547 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.4 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!wang!snuffy!bob
  2. From: bob@snuffy.dracut.ma.us (Bob Smith)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: problem installing X on a SUN
  5. Message-ID: <1992Jul29.035621.2789@snuffy.dracut.ma.us>
  6. Date: 29 Jul 92 03:56:21 GMT
  7. References: <1992Jul28.011101.26848@sbcs.sunysb.edu>
  8. Organization: Somewhere in Dracut Mass
  9. Lines: 27
  10.  
  11. synchem@sbcs.sunysb.edu (Synchem proj acct) writes:
  12.  
  13. > s4-75g.2 cd clients/xterm
  14. > s4-75g.3 make
  15. > rm -f charproc.o
  16. > cc -c -O -pipe   -I../../.       charproc.c
  17.  
  18. > /: write failed, file system is full
  19. > compiler(iropt) error:    write_irfile: No space left on device
  20. >  
  21. > *** Error code 1
  22. > make: Fatal error: Command failed for target `charproc.o'
  23.  
  24. > Note that the file system containing the X11R5 is not really full.  As
  25. > ...
  26.  
  27. The c compiler uses /tmp to store temporary files, that's what's happening
  28. to your root file system.  You can change this behavior is you add the option
  29. -temp=/usr/tmp or some other temp directory that it can have free run of to
  30. the same place where -pipe is...  Which leads me to a confusion, I thought
  31. -pipe would prevent /tmp from growing, although I've never used that option,
  32. apparently it doesn't...
  33.  
  34. -- 
  35.  \ Bob Smith               \ mx: bob@snuffy.dracut.ma.us
  36.   \ 1215 Pawtucket Blvd. #4 \ uucp: ...{ulowell|wang|wybbs}!snuffy!bob
  37.    \ Lowell, MA. 01854       \ office && voice mail: +1 508 670-6712
  38.