Bug 174122

Summary: /usr/lib/crt1.o is missing for -m32 development
Product: [Fedora] Fedora Reporter: John Reiser <jreiser>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-24 19:26:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Reiser 2005-11-24 19:02:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051118 Fedora/1.5-0.5.0.rc3 Firefox/1.5

Description of problem:
32-bit executables cannot be built on x86_64 because /usr/lib/crt1.o is missing.

Version-Release number of selected component (if applicable):
glibc-devel-2.3.90-18

How reproducible:
Always

Steps to Reproduce:
1. gcc -m32 hello.c
2.
3.
  

Actual Results:  /usr/bin/ld: crt1.o: No such file: No such file or directory


Expected Results:  No complaint, and successful static bind to produce 32-bit ELF executable.

Additional info:

Comment 1 Jakub Jelinek 2005-11-24 19:26:34 UTC

*** This bug has been marked as a duplicate of 174120 ***