public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/8304: quadlib.c can't be found
@ 2002-10-21 11:16 ray.degennaro
  0 siblings, 0 replies; only message in thread
From: ray.degennaro @ 2002-10-21 11:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8304
>Category:       bootstrap
>Synopsis:       quadlib.c can't be found
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 21 11:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ray DeGennaro
>Release:        gcc-3.2 (build fails, can't 'gcc -v')
>Organization:
>Environment:
OS:  HP-UX B.11.00
Using latest GNU make and gcc-3.0.1-32 to build 3.2
>Description:
When I try to do the bootsteap build, I get the following error on the first pass:

./xgcc -B./ -B/usr/contrib/hppa2.0w-hp-hpux11.00/bin/ -isystem /usr/contrib/hppa2.0w-hp-hpux11.00/include -isystem /usr/contrib/hppa2.0w-hp-hpux11.00/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/tmp/gcc-3.2/gcc -I/tmp/gcc-3.2/gcc/. -I/tmp/gcc-3.2/gcc/config -I/tmp/gcc-3.2/gcc/../include -c /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
make[3]: *** [libgcc/./quadlib.o] Error 1
make[3]: Leaving directory `/tmp/gcc-3.2-obj/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/tmp/gcc-3.2-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp/gcc-3.2-obj/gcc'
make: *** [bootstrap] Error 2
# 

It looks like the full path to quadlib.c was left off the "-c" argument.
>How-To-Repeat:

>Fix:
Work-around:  Change lines 106-107 of libgcc.mk (in OBJDIR) to:

libgcc/./quadlib.o: stmp-dirs quadlib.c
   $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) -c /tmp/gcc-3.2/gcc/quadlib.c -o libgcc/./quadlib.o

But that's for my build specifically, and it looks like the 'configure' files that build the libgcc.mk file will need to be fixed.
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-21 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-21 11:16 bootstrap/8304: quadlib.c can't be found ray.degennaro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).