On Tuesday 24 April 2007 03:50, [EMAIL PROTECTED] wrote:

> Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your
> fing ers
> ./miniparrot.exe config_lib.pasm > runtime/parrot/include/config.fpmc
> make: *** [runtime/parrot/include/config.fpmc] Error 53

Hm, that's interesting.

Do you have gdb installed?  Would you mind running through this script and 
pasting the output?

rm runtime/parrot/include/config.fpmc
gdb ./miniparrot.exe

(within gdb)
run config_lib.pasm > runtime/parrot/include/config.fpmc
(when it crashes)
bt

It might be interesting to see your config_lib.pasm file too.

Thanks,
-- c

Reply via email to