Bug 133429

Summary: gcc: installation problem, cannot exec `cc1plus': No such file or directory
Product: [Fedora] Fedora Reporter: Sergio Antoy <antoy>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
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: 2004-09-23 22:27:19 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 Sergio Antoy 2004-09-23 22:08:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040803

Description of problem:
When I try to compile any file, gcc prints the message

    gcc: installation problem, cannot exec `cc1plus': No such file or
directory

Version-Release number of selected component (if applicable):
gcc 3.3.3-7.i386

How reproducible:
Always

Steps to Reproduce:
1. yum install gcc
2. create a c++ file, e.g., main.c++.
3. gcc main.c++
    

Actual Results:  the following message is printed and the execution
terminates

    gcc: installation problem, cannot exec `cc1plus': No such file or
directory

Expected Results:  No message, a file named a.out should have been
created.

Additional info:

The bug occurs even if the file to be compiled is empty.
The message is independent of the file to be compiled.

Comment 1 Jakub Jelinek 2004-09-23 22:27:19 UTC
If you are trying to compile C++ programs, you need to have gcc-c++ package
installed.