develooper Front page | perl.perl5.porters | Postings from February 2003

Re: Smoke [5.9.0] 18603 FAIL(m) linux 2.4.20 (i686/2 cpus)

Thread Previous | Thread Next
From:
Rafael Garcia-Suarez
Date:
February 3, 2003 02:03
Subject:
Re: Smoke [5.9.0] 18603 FAIL(m) linux 2.4.20 (i686/2 cpus)
Message ID:
20030203110326.50473083.rgarciasuarez@free.fr
"H.Merijn Brand" <h.m.brand@hccnet.nl> 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.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About