Hi All,
I'm trying to install sqwebmail (sqwebmail-0.37a), but...
I've tryed to exclude modules, setup --with-module, without-module, and
a lot of things, but nothing...
I've updated the gdbm package and nothing..
My linux box is RedHat 6.0, kernel 2.2.12-20, qmail-1.03.
I've just tryed ./configure in the subdirectory of the tarball.
The problem is in the bdbobj directory, because all of the others
directory that has a configure file is executed normally.
I appreciate any help.
Best regards,
Ari
Here goes the error (when running configure in the main directory of
tarball):
----------------------------------
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... (cached) gawk
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) 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.
configure: error: ./configure failed for bdbobj
----------------------------------
Now if I run configure file in bdbobj:
----------------------------------
[root@sabia /tmp/sqwebmail-0.37a/bdbobj]# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... gawk
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
cre
ate executables.
----------------------------------