On Thu 30 Jan 2003 13:24, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 30, 2003 at 01:18:41PM +0100, H.Merijn Brand wrote:
> > On Thu 30 Jan 2003 12:43, alian <[EMAIL PROTECTED]> wrote:
> 
> > > make: *** Pas de r�gle pour fabriquer la cible `<interne>', n�cessaire 
> > > pour `miniperlmain.o'. Arr�t.
> > 
> > AHHHHHHggggrrrrr locales in gcc and make!
> > 
> > Would this help:
> > 
> > --- makedepend.SH.org   2002-07-09 16:08:30.000000000 +0200
> > +++ makedepend.SH       2003-01-30 13:17:41.000000000 +0100
> > @@ -156,6 +156,7 @@
> >             -e '/^#.*<stdin>/d' \
> >              -e '/^#.*<builtin>/d' \
> >              -e '/^#.*<built-in>/d' \
> > +            -e '/^#.*<interne>/d' \
> >              -e '/^#.*<command line>/d' \
> >             -e '/^#.*"-"/d' \
> >             -e '/: file path prefix .* never used$/d' \
> > End of Patch
> > 
> > p5p: where are our bounds if we are to support this in general?
> 
> 1: I don't think we can

        -e '/^#.*<[a-z][-a-z ]*>/d'

> 2: I think that gcc generating programmatic output (not human output) that
>    varies depending on locale is a bug in gcc, and should be reported as
>    such.

Agree.

> (I admit that I've not thought fully about either answer)

Do you ever? <duck>

-- 
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: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org


Reply via email to