Hi Ahmad, *,<br><br>On Tuesday, February 11, 2014, Ahmad Hussein Al-Harthi <<a href="mailto:aalharthi@kacst.edu.sa">aalharthi@kacst.edu.sa</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I've this error message with autogen:<br>
<br>
--------------------------------------------<br>
configure: error: unrecognized options: --with-gcc-home<br>
--------------------------------------------<br>
<br>
any ideas?</blockquote><div><br></div><div>Why do you want to specify it in the first place?</div><div><br></div><div>Looking at configure, you can also set with_gcc_home if it is really needed...</div><div><br></div><div>
If there really is need to overriding the gcc home however, it would be interesting to know why.</div><div>As configure states there is no AC_ARG_WITH defined for the gcc-home switch.</div><div><br></div><div>So if the autodetection won't work, then add something like</div>
<div><div>AC_ARG_WITH(gcc-home,</div><div>    AS_HELP_STRING([--with-gcc-home=/path/to/gcchome],</div><div>        [manually override gcc's homedirectory.]),</div><div>,)</div></div><div><br></div><div>to <a href="http://configure.ac">configure.ac</a> - but really it shouldn't be necessary.</div>
<div><br></div><div>ciao</div><div>Christian</div>