http://www.perlmonks.org?node_id=1060669


in reply to Re: Perl + binary
in thread Perl + binary

Yes. Install the Mingw package and dmake package using PPM.

The other choice install a Visual Studio or the GUI-less Platform/Windows SDKs for MS C compilers and not GCC.

Replies are listed 'Best First'.
Re^3: Perl + binary
by zork42 (Monk) on Nov 01, 2013 at 17:43 UTC
    Thanks!

    Is it hard to configure the correct build/compile options?
      Depends for who. Write code? Know how libraries of any language work? Know any C? Know what a batch file and shell are?