This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.2, HP-UX & quadlib.c error
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: gcc-bugs at gcc dot gnu dot org
- Cc: idontreadthis56 at hotmail dot com
- Date: Wed, 23 Oct 2002 22:35:54 -0400 (EDT)
- Subject: Re: gcc-3.2, HP-UX & quadlib.c error
> /tmp/gcc-3.2/gcc/config/pa/quadlib.c -o libgcc/./quadlib.o
> xgcc: quadlib.c: No such file or directory
> xgcc: no input files
Your solution is not correct. The file should have been copied
to the gcc build directory just after the headers are fixed:
...
fix-header: fixing errno.h
echo timestamp > stmp-fixproto
rm -f quadlib.c
cp ../../gcc/gcc/config/pa/quadlib.c .
You need to investigate why this didn't happen or failed. The PA
backend has not change in this regard for years, so I doubt the
problem is there. I suggest piping the build output to a file so
that you can see what happened.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)