ns2 compiling[2]

Christoph Haenle chris@cs.vu.nl
Tue, 06 Jan 1998 17:54:00 +0100


Sadik,

your error message

> ld: fatal: file ns: cannot write file; errno=28

is due to insufficient disk space. You can verify this by looking at 
/usr/include/sys/errno.h, where the system error messages are defined.

#define ENOSPC  28      /* No space left on device            */

Check if your quota is exceeded.


    -Chris.