Re: libtool runs compiler command in wrong locale

2008-01-20 Thread Ralf Wildenhues
* Bruno Haible wrote on Mon, Jan 21, 2008 at 12:46:12AM CET: [...] > if ${opt_dry_run-false}; then :; else > + eval "$lt_switch_to_user_locale" > eval "$my_cmd" > my_status=$? > + eval "$lt_switch_to_safe_locale" > if test "$my_status" -eq 0; then :; else [

Re: libtool runs compiler command in wrong locale

2008-01-20 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Mon, Jan 21, 2008 at 12:46:12AM CET: > Ralf Wildenhues wrote: > > func_show_eval is also called like this: > > > > | func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S > > "../$outputname" "$outputname" )' 'exit $?' > > OK, what about this

Re: libtool runs compiler command in wrong locale

2008-01-20 Thread Bruno Haible
Ralf Wildenhues wrote: > func_show_eval is also called like this: > > | func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S > "../$outputname" "$outputname" )' 'exit $?' OK, what about this patch, then? (Untested.) Bruno 2008-01-20 Bruno Haible <[EMAIL PROTECTED]> * libltd

Re: libtool runs compiler command in wrong locale

2008-01-20 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Sun, Jan 20, 2008 at 05:28:40PM CET: > > I have my environment variables set to German (LANG=de_DE.UTF-8), and > nevertheless the gcc compiler emits its warnings in English *if* invoked > by libtool. Thank you for the bug report. > Find attached a patch for

libtool runs compiler command in wrong locale

2008-01-20 Thread Bruno Haible
Hi, I have my environment variables set to German (LANG=de_DE.UTF-8), and nevertheless the gcc compiler emits its warnings in English *if* invoked by libtool. Example (when compiling CLN-1.2.0): $ /bin/sh ../libtool --mode=compile g++ -g -O2 -Wall -I../include -I../include -I./base -c ./base/c