[Bug other/48550] New: configure script help doesn't describe -enable-languages option

aponomarenko at ispras dot ru gcc-bugzilla@gcc.gnu.org
Mon Apr 11 09:21:00 GMT 2011


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: unassigned@gcc.gnu.org
        ReportedBy: aponomarenko@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.



More information about the Gcc-bugs mailing list