Bug 143789 - Can't bootstrap another gcc
Summary: Can't bootstrap another gcc
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 2
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-28 03:49 UTC by Dean Kolosiek
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-12-28 09:27:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
terminal session of configure and make bootstrap (298.86 KB, text/plain)
2004-12-28 03:53 UTC, Dean Kolosiek
no flags Details

Description Dean Kolosiek 2004-12-28 03:49:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6)
Gecko/20040510

Description of problem:
I've tried building several versions of gcc, including
gcc-3.3.3-20040413 from the FC2 source CD, but they all quit with a
message like

/usr/local/x86_64-unknown-linux-gnu/bin/ld: crti.o: No such file: No
such file or directory

I don't see the build attempting to make crti.o.

I suspect this is peculiar to FC2 and/or x86_64.

I upgraded to binutils-2.15.90.0.3-5 to fix another problem but I
don't see how it would be causing this problem.

I will attach the output of configure and make bootstrap terminal session.

Version-Release number of selected component (if applicable):
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

How reproducible:
Always

Steps to Reproduce:
place gcc source in gcc-3.3.3-20040413
cd gcc-3.3.3-20040413-obj
../gcc-3.3.3-20040413/configure
make bootstrap

Actual Results:  build teminates with a link error

Expected Results:  build should finish

Additional info:

Comment 1 Dean Kolosiek 2004-12-28 03:53:14 UTC
Created attachment 109145 [details]
terminal session of configure and make bootstrap

Comment 2 Jakub Jelinek 2004-12-28 09:27:14 UTC
You don't have glibc-devel-*.i386.rpm installed, just glibc-devel-*.x86_64.rpm.
You need both if you want to build 32-bit programs or built multi-libbed gcc.



Note You need to log in before you can comment on or make changes to this bug.