Problem with K, IRC and c++ compiler

Problem with K, IRC and c++ compiler

Post by Ward » Tue, 11 Aug 1998 04:00:00



Hi,

I tried to install Kvirc recently and I got the following errors:

loading cache ./config.cache
checking for working aclocal... found
checking for working autoconf... missing
checking for working automake... found
checking for working autoheader... missing
checking for working makeinfo... found
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -Wall -s) works... yes
checking whether the C compiler (gcc -O2 -Wall -s) is a cross compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... nochecking for xlC... no
checking for DCC... nochecking for c++... no
checking for g++... nochecking for gcc... gcc
checking whether the C++ compiler (gcc -O2 -Wall -s) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables

I've used the C++ compiler before, and is worked fine, using:
gcc file.c -o file

Any ideas why it doesn't work here? Also, does it matter that autoconf,
autoheader are missing?

Many Thanks
Craig Ward

--