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]
Other format: [Raw text]

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)


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