Given a regular x86 (GNU/Linux) box, using GCC 4.2.3, should the following produce a working Parrot, using 64-bit ints?

  perl Configure.pl --intval="long long int" --opcode="long long int"

If fails for me on C<make> while building PGE.

  ../../parrot -o PGE.pbc --output-pbc PGE.pir
../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pir --output=PGE/builtins_gen.pir PGE/builtins.pg
  make[1]: *** [PGE.pbc] Segmentation fault
  make[1]: *** Deleting file `PGE.pbc'

The resulting Parrot is partially usable, though.

  $ ./parrot examples/pasm/hello.pasm
  Hello World

Ron

Reply via email to