public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Building with --enable-languages problematic
@ 2001-10-09 12:24 Daniel Egger
  2001-10-09 12:29 ` guerby
  2001-10-09 12:30 ` Daniel Jacobowitz
  0 siblings, 2 replies; 9+ messages in thread
From: Daniel Egger @ 2001-10-09 12:24 UTC (permalink / raw)
  To: GCC Mailinglist

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-10-13 10:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-09 12:24 Building with --enable-languages problematic Daniel Egger
2001-10-09 12:29 ` guerby
2001-10-09 12:30 ` Daniel Jacobowitz
2001-10-09 13:06   ` Daniel Egger
2001-10-09 13:25     ` Gerald Pfeifer
2001-10-11  7:38       ` Daniel Egger
2001-10-12 13:56         ` Gerald Pfeifer
2001-10-09 13:27     ` Phil Edwards
2001-10-13 10:36       ` Daniel Egger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).