Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Hi Ahmad, *,

On Tuesday, February 11, 2014, Ahmad Hussein Al-Harthi <
aalharthi@kacst.edu.sa> wrote:

Hi,

I've this error message with autogen:

--------------------------------------------
configure: error: unrecognized options: --with-gcc-home
--------------------------------------------

any ideas?


Why do you want to specify it in the first place?

Looking at configure, you can also set with_gcc_home if it is really
needed...

If there really is need to overriding the gcc home however, it would be
interesting to know why.
As configure states there is no AC_ARG_WITH defined for the gcc-home switch.

So if the autodetection won't work, then add something like
AC_ARG_WITH(gcc-home,
    AS_HELP_STRING([--with-gcc-home=/path/to/gcchome],
        [manually override gcc's homedirectory.]),
,)

to configure.ac - but really it shouldn't be necessary.

ciao
Christian

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.