Re: Different ways for MinGW

2005-03-21 Thread Michal Jurosz
conf/init/hints/msys.pl Configure::Data->set( ld => '$(PERL) /bin/perlld', dynclasses/build.pl our $LD = qq[$(PERL) /bin/perlld]; test.pl our $LD = qq[$(PERL) /bin/perlld]; print "'$LD'\n"; our $LD = qw[$(PERL) /bin/perlld]; print "'$LD'\n"; test.pl output: '0PERL) /bin/perlld' '$

Re: Different ways for MinGW

2005-03-20 Thread Nick Glencross
Leopold Toetsch wrote: François PERRAD <[EMAIL PROTECTED]> wrote: In his Wiki (http://wiki.kn.vutbr.cz/mj/index.cgi?Build%20Parrot%20with%20MinGW), Michal Juroz lists 3 ways for building Parrot : 1) Build Parrot with MinGW, MSYS and MSYS-DTK 2) Build Parrot with MinGW and ActiveState Perl 3) Build

Re: Different ways for MinGW

2005-03-18 Thread Leopold Toetsch
François PERRAD <[EMAIL PROTECTED]> wrote: > In his Wiki > (http://wiki.kn.vutbr.cz/mj/index.cgi?Build%20Parrot%20with%20MinGW), > Michal Juroz lists 3 ways for building Parrot : > 1) Build Parrot with MinGW, MSYS and MSYS-DTK > 2) Build Parrot with MinGW and ActiveState Perl > 3) Build Parrot wit