Bug 54331 - configure: error: C++ compiler missing or inoperational
Summary: configure: error: C++ compiler missing or inoperational
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.8.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 14:55 UTC by Michael Richmond
Modified: 2012-08-20 15:44 UTC (History)
0 users

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Richmond 2012-08-20 14:55:25 UTC
When I attempt to compile the snapshot of 08/19/2012 on openSuSE Linux 12.1 I get the following error message:

configure: error: C++ compiler missing or inoperational

The error does not occur in the snapshot of 08/12/2012
Comment 1 Jonathan Wakely 2012-08-20 15:00:39 UTC
GCC now requires a C++ compiler to build.
Comment 2 Michael Richmond 2012-08-20 15:44:03 UTC
I installed the C++ compiler and the problem is fixed