From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Egger To: GCC Mailinglist Subject: Building with --enable-languages problematic Date: Tue, 09 Oct 2001 12:24:00 -0000 Message-id: <1002646791.5644.5.camel@sonja> X-SW-Source: 2001-10/msg00606.html 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