[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-07-18 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-07-19 03:44 --- This works for me and many other people. Also no feedback in 3 months so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-21 02:19 --- (In reply to comment #9) > autoconf-2.59 > automake-1.9.6 > binutils-2.16.1 > > Maybe thats the reason.. I doubt it. Maybe you have a messed up coreutils. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=263

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread xtv at tveith dot homelinux dot com
--- Comment #9 from xtv at tveith dot homelinux dot com 2006-02-20 21:05 --- (In reply to comment #8) > Do you have any of the following variables set before building GCC: > > LD > DEFAULT_LINKER > ORIGINAL_LD_FOR_TARGET > CONFIG_SITE No: [EMAIL PROTECTED] ~/gcc/out $ echo $LD [EMAIL

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread themis_hv at yahoo dot co dot uk
--- Comment #8 from themis_hv at yahoo dot co dot uk 2006-02-20 20:57 --- Do you have any of the following variables set before building GCC: LD DEFAULT_LINKER ORIGINAL_LD_FOR_TARGET CONFIG_SITE ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26377

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread xtv at tveith dot homelinux dot com
--- Comment #7 from xtv at tveith dot homelinux dot com 2006-02-20 20:24 --- Hi.. whenever I use --program-prefix, bootstrap fails / otherwise it works just perfect. To illustrate, this time i used the following configure: ../gcc-4.1.0-20060219/configure --prefix=/home/xtv --program-p

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-02-20 19:54 --- I just tried to reproduce this with exactly the options you used and I could not. I then tried with a different prefix of /home/pinskia (my home directory) and it still worked. Is there something special with your

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread themis_hv at yahoo dot co dot uk
--- Comment #5 from themis_hv at yahoo dot co dot uk 2006-02-20 13:12 --- --program-prefix works fine on i686-pc-linux with GCC 4.1.0 RC 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26377

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-20 13:06 --- If this worked with "20060217" and does not with the RC1, this actually does not make sense as there have been no configuring changes made between that time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26377

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread xtv at tveith dot homelinux dot com
--- Comment #3 from xtv at tveith dot homelinux dot com 2006-02-20 12:33 --- Without --program-prefix it bootstraps fine. So it seems to be a problem with the configure-machinery. Shall I close this bug and open a new one regarding configure? -- http://gcc.gnu.org/bugzilla/show_bu

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread xtv at tveith dot homelinux dot com
--- Comment #2 from xtv at tveith dot homelinux dot com 2006-02-20 09:52 --- (In reply to comment #1) > GCC here is expecting ld to be located at /home/xtv/bin/xld > > Try adding --with-ld=/path/to/ld and --with-as=/path/to/as to configury > > See if this makes any difference > The

[Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap

2006-02-20 Thread themis_hv at yahoo dot co dot uk
--- Comment #1 from themis_hv at yahoo dot co dot uk 2006-02-20 09:19 --- GCC here is expecting ld to be located at /home/xtv/bin/xld Try adding --with-ld=/path/to/ld and --with-as=/path/to/as to configury See if this makes any difference -- http://gcc.gnu.org/bugzilla/show_bug.c