Index: [thread] [date] [subject] [author]
  From: Jason Grosland <jcg3@cs.duke.edu>
  To  : 
  Date: Mon, 8 Feb 1999 17:42:51 -0500

Re: Compiling

On Mon, 8 Feb 1999, Janel Levon Baskerville wrote:

> cd/afs/acpub/a/m/amc1/cps108/hyperwag/
> make hyperwag
> znol: while getting Window Gram port
> 
> g++ -G-Wall-I. -I/afs/acpub/users/r/c/rcduvall/cps108/include -c
> hyperwag.cc
> cpp::/var/tmp/ccOXVRDA.ii:NO space left on device
      ^^^^^^^^^^^^^^^^^^^^^ 
Looks like the c-pre-processor (cpp) is trying to use some temporary space
on the computer you're on.  Check what's in the /tmp (/var/tmp is a link
to /tmp on acpub machines) directory, and see why that might be so... You
can try telnetting (or ssh'ing) to another computer and compiling there.

-Jason
cps 108 uta
- jcg3@duke.edu         shanty.dorm.duke.edu         www.duke.edu/~jcg3 -



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