Bug 17539
| Summary: | gcc does not work acording to ./configurer | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Knut J BJuland <knutjbj> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| 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-10-06 18:09:29 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
Knut J BJuland
2000-09-15 15:17:29 UTC
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:579: checking host system type
configure:615: checking for a BSD compatible install
configure:668: checking whether build environment is sane
configure:725: checking whether make sets ${MAKE}
configure:771: checking for working aclocal
configure:784: checking for working autoconf
configure:797: checking for working automake
configure:810: checking for working autoheader
configure:823: checking for working makeinfo
configure:838: checking whether to enable maintainer-specific portions of
Makefiles
configure:863: checking for gcc
configure:976: checking whether the C compiler (gcc ) works
configure:992: gcc -o conftest conftest.c 1>&5
gcc: installation problem, cannot exec `cpp0': No such file or directory
configure: failed program was:
#line 987 "configure"
#include "confdefs.h"
main(){return(0);}
Do you have cpp rpm installed? I discoverd that I did't upgrade cpp when I upgrade gcc to rawhid version. When I upgraded cpp it start working again.I have now Redhat 7.0 and gcc works. |