http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48550
Summary: configure script help doesn't describe -enable-languages option Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: aponomare...@ispras.ru Hi, My options to configure the GCC are usually the following: $> ./configure --prefix=/usr --enable-languages=c,c++ So, the --enable-languages option exists and works properly. But the help message of the configure script doesn't contain the description for the -enable-languages option at all: $> ./configure --help|grep "enable-languages" gives an empty output.