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 it, relative to libtool-1.5.24 (tested), > and a tentative patch relative to the libtool CVS (untested). The branch-1-5 patch looks good to me, except that is fixes compile mode only and not link mode, but I'll leave it at Peter's discretion as to when it should be applied. > Note that $ltenv can only be applied to commands that run a program, not to > shell builtins like "eval ..." or "(cd ... && ...)". Yes, which is why the HEAD patch is not ok as it is now; func_show_eval is also called like this: | func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' > 2008-01-20 Bruno Haible <[EMAIL PROTECTED]> > > * ltmain.in (lt_env): New variable. Use it when running commands. (I might work on this, but not right away.) Cheers, Ralf _______________________________________________ Bug-libtool mailing list Bug-libtool@gnu.org http://lists.gnu.org/mailman/listinfo/bug-libtool