Hi Ahmad, *,

On Tuesday, February 11, 2014, Ahmad Hussein Al-Harthi <
aalhar...@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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to