How to compile and install only one compile in GCC?

Rupert Wood me@rupey.net
Wed Sep 2 14:53:00 GMT 2009


Peng Yu wrote:

> I think that we have been talking about different configure files. I
> found the following two configure files. You were talking about the
> first one. But I were talking about the second one.

You should be calling the top-level configure file, yes. However the top-level configure calls gcc/configure (amongst others) and will pass on its command line options, so --enable-languages is a valid switch to use at the top level. See the documentation for a fuller list:

    http://gcc.gnu.org/install/configure.html

Rup.




More information about the Gcc-help mailing list