When i try to run ./configure to compile ac3dec whichs is part off livid http://www.linuxvideo.org. The configure script report that gcc does not work. I use RedHat 7.0 linux with som rpm update from rawhid. Glibc, Xfree86, Gcc kernel, and inintscript.
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.