----- Original Message ----- From: "Jonathan Worthington" <[EMAIL PROTECTED]> To: "K Stol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 6:08 AM Subject: Re: configure.pl failed under cygwin, build failed on win32
> Hi, > > > I just picked up a fresh copy with cvs. > > Under cygwin, ./Configure.pl fails with the message: > > > > Determining some sizes...Linker failed (see test.ldo) at > lib/Parrot/Configure/Step.pm line 147 > > > > So I tried under win32 (MS VS 6.0). Now, Configure.pl is ok, but "nmake" > ends > > with a fatal error. > Run Configure.pl with the flags "--jitcapable=0 --execcapable=0", e.g. > perl Configure.pl --jitcapable=0 --execcapable=0 > It seems to work that way. for win32 (MS VC 60) it does, for cygwin it doesn't.