[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure



On Thu, 10 Mar 2005 20:14:14 -0600, bntly_rhds <bntly.rhds@gmail.com> wrote:
> i'm trying to ./configure imlib2 on my computer, do you guys know (by
> reading the following), why it is failing?  for some reason i decided to
> do "yum install gcc" and it automagically installed gcc.  so now i can
> compile stuff and basically make and make install stuff.  but i can't
> get this one thing to install ... err ... ./configure.

[SNIP]

> checking whether we are using the GNU C++ compiler... no
> checking whether g++ accepts -g... no
> checking how to run the C++ preprocessor... /lib/cpp
> configure: error: C++ preprocessor "/lib/cpp" fails sanity check
> See `config.log' for more details.

Your compiler (gcc) doesn't have c++ support, as far as I can tell.

I'm not sure on this, but I installed the developer tools at install,
and when I do an
rpm -qa | grep c++'
I get a hit for gcc-c++-3.4.2-6.fc3 (among some dependent libraries). 
If a similar query for you doesn't show anything similar, try yum -y
install gcc-c++


GS

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.