# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #60190] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60190 >
Hello I want to build parrot-RPMs on a 64bit system under Fedora 9 for the parrot-version 0.8.0. The command > make rpms failed. The reason is that the compiler-option "-O2" prevent building parrot with languages on a 64bit system. The following commands shows this problem: > perl Configure.pl --optimize="-O2" ... > make perl6 ... gmake -C compilers/tge gmake[1]: Entering directory `/home/gz016/parrot-sources/test2/parrot-0.8.0/compilers/tge' ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pbc --output=TGE/Parser.pir TGE/Parser.pg gmake[1]: *** [TGE/Parser.pir] Segmentation fault gmake[1]: Leaving directory `/home/gz016/parrot-sources/test2/parrot-0.8.0/compilers/tge' make: *** [compilers.dummy] Error 2 > So I build the RPMs without the compiler-option "-O2". But perhaps there will someone be able to find a way to solve this problem. Gerd Pokorra