Click to See Complete Forum and Search --> : error while running configure


Slackmonster
10-23-2001, 10:25 AM
Here is the configure log file generated when I tried to perform a configure. It appears to me to be a busted install of gcc, but I want to run it by those more intelligent than me! ;) This was done on a default install of Redhat 7.1 with no upgrades or modifications running gcc 2.96. Any suggestions? Thanks!

configure:571: checking for a BSD compatible install
configure:624: checking whether build environment is sane
configure:681: checking whether make sets ${MAKE}
configure:727: checking for working aclocal
configure:740: checking for working autoconf
configure:753: checking for working automake
configure:766: checking for working autoheader
configure:779: checking for working makeinfo
configure:798: checking for c++
configure:798: checking for g++
configure:798: checking for gcc
configure:830: checking whether the C++ compiler (gcc ) works
configure:846: gcc -o conftest conftest.C 1>&5
gcc: installation problem, cannot exec `cc1plus': No such file or directory
configure: failed program was:

#line 841 "configure"
#include "confdefs.h"

int main(){return(0);}


[Edit: added config info]

[ 23 October 2001: Message edited by: singlemalt ]

X_console
10-23-2001, 11:59 AM
What program was this? Also, do you get errors when compiling other software?

Slackmonster
10-23-2001, 12:09 PM
The program is called bidwatch for use on Ebay. I downloaded it fron Freshmeat. This is the first program I have tried to compile since I set this system up a few weeks ago.

AdaHacker
10-23-2001, 01:21 PM
Well that's odd. I could be wrong, but as I recall, cc1plus is GCCs C++ support. Does the installation you're using perhaps not include C++ support by default? Given what you posted, that seems like the best possibility, although it doesn't really make much sense if it's a default RedHat install.

Slackmonster
10-23-2001, 03:16 PM
I agree! I was reading up in google before I posted that and it said something to that effect. However, when I went to the site it said that gcc and g++ was bundled together now and wasn't handled in separate packages anymore. So, by this I assumed that it was installed....maybe not. I'm still at a loss.

Singlemalt

Slackmonster
11-01-2001, 10:59 PM
Giving this one another bump as I'm still stuck.

Slackmonster
11-02-2001, 01:00 AM
Nevmind folks. I can't wait any longer so I'm doing a complete reinstall of gcc and friends. Thanks for your initial help though, I appreciate it.

S