This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
VAX Ultrix bootstrap failure: cc: -o would overwrite libgcc/_mulsi3.o
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: VAX Ultrix bootstrap failure: cc: -o would overwrite libgcc/_mulsi3.o
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Wed, 17 May 2000 11:25:18 -0400 (EDT)
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)