On Mon 03 Feb 2003 18:32, Alain BARBET <alian@cpan.org> wrote: > >>>or we could force the C locale in makedepend.SH (as a workaround) > >> > >>I like that. Subcontious parts of my mind tell me that won't work, but there's > >>no rationale to prove that :) > > > > Alain, could you test the following patch ? (my gcc here isn't locale-dependent) > > > > --- makedepend.SH (revision 706) > > +++ makedepend.SH (working copy) > > @@ -58,6 +58,11 @@ > > ;; > > esac > > > > +# Avoid localized gcc messages > > +case "$ccname" in > > + gcc) LC_ALL=C ; export LC_ALL ;; > > +esac > > + > > # We need .. when we are in the x2p directory if we are using the > > # cppstdin wrapper script. > > # Put .. and . first so that we pick up the present cppstdin, not > > End. > > It's ok it's work fine with that, seems to be the good way. And it doesn't hurt in HP-UX either. All test still pass with this on default config. -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: smokers@perl.org http://archives.develooper.com/daily-build@perl.org/ perl-qa@perl.org send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.org