--- Tom Tromey <[EMAIL PROTECTED]> wrote:
[...]
> Stephen> I'm Trying to update an old SCO unixware 2 box...Currently I
> Stephen> have CVS 1.10.8 there. (Yeah, shame on me)
> 
> Stephen> The cc's -o option refuses to overwrite existing .o files...:
> 
[...]
> I want to know if this happens because argmatch.o already exists, or
> if it is because the SCO `cc' doesn't like `-c' and `-o' together.
[...]
It appears to be the latter:

scameron@unixdev 377 $ ls
hello.c
scameron@unixdev 378 $ cc -c -o hello.o hello.c
UX:cc: ERROR: -o would overwrite hello.o
scameron@unixdev 379 $ ls
hello.c
scameron@unixdev 380 $

Thanks for any help.
-- steve



__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

Reply via email to