Bug 8645

Summary: am unable to compile binaries with egcs
Product: [Retired] Red Hat Linux Reporter: hbp
Component: egcsAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-20 05:02:57 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 hbp 2000-01-20 04:28:15 UTC
Am unable to compile binaries with egcs 1.1.2-24

I added the export CC=egcs
            export CPP=g++
to the .bashrc and have had no results.

Comment 1 Jim Kingdon 2000-01-20 05:02:59 UTC
Uh, what happens?  Like what commands do you give and what
is the output?  Include copies of test files (Hello world programs
or whatever).

Comment 2 Jim Kingdon 2000-01-21 16:29:59 UTC
You need to install the glibc-devel package.  In future releases
the egcs package will require glibc-devel (but there is no need to
upgrade, just install glibc-devel).

  If I run the hello world program
  the output that I get is
  hw1.c:1: stdio.h: No such file or directory

  I looked in /usr/include and there is no stdio.h