Bug 133429 - gcc: installation problem, cannot exec `cc1plus': No such file or directory
Summary: gcc: installation problem, cannot exec `cc1plus': No such file or directory
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-23 22:08 UTC by Sergio Antoy
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-09-23 22:27:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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