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'
'$
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
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
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 with MinGW-Perl (Build Perl with MinGW first)
There is a