On 06/04/06, Sean Sieger <[EMAIL PROTECTED]> wrote: > Is parrot broken? I am getting an error that reads, > config.fpmc is truncated.
You'll probably find that runtime/parrot/include/config.fpmc is zero bytes, in which case try removing it and rerunning make. If the problem persists, there's a problem. This file is created by miniparrot. If there were problems running miniparrot (segfault or shared library problem), then this file can be created but without any contents (because miniparrot died before writing the contents) Cheers, Nick