Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > Also, to generate the number_2.pbc I had to compile a new uselongdouble > Perl in Linux
You don't need that Perl anymore - or shouldn't: $perl Configure.pl --floatval="long double" should do it. > ... and in there I had to #if 0 the below in src/platform.c to > get parrot linked, both those asserts were failing at some point or another. That's strange. The source and destinations are either malloced or are buffer memory, which should be aligned at 16. ... or are Stack_Chunk_t, where data is misaligned then ... :( Needs a padding before data in that case. leo