can't use "with-gcc-home"

Christian Lohmaier lohmaier at googlemail.com
Wed Feb 12 10:39:05 CET 2014


Hi Ahmad, *,

On Tuesday, February 11, 2014, Ahmad Hussein Al-Harthi <
aalharthi at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140212/a15121ea/attachment.html>


More information about the LibreOffice mailing list