in reply to Re: compilation problem
in thread compilation problem

Yes, the installation with cpanm Module::Name is working properly.

E:\Applications\OS\Crypt-Rijndael-1.09>perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json E:\Applications\OS\Crypt-Rijndael-1.09>make to undefined at C:/strawberry/perl/lib/ExtUtils/Install.pm line 1208 make: *** [pm_to_blib] Error 2 E:\Applications\OS\Crypt-Rijndael-1.09>

Replies are listed 'Best First'.
Re^3: compilation problem
by syphilis (Archbishop) on Jan 07, 2012 at 12:23 UTC
    E:\Applications\OS\Crypt-Rijndael-1.09>make

    You need to run dmake, not make

    Cheers,
    Rob