configure script of libgpg-error does not run without a C++ compiler installed,
throwing "C++ compiler fails sanity check". However, when manually "fixing" the
configure script to not exit when it can't find a compiler and instead continue,
libgpg-error configures and builds properly. This makes it a bug.
Description
Details
- Version
- 1.4.3
Event Timeline
configure script of libgcrypt (and libgpg-error) does not run without a C++
compiler installed, throwing "C++ compiler fails sanity check". However, when
manually "fixing" the configure script to not exit when it can't find a compiler
and instead continue, libgpg-error and libgcrypt configure and build properly,
even without a C++ compiler.
This looks pretty much like an autoconf bug. However, a broken instalaltion of
a compiler is a bad sign for a system, so one might even be thabnkful for such a
message ;-).
Would you mind to take it to the autoconf folks? We can't do anything about it.
As found out after having filed this bug, it's the libtool devs who have failed
it: http://osdir.com/ml/gnu.libtool.bugs/2005-05/msg00249.html .. so now I at
least know I don't have to bother the people behind the projects that use
libtool with it.
Oh and the installation is just as broken as me, that is, I've just installed
plain GCC without the C++ compiler (and the others).