On Thu, Mar 20, 2008 at 3:08 PM, via RT Will Coleda < [EMAIL PROTECTED]> wrote:
> # New Ticket Created by Will Coleda > # Please include the string: [perl #51944] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51944 > > > > The new cygwin readme claims that parrot builds out of the box on > cygwin, however, it fails for me as it always has, with: > > <SNIP> > gcc -o miniparrot.exe src/main.o \ > -L/cygdrive/d/sandbox/parrot/blib/lib -lparrot -ldl -lcrypt > -Wl,--enable-a > uto-import -Wl,--export-all-symbols -Wl,--stack,8388608 > -Wl,--enable-auto-image- > base -L/usr/local/lib src/null_config.o > 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 Mine dies on cygwin at the same point. I also notice that my miniparrot on cygwin misbehaves--I can't get a simple "hello_world.pasm" to generate the right output. Is there a test suite for miniparrot? J