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

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 [...] +