------- Comment #28 from pinskia at gcc dot gnu dot org 2006-02-16 15:09 ------- (In reply to comment #24) > Since Ben is removing directories in the first place, this is the reason why > this is invalid and not because gnattools is being built even with > --enable-language=c++.
Again this has nothing to do with the real behavior of the options since they are acting like they should as there is no way for the configure to tell gnattools is for Ada only. Again this bug is about removing two directories and then trying to build without removing the thrid, it goes wrong. If someone removes gcc/cp, libstdc++ will always be built because there is no way for the build mechanism to recognize that libstdc++ belongs to building only with c++ turned on. This case is no different. Closing as works for me since Benjamin removed directories to begin with. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26259