Index: [thread] [date] [subject] [author]
  From: Garrett Mitchener <wgm2@acpub.duke.edu>
  To  : 
  Date: 08 Feb 1999 21:33:35 -0500

Re: Compiling, please help

Angelique Coviello <amc1@duke.edu> writes:

> I know, you'd think after all of our complaints, we would be able to 
> figure out some of these compiles on our own, but this one has me 
> stumped.  It looks like it is a memory problem, as in, I don't have 
> enough of it.  But I ran my quota and I only have 72% used up, so i 
> assume it's not that.  Any other ideas?
> Here is the message I'm getting when I try to compile my hyperwag.cc:
> 
> cd /afs/acpub/users/a/m/amc1/cps108/hyperwag/
> make hyperwag
> znol: while getting WindowGram port
> 
> g++  -g -Wall -I.  -I/afs/acpub/users/r/c/rcduvall/csp108/include  -c  
> hyperwag.cc
> cpp: /var/tmp/cc0XVRDA.ii: No space left on device
> *** Error code 1
> make: Fatal error: Command failed for target `hyperwag.o'
> 
> Compilation exited abnormally with code 1 at Mon Feb  8 00:11:56

It says there is no space left in /var/tmp.  This means someone has
stored a large amount of temporary stuff in /var/tmp and forgot to get
rid of it.  Send a report to help@acpub about the machine, and try
compiling on another machine.

	-- Garrett *<:-)



Index: [thread] [date] [subject] [author]