Re: can't use with-gcc-home

2014-02-12 Thread Stephan Bergmann

On 02/11/2014 12:10 PM, Ahmad Hussein Al-Harthi wrote:

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


As the message says, our autogen.sh does not support a --with-gcc-home 
switch.  It does work though to add


  CC=/my/favorite/gcc
  CXX=/my/favorite/g++

to the autogen.sh command line or to autogen.input.

Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: can't use with-gcc-home

2014-02-12 Thread Christian Lohmaier
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


can't use with-gcc-home

2014-02-11 Thread Ahmad Hussein Al-Harthi
Hi,

I've this error message with autogen:


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


any ideas?


   Ahmad
Warning: This message and its attachment, if any, are confidential and may 
contain information protected by law. If you are not the intended recipient, 
please contact the sender immediately and delete the message and its 
attachment, if any. You should not copy the message and its attachment, if any, 
or disclose its contents to any other person or use it for any purpose. 
Statements and opinions expressed in this e-mail and its attachment, if any, 
are those of the sender, and do not necessarily reflect those of King Abdulaziz 
city for Science and Technology (KACST) in the Kingdom of Saudi Arabia. KACST 
accepts no liability for any damage caused by this email.

تحذير: هذه الرسالة وما تحويه من مرفقات (إن وجدت) تمثل وثيقة سرية قد تحتوي على 
معلومات محمية بموجب القانون. إذا لم تكن الشخص المعني بهذه الرسالة فيجب عليك 
تنبيه المُرسل بخطأ وصولها إليك، وحذف الرسالة ومرفقاتها (إن وجدت)، ولا يجوز لك 
نسخ أو توزيع هذه الرسالة أو مرفقاتها (إن وجدت) أو أي جزء منها، أو البوح 
بمحتوياتها للغير أو استعمالها لأي غرض. علماً بأن فحوى هذه الرسالة ومرفقاتها (ان 
وجدت) تعبر عن رأي المُرسل وليس بالضرورة رأي مدينة الملك عبدالعزيز للعلوم 
والتقنية بالمملكة العربية السعودية، ولا تتحمل المدينة أي مسئولية عن الأضرار 
الناتجة عن ما قد يحتويه هذا البريد.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice