# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #45249]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45249 >
Chromatic is already aware of this issue, but I thought I'd
file a ticket for it that others can hang information on.
Starting with r21103, Parrot won't build on my 64-bit platform.
It starts through the normal configure and make process, but then
ends with:
....
./parrot -o runtime/parrot/library/Data/Sort.pbc
runtime/parrot/library/Data/Sort.pir
./parrot -o runtime/parrot/library/Digest/MD5.pbc
runtime/parrot/library/Digest/MD5.pir
./parrot -o runtime/parrot/library/dumper.pbc
runtime/parrot/library/dumper.pir
./parrot -o runtime/parrot/library/Getopt/Obj.pbc
runtime/parrot/library/Getopt/Obj.pir
make: *** [runtime/parrot/library/Getopt/Obj.pbc] Segmentation fault (core
dumped)
If I run Configure.pl with the --m=32 option, everything compiles
and runs cleanly (but is of course 32 bit).
Thanks,
Pm