------- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-14 18:19 ------- (In reply to comment #4) > Subject: Re: --enable-languages=c,c++,fortran needs ada > > "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > > | Yes you forgot to remove the library and tools directory for Ada. > > So what? He did not ask for building Ada in --enable-languages. > Clearly this is a bug. If I don't want to build C++, I don't have to > remove the language and front-end directory -- it suffices I don't ask > for C++ in --enable-languages. Ada should not be any different.
Lets look at what happens here. The ada subdirectory in gcc was removed so the toplevel configure did not know those libraries/programs are only to build when ada is enabled. The same goes for when removing the c++ subdirectory in gcc and libstdc++ is still being built. Likewise for libgfortran and the fortran subdirectory. Ada is no different in this respect, in fact it just shows up more because more people remove the subdirectory and not thinking about the toplevel directories than say C++ or Java or Fortran. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26259