public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/5265: 3.0.3 installation fails under RH6.0
@ 2002-01-21 19:13 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-01-21 19:13 UTC (permalink / raw)
  To: Keith.Briggs, gcc-bugs, gcc-prs, mikerushford, jdonner0, nobody

Synopsis: 3.0.3 installation fails under RH6.0

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Mon Jan 21 19:13:24 2002
State-Changed-Why:
    This is a duplicate of PR 1697:
    http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1697&database=gcc
    
    This is probably due to the fact that your PATH 
    environment variable is including the current working directory, so the gcc 2.95 driver  is picking up the specs
    file:
    http://gcc.gnu.org/ml/gcc/2001-06/msg01354.html
    
    Problem also mentioned here:
    http://gcc.gnu.org/ml/gcc-help/2001-10/msg00114.html
    http://gcc.gnu.org/ml/gcc-help/2001-05/msg00014.html
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5265


^ permalink raw reply	[flat|nested] 2+ messages in thread

* bootstrap/5265: 3.0.3 installation fails under RH6.0
@ 2002-01-03  8:26 Keith.Briggs
  0 siblings, 0 replies; 2+ messages in thread
From: Keith.Briggs @ 2002-01-03  8:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5265
>Category:       bootstrap
>Synopsis:       3.0.3 installation fails under RH6.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 03 08:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Keith Briggs
>Release:        3.0.3
>Organization:
>Environment:
Red Hat linux 6.0
>Description:
make bootstrap fails with 3.0.3, when it used
to work with 3.0.2.    The problem seems to be related
to the specs file:

./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -dumpspecs > tmp-specs
mv tmp-specs specs
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
  echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
  echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
/bin/sh ../../gcc-3.0.3/gcc/move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
echo timestamp > s-under
/usr/local/bin/gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/. -I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include underscore.c -o underscore.o
underscore.c:0: malformed option `-A system=posix'
underscore.c:0: malformed option `-A cpu=i386'
underscore.c:0: malformed option `-A machine=i386'
make[2]: *** [underscore.o] Error 1
make[2]: Leaving directory `/home/kbriggs/gcc-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/kbriggs/gcc-obj/gcc'
make: *** [bootstrap] Error 2

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-22  3:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-21 19:13 bootstrap/5265: 3.0.3 installation fails under RH6.0 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-01-03  8:26 Keith.Briggs

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).