This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]


--- Tom Tromey <tromey@redhat.com> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]