--- Comment #1 from xtv at tveith dot homelinux dot com 2006-04-12 12:54
---
Created an attachment (id=11249)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11249&action=view)
preprocessed source file
preprocessed sourcefile compressed with gzip to meet the size requireme
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: xtv at tveith dot homelinux dot com
GCC host triplet: x86_64-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27134
--- 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] ~/
--- 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
--- 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
--- 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 dif
Summary: gcc 4.1.0 RC1 failes to bootstrap
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: xtv at tveith dot h