Hi all,
Here is what I get when I try to compile cqcam and vic:
# ./configure
loading cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc ) works... no
configure: error: installation or configuration problem: C++ compiler
cannot create
executables.
It surprised me because I can compile the kernel without any problems.
But I don't understand
anything about C programming and compiling so it might be normal...
I've a RedHat 5.2 with kernel 2.2.6. Here are a few infos about my
system that might be
useful:
# gcc --version
egcs-2.91.66
libc-2.1.1.so
# ldd -v
ldd: version 1.9.9
libg++.so.2.7.2.8
moreover there is a directory named g++ in /usr/include with loads of .h
and .cc
Is there something I miss ??
Thanks for helping.