This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Building with --enable-languages problematic
- To: GCC Mailinglist <gcc at gcc dot gnu dot org>
- Subject: Building with --enable-languages problematic
- From: Daniel Egger <degger at fhm dot edu>
- Date: 09 Oct 2001 18:59:35 +0200
Hija,
the configure script has a bug that makes it troublesome to build
a version of gcc with only selected languages.
Using ../gcc/configure --enable-languages="c c++" works fine on
the first time but the build fails terribly on consecutive tries
when the dependencies trigger a rebuild of the scripts by issueing
config.status.
The problem is that the configure call in there uses --enable-languages
without glueing the additional arguments together by ""'s.
Thus it looks like this
../gcc/configure --with-gcc-version-trigger=/devel/gcc/gcc/version.c
--enable-languages=c c++
and fails.
Can anyone with more insight handle this please?
--
Servus,
Daniel