On Mon 09 Sep 2002 22:22, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Mon, 9 Sep 2002, H.Merijn Brand wrote:
> 
> [HP-UX 11.00, GNU gcc-3.2]
> 
> > >   cd languages/perl6
> > >   make
> > 
> > For gcc (which was the last I used) I got :(
> > 
> > /usr/bin/ld -o imcc  imcparser.o imclexer.o imc.o stacks.o symreg.o instructions.o 
>cfg.o sets.o debug.o anyop.o  ../../platform.o -lcl -lpthread -lnsl -lnm -lmalloc 
>-ldld -lm -lndir -lcrypt -lsec
> 
> (My fault.  imcc needs to be built with $(LINK), not $(LD).  I'll send a
> patch separately.)

HP-UX 11.00 w/ HP C-ANSI-C and perl-5.8.0+defined-or
[ Which does *not* support -Wall and -Wno-unused ]

a5:/pro/3gl/CPAN/parrot 103 > cat .timestamp
1032793212
Mon Sep 23 15:00:12 2002 UTC

(time of this cvs update)
a5:/pro/3gl/CPAN/parrot 104 >

t/src/basic.........ok
t/src/intlist.......ok
t/op/basic..........ok
t/op/bitwise........ok
t/op/debuginfo......ok
t/op/gc.............ok
t/op/globals........ok
t/op/hacks..........ok
t/op/ifunless.......ok
t/op/info...........ok
t/op/integer........ok
t/op/interp.........ok
t/op/lexicals.......ok
t/op/macro..........ok
        1/13 skipped: Await exceptions
t/op/number.........ok
t/op/rx.............ok
        1/23 skipped: various reasons
t/op/stacks.........ok
        1/35 skipped: various reasons
t/op/string.........ok
t/op/time...........ok
t/op/trans..........ok
t/pmc/array.........ok
t/pmc/boolean.......ok
t/pmc/intlist.......ok
t/pmc/perlarray.....ok
t/pmc/perlhash......ok
t/pmc/perlstring....ok
        1/8 skipped: various reasons
t/pmc/pmc...........ok
        1/68 skipped: various reasons
t/pmc/sub...........ok
All tests successful, 5 subtests skipped.
Files=28, Tests=446, 398 wallclock secs (345.42 cusr + 20.78 csys = 366.20 CPU)
a5:/pro/3gl/CPAN/parrot 115 > cd languages/perl6
a5:/pro/3gl/CPAN/parrot/languages/perl6 116 > make
cd ../imcc && make
make[1]: Entering directory `/pro/3gl/CPAN/parrot/languages/imcc'
bison -v -y -d -o imcparser.c imcc.y
imcc.y:439: warning: previous rule lacks an ending `;'
imcc.y:613: warning: previous rule lacks an ending `;'
cc -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -g -I../../include -Wall -Wno-unused -o 
imcparser.o -c imcparser.c
cc: warning 422: Unknown option "-Wno-unused" ignored.
cc: "imcc.y", line 431: error 1000: Unexpected symbol: "}".
cc: panic 2017: Cannot recover from earlier errors, terminating.
make[1]: *** [imcparser.o] Error 1
make[1]: Leaving directory `/pro/3gl/CPAN/parrot/languages/imcc'
make: *** [imcc] Error 2
a5:/pro/3gl/CPAN/parrot/languages/perl6 117 >

use Coffee::Simple Sugar => 2;
given $tuits {
    when "low"         { die "sleep deprevation" }
    when Test::Smoke   { rsync ()                }
    when /round/       { system "make test"      }
    CATCH {
        use Beer::More no_plan;
        }
    }

-- 
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