[comp.lang.c] -temp option

mef@remus.rutgers.edu (Marc E. Fiuczynski) (01/05/91)

Hi there,
I'm having some trouble with the C compiler on my AT&T 3B2-400 
running SVR3.1.  The root filesystem is really full, thus, I have
to specify where I would like to put the temp files that the C compiler
produces.

The C compiler allows the following option:
-temp=directory  which (supposedly) sets the directory for the temporary files.

This is what I do:
	cc -o mdial -DNODEBUG -DSVR3 ckudia.c -temp=/usr/tmp

and this is what I get back (after a while 8):

Assembler: ckudia.c
        aline 5633      : trouble writing; probably out of temp-file space

What am I doing wrong?

-Marc
-- 
================================================================================
Marc Fiuczynski                                 |       mef@remus.rutgers.edu
						|       mef@klinzhai.rutgers.edu
Rpo 5814, Po Box 5063                           |
New Brunswick, NJ 08903                         |       Tel.: (908)/878-9388
================================================================================