This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

VAX Ultrix bootstrap failure: cc: -o would overwrite libgcc/_mulsi3.o


I have been attempting to bootstrap gcc-2.96 under VAX Ultrix 4.3.  The
following problem occurs building libgcc:

...
mkdir libgcc
cc -DIN_LIBGCC1 -O -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -c
libgcc1.c -o libgcc/_mulsi3.o
cc: -o would overwrite libgcc/_mulsi3.o
make[3]: *** [libgcc/_mulsi3.o] Error 8

The file libgcc/_mulsi3.o doesn't exist.  According to the cc manpage, the
error occurs if the output file has either a .o or .a suffix:

     -o output         Names the final output file output.     If this option is
		    used, the file a.out is left alone.  If the named file
		    has either .o or .a as a suffix, the following error mes-
		    sage is displayed: -o would overwrite.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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